tuberry / extension-list

Simple GNOME Shell extension manager in the top panel.
GNU General Public License v3.0
57 stars 8 forks source link

gnome-extension-apps #2

Closed galen1423 closed 4 years ago

galen1423 commented 4 years ago

Hi

Thanks for your very useful extension (+1 for icon in top panel too... :) ).

Speak of icon, when I click her in the menu, I have a error message : « gnome-extensions-app not found »

I have changed gnome-extensions-apps to gnome-shell-extension-prefs in extension.js file at line 80 and now, extension prefs are launch as expected. I use Ubuntu 20.04 & 20.10

Thx again.

tuberry commented 4 years ago

It seems that gnome-shell-extension-prefs is deprecated and gnome-extensions-app is not in common use (? I am not sure). By the way, I don't have a Ubuntu env right now. Could you try changing the line to:

addButtonItem('application-x-addon-symbolic', () => { item._getTopMenu().close(); Shell.AppSystem.get_default().lookup_app('org.gnome.Extensions.desktop').activate(); });

and give me feedback. Thanks! I think it will function in any distros.

galen1423 commented 4 years ago

Hi,

As requested, I add your line and it work. :)

tuberry commented 4 years ago

Thanks.