Is there a command, that will take you back to the login screen?
|
|
11.10 and above
11.04 and previous versions
(via or alternatively, you can use
Yes, there is a command called logout, but it concerns the Terminal. gnome-session-save is the program that actually quits the Notice as well that these commands don't require you to be root. You can always add an alias to your system if you want to have a shorter command. Open
(.bashrc is a script that is run every time a new virtual terminal is started up, you should set up all your permanent aliases there, see also: How to create a permanent "alias"?) |
|||||||||||
|
11.10 and aboveHere's my personal solution! In the terminal, run:
And add:
to the file! Now you just have to run log-out! |
||||
|
|
|
Looks like http://mail.gnome.org/archives/desktop-devel-list/2011-February/msg00147.html |
||||
|
|
|
I had installed mate desktop and none of the menus worked, even the f-keys didn't work. I managed to get xterm through browsing with file manager. The only thing that worked was :
|
||||
|
|
For gnome sessions,
Since the OP didn't specify the window/desktop manager, and the gnome-session-quit might not work with all possibilities, here's a generic X-windows way to return to the login screen or chooser which I've used several times over the last several releases: From a terminal (invoked with, variously, 'Alt-F2 + xterm, or Ctrl-T, or Crt-Alt-F1, or by right-clicking on the desktop in Nautilus and using the "open in terminal" shortcut, etc.) type
This is generally overkill for most situations. I tend to use it when I've got a hung process or when I've got to log out quickly. When I've done this, Ubuntu has politely returned me to the login screen by re-spawning X-windows. I've not yet used the |
|||
|
|
|
And in kubuntu 12.04+ it is:
|
|||
|
|
|
On Xubuntu (or whenever using an Xfce session), you can logout via the terminal by using
You must specify In addition, another option will log you out as well:
If this command is issued the session is not saved, so it is normally best to use The ability to logout using the terminal will be very useful to you, as will the other options such as suspend that are available with For more information, see |
|||
|
|
|
lubuntu 12.10 LXDE running on a Samsung netbook (CPU: 1.66 GHZ Intel Atom; RAM: 2GB) The below two commands logged me out immediately:
|
||||
|
|
|
for ubuntu 12.04 try this to logout
|
|||
|
|
|
sudo pkill -u usr so lets say your usr name is ace then it would be sudo pkill -u ace |
|||
|
|
|
I was running a program that had gotten stuck and nothing above worked for me. I finally tried ctrl-alt-delete and that worked. |
|||
|
|
DoR
