[Xfce-bugs] [Bug 15888] Impossible to set an icon for folder menu item in panel

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Sep 2 11:00:44 CEST 2019


https://bugzilla.xfce.org/show_bug.cgi?id=15888

--- Comment #5 from JD <josselin.dulac at enscm.fr> ---
Well it seems that there's an issue somewhere, but I don't know if it's related
to gtk_image_set_from_icon_name or to the way XFCE sends parameters to the
method.
In my  xfce4-panel.xml, I do have the following

    <property name="plugin-22" type="string" value="directorymenu">
      <property name="base-directory" type="string"
value="/home/xxx/Applications/Applis AMUE"/>
      <property name="icon-name" type="string"
value="/home/xxx/Applications/Applis AMUE/LogoAMUE.png"/>
      <property name="file-pattern" type="string" value="*.jnlp"/>
    </property>

where /home/xxx/Applications/Applis AMUE/LogoAMUE.png is a valid existing
absolute path to a png image.

If I copy the icon to /usr/share/pixmaps then I can use it as an "uncategorized
icon", but it requires privileges to copy files there (so it's still a
regression, in my opinion).

I wonder if the problem could be in the property name "icon-name", maybe it
should be a "button-icon"? 

Regards,

JD

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list