Bug #15519

Show the shutdown button in the status menu while screen is locked

Added by segfault 2018-04-10 09:52:36 . Updated 2018-04-10 10:13:24 .

Status:
Confirmed
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2018-04-10
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

This would provide a well-known way to initiate an emergency shutdown.


Subtasks


History

#1 Updated by segfault 2018-04-10 10:13:24

I took a look at this and found this code line which is responsible for disabling the shutdown button while the screen is locked:
https://gitlab.gnome.org/GNOME/gnome-shell/blob/master/js/misc/systemActions.js#L331

It is hard coded into gnome-shell and not configurable, so I don’t see a way to implement this other than patching gnome-shell - and I’m not sure if it’s worth that effort.