#686735 xfce4-panel: Action Buttons: No icons for Suspend and Hibernate

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
#686735#5
Date:
2012-09-05 07:03:25 UTC
From:
To:
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

#686735#10
Date:
2012-09-05 12:37:36 UTC
From:
To:
What icon theme do you use?

Can you make a screenshot of that?

Regards,

#686735#15
Date:
2012-09-05 12:50:55 UTC
From:
To:
На  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

#686735#20
Date:
2012-09-05 12:53:52 UTC
From:
To:
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

#686735#25
Date:
2012-09-06 09:00:40 UTC
From:
To:
На  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

#686735#30
Date:
2013-02-04 04:24:05 UTC
From:
To:
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.

#686735#35
Date:
2013-05-29 23:34:32 UTC
From:
To:
Also affects xfce4-panel 4.10.1-1 with the GNOME icon theme.
#686735#40
Date:
2013-05-30 05:48:52 UTC
From:
To:
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,

#686735#45
Date:
2013-08-31 21:09:26 UTC
From:
To:
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.