what is the shortcut to force a logout?

I am using the alpha 2 version of 11.10 and the keyboard options there do not have an option to force a logout.

Can you tell me the keyboard shortcut so i can add it myself?


When I have this problem, I simply Ctrl + Alt + F2 into a terminal, log in, and type

killall -u  [username] gnome-session

This will basically kill all of your processes and log you out. If you want to logout all users at the same time in this manner, then you leave out the -u [username] part.

I guess you could create a new keyboard shortcut that runs this command. The only problem with this that I can forsee is if the freeze-up is because of gnome itself. Then it may not recognize the shortcut.


It seems that the latest update added an "options" menu on the keyboard preferences-->layouts that lets me activate the "control-alt-delete" shortcut like before. Or it might have always been there and i missed it.


Ctrl+Alt+F1

Log-in

Then run this command on Terminal: killall -u USERNAME

It worked for me.


You can open Keyboard shortcuts and create a new shortcut. Run the command killall -u yourusername gnome-session.


Surprised that no one mentioned sudo service lightdm restart