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?
logout menu not working
Re: logout menu not working
Hi,
are you using slim? Or are you in the group power?
maces
are you using slim? Or are you in the group power?
maces
Re: logout menu not working
thanks maces
yes i am in the group power, and i am not using slim
should i be using slim?
yes i am in the group power, and i am not using slim
should i be using slim?
Re: logout menu not working
Well, that's wired ...
maces
maces
Re: logout menu not working
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:
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
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
Code: Select all
xinit /usr/bin/lxsession
a little trial and a lot of error

-
- Posts: 8
- Joined: Fri Jan 29, 2010 6:27 pm
Re: logout menu not working
You can set which window manager lxde uses. Edit ~/.config/lxsession/LXDE/desktop.conf and add:
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.
Code: Select all
[Session]
window_manager=COMMAND_TO_START_WINDOW_MANAGER
Code: Select all
ck-launch-session startlxde
Re: logout menu not working
thanks for that!
that was going to be my next question
that was going to be my next question