Shutdown/suspend the device after a specific time. Maximum timer value und default slider position can be modified in the settings.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
35 | Active |
34 | Active |
33 | Active |
32 | Rejected |
31 | Rejected |
30 | Active |
29 | Active |
28 | Rejected |
27 | Active |
26 | Active |
25 | Active |
24 | Active |
23 | Active |
22 | Active |
21 | Active |
20 | Active |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
1. Remove `timer = new Timer.Timer(powerOff);` from init() function and move it to enable. 2. Fix these Warnings and Errors (Tested on Fedora 35): You can see them with `journalctl -f`: Object .Gjs_ui_slider_Slider (0x55e00e617600), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs. st_drawing_area_queue_repaint: assertion 'ST_IS_DRAWING_AREA (area)' failed Object St.Label (0x55e00d5d3e50), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.