gnome-shell-extension-unblank
gnome-shell-extension-unblank copied to clipboard
Instalation error
Couldn't install the extension from the extensions.gnome.org.
But for some reason, extension settings is working fine.
gnome-shell --version
:
GNOME Shell 3.28.1
Xorg -version
:
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
Current Operating System: Linux GladOS 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:47 UTC 2018 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-24-generic root=UUID=a6922039-b2c8-4bb5-b565-b8a2f5471efe ro text
Build Date: 13 April 2018 08:07:36PM
xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
If you need more information, just say.
Oh, I guess the error is related with browser. You can try to clone my repo and install it manually.
git clone https://github.com/sunwxg/gnome-shell-extension-unblank.git
cd gnome-shell-extension-unblank
make install
restart PC or logout and login.
still not working. :/
Oh! Could you show me your journal log(hope your OS works with systemd)
sudo journalctl -b
Using Ubuntu 18.04
here. I'll run it.
I think I might be running into the same issue. (Ubuntu 18.04 and neither manual nor Firefox installs work) The error I'm getting in gnome-shell is:
Gjs-Message: 08:46:37.736: JS WARNING: [resource:///org/gnome/shell/ui/extensionDownloader.js 96]: reference to undefined property "GLocalFileOutputStream"
Archive: /tmp/8P4ATZ.shell-extension.zip
inflating: /home/hkraus/.local/share/gnome-shell/extensions/[email protected]@gmail.com/schemas/gschemas.compiled
inflating: /home/hkraus/.local/share/gnome-shell/extensions/[email protected]@gmail.com/schemas/org.gnome.shell.extensions.unblank.gschema.xml
inflating: /home/hkraus/.local/share/gnome-shell/extensions/[email protected]@gmail.com/prefs.js
inflating: /home/hkraus/.local/share/gnome-shell/extensions/[email protected]@gmail.com/convenience.js
inflating: /home/hkraus/.local/share/gnome-shell/extensions/[email protected]@gmail.com/extension.js
extracting: /home/hkraus/.local/share/gnome-shell/extensions/[email protected]@gmail.com/metadata.json
(gnome-shell:16071): Gjs-WARNING **: 08:46:37.757: Some code accessed the property 'ENABLED_EXTENSIONS_KEY' on the module 'extensionSystem'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
GNOME Shell-Message: 08:46:37.760: Extension "[email protected]@gmail.com" had error: TypeError: Main.screenShield is null
^ The last line seems to be what it's bailing out on.
I am getting the same issue. When this will be fixed? I am using ubuntu 18.04
I'm also getting this issue. I think it's because I'm using lightdm the same as https://github.com/BigE/desk-changer/issues/31 and https://github.com/zpydr/gnome-shell-extension-taskbar/issues/97 I would fix it myself but I'm not sure how or where to start.
Sorry, this extension fully depends on the Main.screenShield logic, It can't support Main.screenShield is null.