Package: lxde-common Version: 0.4.2-1 Severity: normal Variable XDG_CONFIG_HOME used in file "/usr/bin/openbox-lxde" is never set, so openbox runs with a wrong argument "--config-file /openbox/lxde-rc.xml" and user's configuration is never applied.
This variable should be set by "/usr/bin/startlxde" script but the latter is never executed. As a quick fix i did this on script "/usr/bin/openbox-lxde": exec openbox --config-file ${XDG_CONFIG_HOME:-$HOME/.config}/openbox/lxde-rc.xml $@ But probably the proper solution involves calling "/usr/bin/startlxde" in some step of lxde booting process. I'm using xdm+lxde+openbox. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org