A lightweight GNOME Shell extension that displays a black screen after a period of user inactivity.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:161
actor
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:151
GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
actor.ease({
opacity: 255,
duration: 3000,
mode: Clutter.AnimationMode.EASE_IN_OUT_SINE,
});
return GLib.SOURCE_REMOVE;
Upload for Gnome 49 and 50