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 Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/900221
Title:
lightdm does not source /etc/X11/Xsession - missing environment for
Xsession.d files
Status in “lightdm” package in Ubuntu:
Fix Committed
Bug description:
lightdm does not source /etc/X11/Xsession.
This appears to provide a lot of functions ("message") and vars
(USRRESOURCES) for the files in /etc/X11/Xsession.d.
This causes for example /etc/X11/Xsession.d/30x11-common_xresources to
not work as expected, and the ~/.Xresources being ignored/not merged.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: lightdm 1.0.6-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec 5 11:25:23 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
LC_CTYPE=en_US.UTF-8
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/zsh
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/900221/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp