-
Notifications
You must be signed in to change notification settings - Fork 37
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
Some icons on high-DPI displays are over-sized #124
Comments
@wildptr Does this affect all kinds of icons and contexts..? |
Symbolic icons seem unaffected. I'm not sure about contexts other than Application. I haven't observed unwanted side-effects yet... |
newhoa
added a commit
to newhoa/elementary-xfce
that referenced
this issue
Apr 5, 2024
Add an optional --hidpi configure flag to allow installing as a fully SVG theme, with an updated index.theme for HiDPI support. This will be seen when Scaling is set to 2x or 3x. Fixes issues where wrong icons are shown in some places with scaling enabled (like the Places sidebars in file managers), and blurry icon issues, especially with scaling enabled. The PNG non-HiDPI theme also restricted the amount of zoom steps the icons had with scaling enabled, so this should resolve that as well. Fixes shimmerproject#124 Fixes shimmerproject#317 Fixes shimmerproject#362 Fixes shimmerproject#403
newhoa
added a commit
to newhoa/elementary-xfce
that referenced
this issue
Apr 5, 2024
Add an optional --hidpi configure flag to allow installing as a fully SVG theme, with an updated index.theme for HiDPI support. This will be seen when Scaling is set to 2x or 3x. Fixes issues where wrong icons are shown in some places with scaling enabled (like the Places sidebars in file managers), and blurry icon issues, especially with scaling enabled. The PNG non-HiDPI theme also restricted the amount of zoom steps the icons had with scaling enabled, so this should resolve that as well. Fixes shimmerproject#124 Fixes shimmerproject#317 Fixes shimmerproject#362 Fixes shimmerproject#403
newhoa
added a commit
to newhoa/elementary-xfce
that referenced
this issue
May 16, 2024
Add an optional --hidpi configure flag to allow installing as a fully SVG theme, with an updated index.theme for HiDPI support. This will be seen when Scaling is set to 2x or 3x. Fixes issues where wrong icons are shown in some places with scaling enabled (like the Places sidebars in file managers), and blurry icon issues, especially with scaling enabled. The PNG non-HiDPI theme also restricted the amount of zoom steps the icons had with scaling enabled, so this should resolve that as well. Fixes shimmerproject#124 Fixes shimmerproject#317 Fixes shimmerproject#362 Fixes shimmerproject#403
newhoa
added a commit
to newhoa/elementary-xfce
that referenced
this issue
May 16, 2024
Add an optional --hidpi configure flag to allow installing as a fully SVG theme, with an updated index.theme for HiDPI support. This will be seen when Scaling is set to 2x or 3x. Fixes issues where wrong icons are shown in some places with scaling enabled (like the Places sidebars in file managers), and blurry icon issues, especially with scaling enabled. The PNG non-HiDPI theme also restricted the amount of zoom steps the icons had with scaling enabled, so this should resolve that as well. Fixes shimmerproject#124 Fixes shimmerproject#317 Fixes shimmerproject#362 Fixes shimmerproject#403
newhoa
added a commit
to newhoa/elementary-xfce
that referenced
this issue
May 16, 2024
Add an optional --hidpi configure flag to allow installing as a fully SVG theme, with an updated index.theme for HiDPI support. This will be seen when Scaling is set to 2x or 3x. Fixes issues where wrong icons are shown in some places with scaling enabled (like the Places sidebars in file managers), and blurry icon issues, especially with scaling enabled. The PNG non-HiDPI theme also restricted the amount of zoom steps the icons had with scaling enabled, so this should resolve that as well. Fixes shimmerproject#124 Fixes shimmerproject#317 Fixes shimmerproject#362 Fixes shimmerproject#403
newhoa
added a commit
to newhoa/elementary-xfce
that referenced
this issue
Aug 24, 2024
Install SVG-based HiDPI theme alongside the PNG-based theme. This should be used for better icon scaling, specifically when Scaling is set to 2x or 3x. PNG may be a bit faster to load, so the SVG HiDPI theme is optional. Using the HiDPI theme will fix issues where the wrong icons are shown in some places with scaling enabled (like the Places sidebars in file managers). It should also fix and blurry icon issues, especially with scaling enabled. The PNG non-HiDPI theme restricted the amount of zoom steps the icons had in file managers with scaling enabled, so this should resolve that as well. Fixes shimmerproject#124 Fixes shimmerproject#317 Fixes shimmerproject#362 Fixes shimmerproject#403
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Arch Linux with MATE 1.20, and have the
elementary-xfce-icons
package from AUR installed. I haveexport GDK_SCALE=2
in my~/.xprofile
. On my desktop, icons for Computer and most files look quite noticeably larger than the folder icons, which are adequately sized. In fact, these over-sized icons are nearly twice the size they should be. ReplacingType=Scalable
withType=Fixed
for non-symbolic icons inindex.theme
seems to solve the problem.The text was updated successfully, but these errors were encountered: