topic title: Configure lxpanel
Posts: 1,081
OU812
Joined: 29 Sep 2007
#1
Hello. If you're using lxpanel without lxsession, you won't be able to logout. After doing some research, I found a workaround:

1. Copy this text into leafpad and save it as"lxsession-logout".

Code: Select all

#!/bin/sh
/usr/local/bin/exitantix.sh
2. Open a terminal and become root. Now make the file executable and move it:

Code: Select all

chmod +x /home/user_name/path/lxsession-logout
mv /home/user_name/path/lxsession-logout /usr/bin
3. Enjoy

john