Ramses Rodriguez Martinez wrote:
> 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.

I am not sure if I misunderstood what do you mean or your startlxde
script is different?
The XDG_CONFIG_HOME is set by "/usr/bin/startlxde" script:
if [ -z "$XDG_CONFIG_HOME" ]; then
    export XDG_CONFIG_HOME="$HOME/.config"
fi

> 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.

The lxde booting process needs lxsession, may I know what version of
lxsession do you use?

Thanks for your help,

-Andrew



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to