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