| Summary: | Zoom icon is pixelated in window Switcher at 200% scaling | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | frederic.parrenin <frederic.parrenin> |
| Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | nate, uhhadd |
| Priority: | NOR | ||
| Version First Reported In: | 5.26.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | .png screenshot of the task switcher | ||
|
Description
frederic.parrenin@univ-grenoble-alpes.fr
2022-11-15 18:03:09 UTC
Can you attach a screenshot? Created attachment 153844 [details]
.png screenshot of the task switcher
Attached a screenshot.
I forgot to say that this is with the medium-default task switcher.
Thanks for the screenshot. So there are three elements at play here: 1. Zoom sets a custom icon for its window, and it uses a small raster image that looks bad when scaled up 2. KWin honors that image and displays it in the Task Switcher 3. You're using the "Large Icons" Task Switcher, which makes the icons quite large and so you see pixelation when the source image is small due to #1 In the past, #2 was only done on X11; on Wayland, KWin used the icon from the app's desktop file. However it looks like that changed recently to unify the behavior across X11 and Wayland. That makes this a duplicate of Bug 351055. *** This bug has been marked as a duplicate of bug 351055 *** Hi Nate, thanks for the detailed reply. Regarding 1., I am a bit surprised. When I list the files in the Zoom package, I see two Zoom icons: /usr/share/pixmaps/Zoom.png /usr/share/pixmaps/application-x-zoom.png Both of them are high-resolution. How did you see that custom-icon is low-res? It's up to Zoom's code to determine what icon to set the window to. There's no way of knowing that it's specifically chosen one of those. It could be a small one bundled into the app itself. Hi Nate, thanks for the explanation. So, I reported also the bug to Zoom, so that they provided a higher-res custom icon. |