gnome-shell-extension-unblank icon indicating copy to clipboard operation
gnome-shell-extension-unblank copied to clipboard

Results 9 gnome-shell-extension-unblank issues
Sort by recently updated
recently updated
newest added

Let me thank you for your great extension! It'd be awesome if you could add the option to remove blur effect from the wallpaper on a lock screen. For the...

Would be great, if the amount of delay before turning off the monitor could be chosen arbitrarily, not just from a dropdown list. Thanks a lot for your work so...

I implemented this from another extension `[email protected]` here: ``` const ScreenShield = imports.ui.screenShield; const Main = imports.ui.main; const Me = imports.misc.extensionUtils.getCurrentExtension(); let extensionActive = false; let orig_activateFade = ScreenShield.ScreenShield.prototype._activateFade; let...

enhancement

Sorry for the delay, I had to test the most recent commit quite a bit to figure out what was going on. There's a few things happening here: ~~1. When...

Couldn't install the extension from the extensions.gnome.org. ![image](https://user-images.githubusercontent.com/5847145/42186554-7bf86946-7e23-11e8-88c3-675cc5dfed6e.png) But for some reason, extension settings is working fine. `gnome-shell --version`: ``` GNOME Shell 3.28.1 ``` `Xorg -version`: ``` X Protocol Version...

Aug 11 18:56:34 PIQLT501.physiq.zone org.gnome.Shell.desktop[2714]: inflating: /home/physiq.zone/brian.mendenhall/.local/share/gnome-shell/extensions/[email protected]@gmail.com/schemas/gschemas.compiled Aug 11 18:56:34 PIQLT501.physiq.zone org.gnome.Shell.desktop[2714]: inflating: /home/physiq.zone/brian.mendenhall/.local/share/gnome-shell/extensions/[email protected]@gmail.com/schemas/org.gnome.shell.extensions.unblank.gschema.xml Aug 11 18:56:34 PIQLT501.physiq.zone org.gnome.Shell.desktop[2714]: inflating: /home/physiq.zone/brian.mendenhall/.local/share/gnome-shell/extensions/[email protected]@gmail.com/prefs.js Aug 11 18:56:34 PIQLT501.physiq.zone org.gnome.Shell.desktop[2714]: inflating: /home/physiq.zone/brian.mendenhall/.local/share/gnome-shell/extensions/[email protected]@gmail.com/extension.js Aug 11...

Media keys such as brightness up/down and volume up/down stop working when this extension is installed and enable. When the extension is disabled, media keys function as normal. Environment: OS:...

bug

Unblank is always active, whether or not I'm on AC power, even though I have "Unblank only on AC" set to on, as the default. Could this be an effect...

Whenever I change an extension state (enabling or disabling etc), it breaks this extension as seen below ![image](https://user-images.githubusercontent.com/73483912/215300446-242d564f-7abe-4105-973b-1aa8ecac228a.png) extension bug or gnome-extensions bug? fix is to remove and reinstall but...