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
This commit is contained in:
Marco Garcês
2024-12-10 14:56:18 +01:00
committed by GitHub
parent 9545fa09e2
commit aab1b0aa8a

View File

@@ -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**