From 5500be790aa2639dd0edb14f1db69f66bf302c4d Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 25 Aug 2022 10:17:52 +0300 Subject: [PATCH] Addendum readme.md what needs to be installed for correct operation --- src/linux/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/linux/README.md diff --git a/src/linux/README.md b/src/linux/README.md new file mode 100644 index 0000000..f6263f1 --- /dev/null +++ b/src/linux/README.md @@ -0,0 +1,19 @@ +### Only Debian is supported + +#### For the GNOME graphical shell + +### For the correct operation of the application and the app tray, you need +1. Install `gnome-shell-extension-appindicator` +```shell +$ sudo apt install gnome-shell-extension-appindicator +``` +2. Search `tweaks` in your `Activities` screen +3. Switch `Kstatusnotifieritem/appindicator support` on + +### To work correctly on the KDE Plasma graphical shell, you need + +Install `gir1.2-appindicator3-0.1` + +```shell +$ sudo apt install gir1.2-appindicator3-0.1 +```