gnome-shell-extension-appindicator
gnome-shell-extension-appindicator copied to clipboard
Extension Error on Gnome 45 (Fedora 39)
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?
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/
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.