Wondering Why Ungoogled Chromium and OBS studio icons are rendering incorrectly on Plasma 6.6.0

So, this morning I updated my Fedora 43 KDE workstation to Plasma 6.6, and I noticed some bizarre issues. I noticed the icons for Ungoogled Chromium and OBS studio where not rendering correctly. Eventually I noticed that these where the only apps on my computer that looked wrong. Every other app icon is rendering correctly. These rendered correctly on Plasma 6.5.X. Very strange.

At first I assumed this had something to do with all the random packages and changes I had made to my system over time, so I updated my laptop running Fedora Kinoite, and ran into the same issue. I then installed these apps on another computer running KDE Linux, and ran into the same issue. So clearly its not anything to do with my install or a packaging issue with Fedora.

Not really a big deal as the apps work just fine, just thought it was interesting. My only thought is that these apps use a different image format their icons than everything else. They are also both flatpaks. So uh, yeah.

2 Likes

I’m getting the exact same thing here.

Operating System: openSUSE Tumbleweed 20260218
KDE Plasma Version: 6.6.0
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
Kernel Version: 6.19.2-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-1035G1 CPU @ 1.00GHz
Memory: 12 GiB of RAM (11.5 GiB usable)
Graphics Processor: Intel® UHD Graphics

1 Like

same issue as well, I’ve just opened a bug report about this issue: https://bugs.kde.org/show_bug.cgi?id=516383

this issue appeared after updating to 6.6

I’m also on Fedora KDE but I have this issue on CachyOS as well

The canonical bug is:

It sounds like:

  • Qt doesn’t support the clipPath element in SVG files (long-standing issue)
  • As of KDE Frameworks 6.23.0, the SVG icon is preferred over PNG if the app provides both (so that’s why the issue has become visible now)
1 Like

could that change be reverted until qt supports clipPath?

Ok thank you for reporting it. Yeah its probably gotta be some SVG thing huh. I guess these two specific icons use that clipPath element, which are not able to render correctly on plasma. Very interesting. From your bug report it looks like they are already aware of this issue as its marked as a dupe. So its only a matter of time until it gets resolved.

The only question is what changed between plasma 6.5 and 6.6 to suddenly surface this bug?

Also has anyone noticed any other broken icons?

I see, so they changed the preferred icon type to SVGs over PNGs, but their SVG renderer has a bizarre bug in it and that’s why the issue surfaced. Interesting.