-
Notifications
You must be signed in to change notification settings - Fork 36
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
Rename battery icons, remove legacy battery icons #276
Conversation
Same as with the other big PR - do you know what Mate uses? I don't wanna completely break the theme for users that switch between DEs (even your cleanups are really appreciated!) |
After checking the other DEs on this one, this PR fixes issues in Xfce, Budgie, and Cinnamon. So improvements there. MATE uses the Upower names for their panel (they use symbolic icons) so it's an improvement there too. But when you go to Panel > Power Indicator > Click > Battery it provides a window with power/battery info. Here they still use the I'm going to open an Issue on mate-power-manager and bring this up. I'd consider it an issue on their part since they've switched some icons to the standard naming but not all. And just looking briefly at the code it looks like they may have intended to use them in all places but aren't. Let me know what you'd like me to do with this one. They do provide fallback icons with the app so it doesn't appear really broken or without icons or wrong sizes or anything. And it doesn't seem like a thing people would see often (most probably would never). Not sure if it's worth adding 100s of symlinks back in but I'm not sure. |
Just a followup. Looks like the gpm- ones are only used at 48px. So maybe I can add those back in and leave out the rest? |
e5da6e7
to
9e0c894
Compare
Switched this to draft till I figure out the MATE thing. It's not as simple as my last reply. Their icon preference/fallback for this is very confusing. |
Renames the battery icons to use Upower icon names. Xfpm has used these since 2015 (Gnome and Cinnamon also use these) so I think anything else can be considered legacy and safe to remove. Removes legacy xfpm and gpm battery icons and symlinks. Fixes issue where Power Manager -> Line Power didn't use the right icon.
9e0c894
to
20c54ee
Compare
@ochosi Can I get your input on this? In its current state, this PR is good for Xfce, Gnome, Cinnamon as they all use the same names. It is also an improvement for the MATE status indicator as it will now use a symbolic icon which is easier to see and preferable to the "fake" symbolic icons that the If I add the Unfortunately the mate-power-manager the tray status/indicator and the power statistics window use and prefer different icon names (details here). So the choice is
Personally I think Power Statistics won't be used often or by many and it would be better to just use the Upower names and have symbolic icons for their tray which will be more useful and seen all the time. It's also good for all the other DEs and makes elementary-xfce slimmer and more manageable. Let me know what you think. Thanks. |
Thanks for the thorough analysis! I read through the related Mate issues you submitted and believe it should be fixed in their components, not worked around by icon themes. So I would suggest we merge this as is! |
Some icons in -dark were pointing to icons that are no longer in the main theme. These are no longer needed. See shimmerproject#276 (f2d06bd) for more details.
Renames the battery icons to use Upower icon names.
Xfpm has used these since 2015 so I think anything
else can be considered legacy and safe to remove.
Removes legacy xfpm and gpm battery icons and symlinks.
Fixes issue where Power Manager -> Line Power didn't use
the right icon.