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

Instalation error

Open victorperin opened this issue 6 years ago • 8 comments

Couldn't install the extension from the extensions.gnome.org. image

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.

victorperin avatar Jul 02 '18 21:07 victorperin

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.

sunwxg avatar Jul 03 '18 01:07 sunwxg

still not working. :/

victorperin avatar Jul 11 '18 18:07 victorperin

Oh! Could you show me your journal log(hope your OS works with systemd)

sudo journalctl -b

sunwxg avatar Jul 12 '18 02:07 sunwxg

Using Ubuntu 18.04 here. I'll run it.

victorperin avatar Jul 16 '18 23:07 victorperin

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.

Dreamer23 avatar Dec 07 '18 16:12 Dreamer23

I am getting the same issue. When this will be fixed? I am using ubuntu 18.04

nitekuma avatar Jan 31 '19 17:01 nitekuma

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.

Eks2 avatar Dec 02 '19 11:12 Eks2

Sorry, this extension fully depends on the Main.screenShield logic, It can't support Main.screenShield is null.

sunwxg avatar Dec 03 '19 00:12 sunwxg