Ok, I did the change and then reverted part of it, the script already
has
"# Load resources
xresourcedir="/etc/X11/Xresources"
if [ -d "$xresourcedir" ]; then
for file in $xresourcedir/*; do
echo "Loading resource: $file"
xrdb -nocpp -merge "$file"
done
fi
xresourcefile="$HOME/.Xresources"
if [ -f "$xresourcefile" ]; then
echo "Loading resource: $xresourcefile"
xrdb -nocpp -merge "$xresourcefile"
fi"
so the resources are loaded, the x11 script do the same without the
"nocpp", we could drop those in favor of the x11 script but nocpp is an
optimization so we should probably fix the x11 version before doing that
are you sure your .Xresources is not loaded?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/900221
Title:
lightdm does not source /etc/X11/Xsession - missing environment for
Xsession.d files
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/900221/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs