1. Copy this text into leafpad and save it as "lxsession-logout".
- Code: Select all
#!/bin/sh
/usr/local/bin/logout.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
