mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
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:
@@ -82,6 +82,12 @@ EOF
|
|||||||
# for GUI package
|
# for GUI package
|
||||||
sudo dnf install libappindicator-gtk3 libappindicator netbird-ui
|
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**
|
**openSUSE**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user