Update readme for KDE (hardcode-tray)

This commit is contained in:
varlesh 2017-12-03 02:05:13 +04:00
parent 0a6397c358
commit ca3b9b0c58

View file

@ -124,7 +124,13 @@ sudo -E hardcode-tray --conversion-tool RSVGConvert --size 22 --theme Papirus
![hardcode-tray](http://i.imgur.com/6hFm6aj.png)
**BUGS ON Plasma Desktop**: KDE Developers don't want fix wrong rendering tray icons for non-Qt apps (libappindicator, mono and etc...). After applying hardcode-tray - icons will be blurred!
**[BUG on KDE](https://bugs.kde.org/show_bug.cgi?id=366062) with libappindicator**: Some applications have wrong rendering by default on KDE. For solve this run application with Unity environment option.
For example:
```
XDG_CURRENT_DESKTOP=Unity wire-desktop
```
See more info [here](https://bugs.kde.org/show_bug.cgi?id=366062) and please vote for this bug.