Topic: Howto: lxpanel menu applet logout fix
OK, first things first, this howto is just a reproduction of the problem and solution presented in this thread by corenominal. I thought it would make a nice howto for this tips and tricks forum
If you have the menu applet installed and are using it with lxpanel you will notice that the logout entry doesn't work properly, generating a "Failed to execute child process "lxsession-logout" (No such file or directory)" error.
lxsession is not installed by default so to solve this problem you ned to create a new symbolic link in my your personal bin directory named "lxsession-logout" and have it pointed to the existing openbox-logout script/command.
A personal bin directory should have been created by default, if you have deleted it, you will need to recreate it and restart your session. Next, run the following command to create the symbolic link
ln -s /usr/bin/openbox-logout ~/bin/lxsession-logoutAny call to lxsession-logout should now invoke the default openbox-logout script/command.
Note: If you do not want a personal bin directory, you could always create the link directly in the /usr/bin directory
sudo ln -s /usr/bin/openbox-logout /usr/bin/lxsession-logoutSilence is sometimes the best answer - Dalai Lama.