Shutdown/reboot/suspend the device after a specific time or wake with a rtc alarm. The screen-saver will not interrupt the timer. A privileged control script may be installed to control shutdown and rtcwake as user.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
48 | Active |
47 | Rejected |
46 | Active |
45 | Active |
44 | Active |
43 | Active |
42 | Active |
41 | Active |
40 | Rejected |
39 | Rejected |
38 | Rejected |
37 | Rejected |
36 | Active |
35 | Active |
34 | Active |
33 | Active |
32 | Rejected |
31 | Active |
30 | Active |
29 | Active |
28 | Active |
27 | Active |
26 | Active |
25 | Active |
24 | Active |
23 | Inactive |
22 | Active |
21 | Rejected |
20 | Rejected |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Inactive |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Inactive |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
What happens to the shutdown time menu (inside aggregate menu) in unlock dialog? (since you are using `session-modes`)
The session-mode "unlock-dialog" should allow the timer action to trigger even during unlock-dialog or screen-saver, see extension.js:360. Otherwise the extension would be disabled, meaning, shutdown timer would be canceled. Is this not the intended way to use the "unlock-dialog" session mode? Before I did it differently by only partially disabling the extension if the screen-saver is active. Btw, although it would not be necessary to see/control the shutdown timer menu during the unlock-dialog, the status menu is not even accessible during the unlock-dialog (only in the gdm dialog) on the gnome 42 system I tested.
@JustPerfection I guess you can reject this for now since I somehow missed that it does disable the extension (killing the timer) when locking the screen even with "unlock-dialog" mode (so I probably misunderstood how this works).
I reject this one for now since the menu will remain in the aggregate menu in unlock dialog. I guess you can use the old way (without `session-modes`).