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 759667 - 'shutdown' option missing for power button
'shutdown' option missing for power button
Status: RESOLVED DUPLICATE of bug 781108
Product: gnome-settings-daemon
Classification: Core
Component: power
3.18.x
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-19 15:50 UTC by mx2927
Modified: 2018-02-24 01:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mx2927 2015-12-19 15:50:50 UTC
After upgrade to 3.18 (Fedora 23), the 'shutdown' option for the power button is gone.
gsettings returns:
$ gsettings range org.gnome.settings-daemon.plugins.power power-button-action 
enum
'nothing'
'suspend'
'hibernate'

The 'shutdown' option, which was available in earlier releases, is missing.
It can be configured via dconf, but gsettings overrides it with the default 'suspend'

In fact, it seems to be not any more possible in GNOME to configure the power button for shutdown (except via intercepting at the acpi level, which means cutting off GNOME)
In KDE the power button can be configured for shutdown as usual.
Comment 1 mmu_man 2018-02-24 00:00:58 UTC
+1

All I want from a power button is to turn the power on or off, specially on a desktop machine which will mostly be used as a server.

Cinnamon has twice as many options there.

Seriously, add a big blinking warning if you want, but I spend like an hour working around this.
Besides, if you think you removed this to avoid data loss, think twice: what happens if people didn't notice the box went to suspend because everyone expects the power button to turn things off, and pulls the plug?
Comment 2 Piotr Drąg 2018-02-24 00:32:03 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 781108 ***
Comment 3 mmu_man 2018-02-24 01:21:44 UTC
Ah, looks like it's been actually added back, thanks!