Page 1 of 1
logout menu not working
Posted: Thu Jan 28, 2010 1:26 am
by steeve
hi
i have the latest version of lxde running smoothly on arch, except none of the items on the lxde logout menu have any effect...
any ideas?
Re: logout menu not working
Posted: Thu Jan 28, 2010 5:50 pm
by maces
Hi,
are you using slim? Or are you in the group power?
maces
Re: logout menu not working
Posted: Thu Jan 28, 2010 6:54 pm
by steeve
thanks maces
yes i am in the group power, and i am not using slim
should i be using slim?
Re: logout menu not working
Posted: Thu Jan 28, 2010 8:13 pm
by maces
Well, that's wired ...
maces
Re: logout menu not working
Posted: Thu Jan 28, 2010 10:56 pm
by aus9
Re: logout menu not working
Posted: Fri Jan 29, 2010 12:40 am
by steeve
thanks for that aus...i will try those methods
i have also found a solution. atm i am starting everyting from command line. if i run startx, the twm window manager is auto started. then when i run startlxde, openbox does not start because twm is already running, so lxde does not behave properly
if i first kill twm then startlxde, ok
what also works is:
Code: Select all
xinit /usr/bin/openbox-session
start lxde
but in both cases no logout available. Now i discover, because lxsession is not running. so if i start with
then logout works and all is good!
a little trial and a lot of error

Re: logout menu not working
Posted: Fri Jan 29, 2010 6:48 pm
by grogers3.14
You can set which window manager lxde uses. Edit ~/.config/lxsession/LXDE/desktop.conf and add:
Code: Select all
[Session]
window_manager=COMMAND_TO_START_WINDOW_MANAGER
This will make lxde run COMMAND_TO_START_WINDOW_MANAGER instead of openbox, then you should just be able to put
in your ~/.xinitrc file.
Re: logout menu not working
Posted: Sat Jan 30, 2010 4:39 am
by steeve
thanks for that!
that was going to be my next question