Summary: | Some icons are badly rendered on system tray | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Frank Souza <franksouza183> |
Component: | XembedSNIProxy | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bugseforuns, kde, kde, kode54, materka |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frank Souza
2018-02-07 07:27:47 UTC
And that icon is using xemded? You can easily find out by running killall xembedsniproxy and see if the icon vanishes. If so, please file a bug with that application to use a modern supported fdo system tray protocol: statusnotifiericons Yes, this one uses xembed, but I do not think a proper solution ask all developers for these programs (including some abandoned but still heavily used). Why not fill out a bug report for the xembed team and make them render things as they should? These icons are displayed correctly in other environments, such as xfce, cinamon, gnome-shell. >Why not fill out a bug report for the xembed team and make them render things as they should?
You have, that team is me. I didn't say I would close this.
However, please file a bug with that application to use a modern supported fdo system tray protocol: statusnotifiericons
Thank you for your time! Bug reported: https://github.com/MaartenBaert/ssr/issues/624 From a superficial look, do you think this is a complex thing to fix? I mean, would I be correct in my suspicion of it be using re-scale unnecessarily (when the graphic already has the final rendering dimensions)? As suggested in the SSR bug report, sni-qt made this work as it should, but not for programs running in root mode, such as radeon-profile. Thanks for doing that. It's needed for apps moving to wayland, to a large extent even clients running in xwayland.
sni-qt is a good thing to use, yes.
> From a superficial look, do you think this is a complex thing to fix
Yes and no.
The cardinality is different.
Xembed icons are embedded into one place. That one place has one size.
SNI can (potentially) have many UIs, because of that it can be in multiple sizes at once. That doesn't work here.
Works great when you're just using an icon name.
SNIs don't get told their size because that wouldn't make sense, so xmbedsniproxy just picks something at random. Hence potential resizing.
It's not as bad as it sounds, the plasma system tray by design puts icons at known sizes, so we should be mostly in line.
We could make the default case better by special-casing having one system tray (which is what most people have) tell us the size to use.
This doesn't help in all cases, some clients already don't resize to the size I ask them to be...
I'm experiencing a similar issue with tray icons, only killing xembedsniproxy had no effect, as all icons remained. The issue appears as icons that were added minutes after login instead of by auto started applications on login, the icons render as twice as large as they should be, and the tray only shows the center quarter of the actual icon. If application icon renders incorrectly and is still visible after killing xembedsniproxy, then it is not related to the original report. If you still encounter problems please create separate bug report. Other problems are a duplicate of 366047. *** This bug has been marked as a duplicate of bug 366047 *** |