-
-
Notifications
You must be signed in to change notification settings - Fork 33
Blurry icons #144
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
Comments
I think this is probably a hidpi issue and I've just committed a fix for it. Unfortunately, I don't have a hidpi monitor to test it with, so I don't know for sure that it actually works... If you'd like to try it for yourself, you'll have to install the very latest version of the applet. Fortunately I've written a Python script to do this for you and you can find it in here one of my other repositories. Cheers. |
This change uses cairo surfaces instead of pixbufs to render icons compatible with HiDPI displays Fixes ubuntu-mate#144
@robint99 - your fix does not scale icons, instead it loads a larger icon size, but then it just shrinks it back for rendering in the corresponding drawing area. I've submitted a pull request that loads scaled icons and converts them to a surface - it then uses that surface as the source for the cairo context during the draw phase. |
Hi,
The dock applet draws blurry icons on my system:
The quality of the icons doesn't change, no matter what width I set to the panel. On the above picture, the mate-panel width is set to 48 pixels.
Env:
Thanks!
The text was updated successfully, but these errors were encountered: