- Package:
- xfce4-panel
- Source:
- xfce4-panel
- Description:
- panel for Xfce4 desktop environment
- Submitter:
- Ognyan Kulev
- Date:
- 2015-02-12 16:51:28 UTC
- Severity:
- normal
Hi, When I go to settings of Action Buttons on my panel, changing button action to Suspend or Hibernate changes the icon of Action Buttons to kind of N/A icon. Other button actions has proper icons. Regards, Ognyan Kulev
What icon theme do you use? Can you make a screenshot of that? Regards,
На 5.09.2012 15:37, Yves-Alexis Perez написа: In Settings - Appearance - Icon, all icon themes have N/A for Hibernate and only Oxygen has icon for Suspend. Attached. Regards, Ognyan Kulev
It may be relevant that I have a problem with Log Out Dialog too. It directly logs out and doesn't show a dialog. It looked non-Debian specific so I posted it to http://forum.xfce.org/viewtopic.php?id=7421 Regards, Ognyan Kulev
На 5.09.2012 15:37, Yves-Alexis Perez написа: http://git.xfce.org/xfce/xfce4-panel/tree/plugins/actions/actions.c#n122 defines icons for actions. Suspend and Hibernate have icons "system-suspend" and "system-hibernate" but (almost) no icon theme has these. I solved this issue for me with the following commands: # cd /usr/share/icons/hicolor/scalable/actions # ln -s xfpm-suspend.svg system-suspend.svg # ln -s xfpm-hibernate.svg system-hibernate.svg # gtk-update-icon-cache -f ../.. Regards, Ognyan Kulev
I use Nuvola icon theme from gnome-themes-more package, and found the missing icon could be caused by the Inherits line in index.theme Inherits=gnome Changing it to like other themes Inherits=gnome-colors-common and run gtk-update-icon-cache seems to fix it.
Also affects xfce4-panel 4.10.1-1 with the GNOME icon theme.
gnome-icon-theme is really intended as a fallback, it's not really a usable theme imho. You should try with another icon theme like Tango (in any case, for icon names not in fd.o spec apps should bring their own but it's not always easy to design them so sometimes app developers use common names often shipped in large icon themes). Regards,
Same issue here using the Tango icon theme. I'm not sure if this is a bug in the icon names that xfce4-panel expects or a bug in the icon themes that they don't provide the correct icons.