diff --git a/README.md b/README.md index e54824f555..f644479c08 100644 --- a/README.md +++ b/README.md @@ -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.