This file is indexed.

/etc/X11/Xinit.d/99gpe-login is in gpe-login 0.95-2ubuntu1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/bin/sh

. /etc/sysconfig/gpelogin

if [ "$AUTOLOGIN" = "true" ] ; then
	exec /etc/X11/Xsession
else
	#HARD=--hard
	
	/usr/X11R6/bin/xmodmap -e "keycode 135 = Mode_switch Multi_key"
	
	export GTK2_RC_FILES=/etc/X11/gpe-login.gtkrc
	exec /usr/bin/gpe-login $HARD
fi