-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System tray (notification area) icons scale differently at the same mate panel size #519
Comments
the icons might depend on what format they're in, what icon set you're using, what theme you're using, & might happen in other environments outside of mate, so it's gotten a bit confusing mate-desktop/mate-themes#160 |
@kn00tcn I've tried with "black MATE" and "arc" theme as well as "MATE", "AwOken" and "Adwaita" icon themes. The problem isn't that the icons scale differently with each other (that indeed happens in many panels depending on the icon theme). The problem is that icons have different size if you change panel size from 40 to 41 than if you change it from 42 to 41. That shouldn't happen, in my opinion, since the final size is the same (41 px). It's like mate-panel looks for different size icons every 2 px instead of 1. If there's a technical reason for doing that, then it should at least make icons at 41 px to be the same at icons at 40 px, regardless if you go from 40 to 41 or from 42 to 41. Else, it looks bad and it's confusing for the user who changes the mate panel size. |
The offending icons are not drawn by the panel but are foreign "windows" from other applications. The issue might be that the systray doesn't advertize the size properly, or that the foreign applications don't react well. If the systray doesn't advertize the size correctly, it should be fixable fairly easily I guess. But I doubt that's it. If the foreign apps improperly react to small changes, it might be possible to hack around that by advertizing a strongly smaller size before the new, slightly smaller one. That'd be a hack, but maybe it'd work. |
i also thought it could be bitmap vs vector, or single large icon vs icons in step sizes one thing i wanted to find out from trying different icon sets is if the same icons are changing at the same sizes, or if it gets even more 'random' |
Does the issue still exists? |
@raveit65 I don't know whether the issue keepassxreboot/keepassxc#7116 is the same as this one, but the former does exist. (debian with mate-panel 1.27.1) |
@4eUeP The guake-tray icon is an internal icon ships by the application. I don't mind about the size. It is a poor 20x20px png. I am happy that gnome keeps na-tray support for this application. |
System tray (notification area) icons scale differently in the same mate panel size. The first screenshot shows the notification area when I change mate panel from size 40 to 41. The second screenshot shows the notification area when I change panel size from 42 to 41. Some
![screenshot at 2017-01-23 18-25-49](https://cloud.githubusercontent.com/assets/21288843/22212869/e4c1ff7c-e19a-11e6-831f-fb95c927c864.png)
![screenshot at 2017-01-23 18-26-02](https://cloud.githubusercontent.com/assets/21288843/22212895/fea3597c-e19a-11e6-8ed2-1ff6fe083861.png)
icons' sizes are different where they shouldn't:
P.S. The above problems are tested on Ubuntu MATE 16.10 and manjaro MATE which both have MATE 1.16.1 as well as at Ubuntu MATE 17.04 (daily build) which has MATE 1.17.2
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41245413-system-tray-notification-area-icons-scale-differently-at-the-same-mate-panel-size?utm_campaign=plugin&utm_content=tracker%2F314880&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F314880&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: