System Tray
Overview
Section titled “Overview”When Close to system tray is enabled in Settings → Presentation, closing the main window keeps the app running in the background instead of terminating it.
Tray Icon
Section titled “Tray Icon”The app uses the Linux StatusNotifierItem protocol. Whether a visible tray icon appears depends on the desktop environment.
Support Matrix
Section titled “Support Matrix”Verified
Section titled “Verified”| Environment | Notes |
|---|---|
| Fedora 43 / GNOME 49.5 | Requires gnome-shell-extension-appindicator |
Install and enable on GNOME:
sudo dnf install gnome-shell-extension-appindicator # Fedorasudo apt install gnome-shell-extension-appindicator # Ubuntu/DebianExpected to Work
Section titled “Expected to Work”- Fedora KDE Plasma — no extra package needed
- Fedora Xfce — add the Notification Area panel item if needed
- Ubuntu / Debian GNOME — same extension as above
- Ubuntu / Debian KDE Plasma — no extra package needed
- Cinnamon / MATE — verify panel has notification area applet
Unsupported / Limited
Section titled “Unsupported / Limited”- GNOME without AppIndicator extension — app stays in background but no tray icon; reopen via launcher or notification
- Tiling WMs without a StatusNotifier host — background mode only
Troubleshooting
Section titled “Troubleshooting”- Enable Close to system tray in Settings.
- Verify your desktop has a StatusNotifier-compatible tray host.
- For GNOME:
gnome-extensions list --enabled | grep appindicator - Restart the app after enabling the extension.