You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using elementary icons theme, some application (like fuzzel) are not able to "fallback" on something when an icon is missing from the theme. On the other hand, a lot of third party application install their icon in the hicolor theme in order for them to be available.
I’m don’t know if this is a deliberate choice or not? And whether this is an error of the theme or if all applications are expected to do the fallback by themselves?
Adwaita theme for exemple does include this fallback.
If you confirm this is not a choice, I’m willing to post the fixing MR if you wish.
Steps to Reproduce
fuzzel --icon-theme elementary
Expected Behavior
OS Version
Other Linux
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered:
Implementations are required to look in the "hicolor" theme if an icon was not found in the current theme.
And in the Standard Keys section (Table 1), Inherits is not a required key (and hicolor should be checked whether the Inherits line exists or not), noting:
If no theme is specified implementations are required to add the "hicolor" theme to the inheritance tree. An implementation may optionally add other default themes in between the last specified theme and the hicolor theme.
So it seems fuzzel should add hicolor to their icon lookup as a final fallback, even if it's not in the Inherits line.
What Happened?
When using elementary icons theme, some application (like fuzzel) are not able to "fallback" on something when an icon is missing from the theme. On the other hand, a lot of third party application install their icon in the hicolor theme in order for them to be available.
I’m don’t know if this is a deliberate choice or not? And whether this is an error of the theme or if all applications are expected to do the fallback by themselves?
Adwaita theme for exemple does include this fallback.
If you confirm this is not a choice, I’m willing to post the fixing MR if you wish.
Steps to Reproduce
Expected Behavior
OS Version
Other Linux
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: