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 -0500
Seen: 5,752 times
Last updated: Jan 27 '14
Fedora 21 LXDE spin cannot logout
Logout leaves dbus-launch running Fedora 10 [closed]
Unable to LOG OUT and then LOG IN again Fedora25
GUI hangs on logout [F22] [Gnome-Shell]
How do I enable the logout option in gnome shell?
logout is not working in fedora 17
logout not working after upgrading to fedora 21
Screen won't turn on after auto logout
Which desktop environment are you using?