This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's blessed successor of the systray) into GNOME Shell. Including support for legacy tray icons.
libappindicator
nor in Unity and I've yet to see any indicator using it for anything relevant (KDE ones maybe?). Also, the GNOME designers decided not to have tooltips in the shell and I'd like to honor that decision.Normal users are recommended to get the extension from extensions.gnome.org.
Alternatively, you can check out a version from git, compile the language files, and symlink
~/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com
to your clone:
git clone https://github.com/ubuntu/gnome-shell-extension-appindicator.git
meson gnome-shell-extension-appindicator /tmp/g-s-appindicators-build
ninja -C /tmp/g-s-appindicators-build install
gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com
Under X11, you may need to restart GNOME Shell (Alt+F2, r, ⏎) after that. Under Wayland you need to logout and login again.
Many applications support indicators via libappindicator, (that is quite often dynamically loaded, as it happens in Electron apps), so without having this library installed in your system no icon will be shown.
Unfortunately, this extension is not completely bug free and will probably never be. In order to successfully resolve remaining issues, you need to provide some data:
Bug reports which do not provide the necessary information may be closed as "invalid" without prior notice.
This section serves as reminder for the current maintainer and as instruction set for an eventual sucessor.
extensions.gnome.org
.
This implies that version numbers are integers which will be incremented with each release.ninja -C <build-dir> zip-file
.extensions.gnome.org
and the tag is pushed.This release process has been in place since v41.