/etc/X11/Xsession.d/50lowfat is in kubuntu-low-fat-settings 11.10ubuntu3.
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 | if [ -z "$KDEDIRS" ]; then
export KDEDIRS=/usr/share/kubuntu-low-fat-settings/:/usr/share/kubuntu-default-settings/kde4-profile/default/
else
export KDEDIRS=/usr/share/kubuntu-low-fat-settings/:$KDEDIRS
fi
|