GNOME Bugzilla – Bug 671979
Change Ctrl+Alt+Del binding
Last modified: 2016-09-16 13:26:59 UTC
We need to change the label, and the action, so that we get a "shutdown/suspend/etc." dialogue instead of a logout panel.
It should just call org.gnome.SessionManager.Shutdown()
commit 86c152eabcac6386f275132cbd0c111821e15c34 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Mar 14 12:19:53 2012 +0100 media-keys: Call Shutdown for the logout action By default will request whether to shut down the machine, or reboot it. https://bugzilla.gnome.org/show_bug.cgi?id=671979
(In reply to comment #1) > It should just call org.gnome.SessionManager.Shutdown() Turns out we already had code to do that...
Isn't a bit weird that LOGOUT_KEY doesn't "log out" but rather call the shutdown dialog? isn't that what GSD_POWER_ACTION_SHUTDOWN is there for?
Agreed with Sebastien. This is extremely unintuitive, just the wrong behaviour for the wrong label. Please rename the "Log out" shortcut to Power Off, and add an option that _actually_ replicates the Log Out option in the Shell. Tell me if it suffices to report this here, otherwise I'll file a separate bug in a day or two. referred from https://bugzilla.gnome.org/show_bug.cgi?id=767526