How to logout of KDE using the terminal?
How to logout from current user account using terminal.
Give me the command.
Thank you in advance!!!!!
How to logout from current user account using terminal.
Give me the command.
Thank you in advance!!!!!
Hi
Those two commands work
$ gnome-session-save --kill
$ killall gnome-session
You can also use pkill
. This can also be done by another user (e.g. root).
pkill -KILL -u {username}
The username can be found by running who
or w
.
gnome-session-quit
If you want a logout option in your User menu, run
gsettings set org.gnome.shell always-show-log-out true
as an ordinary user.
Edit: This is assuming you're running GNOME.
Asked: 2013-11-10 12:59:09 -0600
Seen: 5,745 times
Last updated: Jan 27 '14
Fedora 21 LXDE spin cannot logout
Where has the logout option gone from the Fedora user menu?
GUI hangs on logout [F22] [Gnome-Shell]
Logout leaves dbus-launch running Fedora 10 [closed]
Unable to LOG OUT and then LOG IN again Fedora25
logout is not working in fedora 17
logout not working after upgrading to fedora 21
Screen won't turn on after auto logout
fedora 17 keeps loging me off after I try to move an icon that is on my desktop. [closed]
Which desktop environment are you using?