How To Solve Telegram Icon In System Tray Kde Plasma Was Blurred
After i install again kde plasma, i got telegram icon in system tray was blurred and is ugly. I don’t like with telegram icon in system tray, so i try to surfing but the least.
I found the source from telegram issues in github, here this screenshot telegram icon was blurred:
first type into directory telegram with konsole/terminal, here the list step by step:
- cd ~.TelegramDesktop/tdata/ticons/
- rm -r *
- ls
- cp /usr/share/pixmaps/telegram.png ./ico_22.png
- convert ico_22.png -modulate 100,120,0 ico_22_1.png
- cp ico_22.png icomute_22_0.png
- convert ico_22_1.png -modulate 50,100,100 ico_22_1.png
- for f in {1..512}; do ln -s ico_221.png ico_22$f.png; done
- for f in {2..512}; do ln -s icomute_221.png icomute_22$f.png; done
or you can create bash script and put the above command.
now quit your telegram and opened again, see this change.
Thanks
source from: https://github.com/telegramdesktop/tdesktop/issues/2230
This post is licensed under CC BY 4.0 by the author.