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

Extension Error on Gnome 45 (Fedora 39)

Open darthlite opened this issue 1 year ago • 2 comments

I have just upgraded to Fedora 39 (Gnome 45) and the extension is giving the following error (version 57):

Type name Gjs_appindicatorsupport_rgcjonas_gmail_com_dbusProxy_DBusProxy is already registered

Any idea how to fix this?

darthlite avatar Nov 16 '23 16:11 darthlite

Got it to work. I removed the system installation (sudo dnf erase gnome-shell-extension-appindicator) and installed the one from https://extensions.gnome.org/extension/615/appindicator-support/

pkoch avatar Nov 25 '23 20:11 pkoch

Got it to work. I removed the system installation (sudo dnf erase gnome-shell-extension-appindicator) and installed the one from https://extensions.gnome.org/extension/615/appindicator-support/

This didn't work for me. I got it to work by removing and reinstalling the system installation:

sudo dnf erase gnome-shell-extension-appindicator
sudo dnf install gnome-shell-extension-appindicator

Per AsciiWolf's comment under https://extensions.gnome.org/extension/615/appindicator-support/, the version there lacks:

libappindicator-gtk3, libdbusmenu(-gtk3) and other dependencies needed for some icons to display properly.

fdmarcin avatar Dec 17 '23 22:12 fdmarcin