This file is indexed.

/etc/X11/Xsession.d/52load-gtk-vector-screenshot-gtk-module is in gtk-vector-screenshot 0.3.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
# This file is sourced by Xsession(5), not executed.

if [ -z "$GTK_MODULES" ] ; then
	GTK_MODULES="gtk-vector-screenshot"
else
	GTK_MODULES="$GTK_MODULES:gtk-vector-screenshot"
fi

export GTK_MODULES