johnhoran / Laine

Gnome extension which allows the control of the volume of individual applications as well as a more in depth control of mpris aware applications from a single applet
https://extensions.gnome.org/extension/937/laine/
GNU General Public License v2.0
27 stars 11 forks source link

Update Error #35

Open venatiodecorus opened 8 years ago

venatiodecorus commented 8 years ago

So I just got a update but it is telling me that there is an error now. I'm not sure how to get more detail on the error. Sorry if its not annoying if you could tell me how to find the install output I can provide more info :)

johnhoran commented 8 years ago

Do you mean an error when you try and install, or when you try and load the extension? If its when you try and load the extension the logs are in your journal and you can see them using journalctl -e /usr/bin/gnome-shell

You can also reload gnome-shell using alt+f2 and entering r at the prompt. That will reload the shell and all the extensions if you're not in wayland mode, and you shouldn't lose any windows (though very occasionally I've seen gnome sessions crash from this).

Also, what version of gnome are you running? Ideally I'd like to replicate the issue so I can fix it properly, but I do have a couple of older distros in VMs, and I haven't seen this, but it is very possible I missed something.

But thanks for the bug report, I really appreciate them.

venatiodecorus commented 8 years ago

Ok I am getting the following error when I attempt to install via the Gnome Extensions web site.

May 20 13:17:23 org.gnome.Shell.desktop[1292]: Gjs-Message: JS WARNING: [/home/x/.local/share/gnome-shell/extensions/laine@knasher.gmail.com/extension.js 374]: applying the 'delete' operator to an unqualified name is deprecated
May 20 13:17:23 org.gnome.Shell.desktop[1292]: Gjs-Message: JS LOG: Extension "laine@knasher.gmail.com" had error: Error: Type name LainePrefsWidget is already registered

Running Gnome 3.20.2 on Arch Linux 64-bit.

johnhoran commented 8 years ago

Well the second line doesn't mean anything, you'll get one of those for every extension installed. But the first is interesting. Can you say what version of gnome you're running? On 20 May 2016 6:19 p.m., "venatiodecorus" notifications@github.com wrote:

Ok I am getting the following error when I attempt to install via the Gnome Extensions web site.

May 20 13:17:23 org.gnome.Shell.desktop[1292]: Gjs-Message: JS WARNING: [/home/x/.local/share/gnome-shell/extensions/ laine@knasher.gmail.com/extension.js 374]: applying the 'delete' operator to an unqualified name is deprecated May 20 13:17:23 org.gnome.Shell.desktop[1292]: Gjs-Message: JS LOG: Extension "laine@knasher.gmail.com" had error: Error: Type name LainePrefsWidget is already registered

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/johnhoran/Laine/issues/35#issuecomment-220666110

venatiodecorus commented 8 years ago

I edited that into my last post: Running Gnome 3.20.2 on Arch Linux 64-bit.

venatiodecorus commented 8 years ago

Today it appears to be working fine. Dunno what the problem was. Haven't even rebooted since then.