Created attachment 125802 [details] only number badge visible SUMMARY Telegram's icon dissapears when it recieves notifications while the plasma renderer is set to software, only the number badge shows up STEPS TO REPRODUCE 1. set plasma renderer to software 2. open telegram and recieve a notification OBSERVED RESULT Telegram's icon dissapears and only displays the number badge EXPECTED RESULT Both the Telegram and it's number badge to show up together (just like when using the hardware renderer) SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Manjaro (available in About System) KDE Plasma Version: 5.17.90 KDE Frameworks Version: 5.66.0 Qt Version: 5.14.1 ADDITIONAL INFORMATION
Obviously don't use software rendering. However, it's probably the OpacityMask used for cutting out the icon where the badge will go.
(In reply to Kai Uwe Broulik from comment #1) > Obviously don't use software rendering. > However, it's probably the OpacityMask used for cutting out the icon where > the badge will go. ther reason i use software rendering is because hardware rendering on my system causes the cpu usage to max out when interacting with the desktop or every other kde application, so the moment i open an KDE application like settings and try opening a menu the program simply freezes maxing out my CPU
can confirm it still happens even when it was supposedly fixed in Plasma 5.19, it seems this change https://github.com/KDE/plasma-desktop/commit/7b0fa84045aff156ffc82e434ea6c58a5e15afe6 has had no effect on my machine
(In reply to Daniel Felipe from comment #3) > can confirm it still happens even when it was supposedly fixed in Plasma > 5.19, it seems this change > https://github.com/KDE/plasma-desktop/commit/ > 7b0fa84045aff156ffc82e434ea6c58a5e15afe6 has had no effect on my machine after applying these changes to the QML files manually the issue is fixed, this issue can be closed now
Seems it was never in 5.19 git tag --contains 7b0fa84045aff156ffc82e434ea6c58a5e15afe6 git branch --contains 7b0fa84045aff156ffc82e434ea6c58a5e15afe6 * master