nls1729 / acme-code

Gnome Shell Extensions etc...
https://nls1729.github.io
GNU General Public License v2.0
66 stars 25 forks source link

Not working on pop_os 20.04 since last update #76

Closed jeffmaier closed 4 years ago

jeffmaier commented 4 years ago

That's it, it stopped working.

Pop_os 20.04 Kernel 5.4.0-7634-generic Shell: bash 5.0.16

nls1729 commented 4 years ago

What stopped working? The repo contains extension code, Makefiles, etc...

nls1729 commented 4 years ago

I will try to find out what is not working by asking a few questions. The issure you opened is asssociated with the github repository acme-code. The repository contains Gnome Shell Extensions and other supporting files to create zip files to distribute and install the extensions. Are you having problems with one of the extensions? Activities Configurator Do Not Distrub Button Gnome Shell Extension Reloader Each extension has a Makefile are you having a problem with a Makefile? If it is a Makefile, which extensions is associated with the Makefile? Did you install one of the extensions from https://extensions.gnome.org? If you are having trouble with an extension installed from the ego website which extension?

Esperaunce commented 4 years ago

I'm assuming things here, but I think jeffmaier means Activities Configurator. The latest update seems to have broken the extension, causing it to immediately crash upon installation or starting. There's no work-around for this, it just plain crashes.

jeffmaier commented 4 years ago

Yes, I saw some coments on extensions.gnome saying that, but after a reinstall and reboot is working.

nls1729 commented 4 years ago

@jeffmaier @Esperaunce

I installed Pop_os 20.04 on a test system. I installed the extension (GS 3.36 version 86) and it works as it should. Most extension problems come from conflicts with other extensions. From some of the comments on the extension website, I suggest you try the following:

Check /usr/share/gnome-shell/extensions and if you find a directory named activities-config@nls1729 remove it. $ cd /usr/share/gnome-shell/extensions $ pwd to make sure you are where you think you are. $ rm -rf activities-config@nls1729

Then remove the directory , in your home directory: $ cd .local/share/gnome-shell/extensions $ pwd to make sure you are where you think you are. $ rm -rf activities-config@nls1729

Shutdown and restart your system. Go to the ego site extensions.gnome.org Install Activities Configurator

Screenshot

nls1729 commented 4 years ago

From comments on the extension website it appears this issue is resolved.