logout menu not working

Please post all general support questions for LXDE here.
Locked
steeve
Posts: 7
Joined: Mon Jan 25, 2010 8:44 pm

logout menu not working

Post 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?
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: logout menu not working

Post by maces »

Hi,

are you using slim? Or are you in the group power?

maces
steeve
Posts: 7
Joined: Mon Jan 25, 2010 8:44 pm

Re: logout menu not working

Post by steeve »

thanks maces

yes i am in the group power, and i am not using slim

should i be using slim?
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: logout menu not working

Post by maces »

Well, that's wired ...

maces
aus9
Posts: 35
Joined: Tue Jun 02, 2009 8:42 am
Location: Australia

Re: logout menu not working

Post by aus9 »

hi

you can solve it these ways in link
http://forum.lxde.org/viewtopic.php?f=21&t=1215
steeve
Posts: 7
Joined: Mon Jan 25, 2010 8:44 pm

Re: logout menu not working

Post 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

Code: Select all

xinit /usr/bin/lxsession
then logout works and all is good!

a little trial and a lot of error :-)
grogers3.14
Posts: 8
Joined: Fri Jan 29, 2010 6:27 pm

Re: logout menu not working

Post 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

Code: Select all

ck-launch-session startlxde
in your ~/.xinitrc file.
steeve
Posts: 7
Joined: Mon Jan 25, 2010 8:44 pm

Re: logout menu not working

Post by steeve »

thanks for that!

that was going to be my next question
Locked