Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Xfce does not show hicolor icons as replacements for missing oxygen icons. For instance, the clipman plugin button has no icon. Version-Release number of selected component (if applicable): oxygen-icon-theme-4.14.2-1.fc20.noarch oxygen-icon-theme-4.14.1-1.fc20.noarch How reproducible: yes Steps to Reproduce: 1. switch to oxygen icon theme in Xfce settings 2. 3. Actual results: Buttons with no standard icons: Clipman plugin, backintime, gigolo, 'execute program', favorites (whisker menu), webbrowser (generic starter), xlock, … Expected results: Nice icons. Additional info: Severity high cause it may prevent good experience for new users. +++ This bug was initially created as a clone of Bug #1159359 +++
Notice to Xfce SIG, FYI.
Sorry, confused the base themes. You should add gnome to Inherits in index.theme, for reference take a look at elementary-xfce: elementary-xfce]$ grep Inherits index.theme Inherits=gnome,hicolor oxygen]$ grep Inherits index.theme Inherits=hicolor
*** Bug 1159359 has been marked as a duplicate of this bug. ***
Work around: # sed -i s-hicolor-Fedora,hicolor- /usr/share/icons/oxygen/index.theme
We may use gtk-fallback-icon-theme in xfsettingsd and a forced dependency to a theme like Fedora-icon-theme or Adwaita.
Hrm, I found https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-fallback-icon-theme which suggests that setting is deprecated and ignored in recent gtk3 releases, so that workaround may not work (probably worth testing and verifying though)
Yeah, testing would be great if someone could do that. ;) I'm not sure I will have time to do so anytime soon...
This is also true for lxqt and Fedora 21. Any ideas for a goable work-around?
*** Bug 1176115 has been marked as a duplicate of this bug. ***
GTK+ 3 now hardcodes the fallback to the GNOME icon theme. For GTK+ 2, use the gtk-fallback-icon-theme xsetting. Oxygen will not inherit from the GNOME or Fedora icon theme, it does not make sense outside of GTK+ applications.
So, I am confused what you want me to do here. (BTW, please never clone bugs, it just makes everything confusing IMHO). I fixed gigolo. There's another bug for yumex. Can you file bugs on any others you see and we close this one?
Maybe Yumex is fixed in the upcoming dnf version.