From aab1b0aa8a43d9525489475a58cf521c3560da8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Garc=C3=AAs?= Date: Tue, 10 Dec 2024 14:56:18 +0100 Subject: [PATCH] adds documentation for system tray on newer OS (#257) * adds documentation for systemtray on newer OS https://github.com/netbirdio/netbird/issues/2304 * removes change from package.json --- src/pages/how-to/installation.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index b39c7db1..fe892c1d 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -82,6 +82,12 @@ EOF # for GUI package sudo dnf install libappindicator-gtk3 libappindicator netbird-ui ``` +On some recent releases, the default behaviour for `libappindicator` was changed, so we need to install `gnome-shell-extension-appindicator` and enable it: +``` +sudo dnf install gnome-shell-extension-appindicator` +sudo 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. **openSUSE**