After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671979 - Change Ctrl+Alt+Del binding
Change Ctrl+Alt+Del binding
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: media-keys
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-13 12:30 UTC by Bastien Nocera
Modified: 2016-09-16 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-03-13 12:30:51 UTC
We need to change the label, and the action, so that we get a "shutdown/suspend/etc." dialogue instead of a logout panel.
Comment 1 drago01 2012-03-13 21:37:14 UTC
It should just call org.gnome.SessionManager.Shutdown()
Comment 2 Bastien Nocera 2012-03-14 11:21:36 UTC
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
Comment 3 Bastien Nocera 2012-03-14 11:21:54 UTC
(In reply to comment #1)
> It should just call org.gnome.SessionManager.Shutdown()

Turns out we already had code to do that...
Comment 4 Sebastien Bacher 2012-04-03 13:34:56 UTC
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?
Comment 5 Daniel Boles 2016-06-11 15:23:03 UTC
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