Skip to content
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

icons: Use the correct name for the reboot icon #584

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

EbonJaeger
Copy link
Member

Description

According to the icon naming spec, the correct name to use for a reboot icon is system-reboot (and thus, system-reboot-symbolic for symbolic). Before this, we were using system-restart-symbolic, and had to provide an icon for this. This change increases compatibility with other icon themes, including Breeze, while retaining our own icon in case a theme does not provide it.

Submitter Checklist

  • Squashed commits with git rebase -i (if needed)
  • Built budgie-desktop and verified that the patch worked (if needed)

@EbonJaeger
Copy link
Member Author

I would link to the spec, but the Freedesktop Gitlab is currently being upgraded, so it isn't accessible.

Copy link
Member

@JoshStrobl JoshStrobl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

According to the icon naming spec, the correct name to use for a reboot icon is `system-reboot` (and thus, `system-reboot-symbolic` for symbolic). Before this, we were using `system-restart-symbolic`, and had to provide an icon for this. This change increases compatibility with other icon themes, including Breeze, while retaining our own icon in case a theme does not provide it.

Signed-off-by: Evan Maddock <[email protected]>
@JoshStrobl JoshStrobl force-pushed the use-correct-names-for-reboot-icons branch from 369b03e to 9aadcfc Compare June 3, 2024 17:11
@JoshStrobl JoshStrobl merged commit b930be3 into main Jun 3, 2024
1 check passed
@JoshStrobl JoshStrobl deleted the use-correct-names-for-reboot-icons branch June 3, 2024 17:14
@JoshStrobl JoshStrobl added this to the 10.10 milestone Jun 3, 2024
JoshStrobl pushed a commit that referenced this pull request Jun 21, 2024
According to the icon naming spec, the correct name to use for a reboot icon is `system-reboot` (and thus, `system-reboot-symbolic` for symbolic). Before this, we were using `system-restart-symbolic`, and had to provide an icon for this. This change increases compatibility with other icon themes, including Breeze, while retaining our own icon in case a theme does not provide it.

Signed-off-by: Evan Maddock <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants