mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 16:46:22 +03:00
Addendum readme.md what needs to be installed for correct operation
This commit is contained in:
parent
8f6b151abd
commit
5500be790a
1 changed files with 19 additions and 0 deletions
19
src/linux/README.md
Normal file
19
src/linux/README.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue