<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Charlie,<br>
    <br>
    <div class="moz-cite-prefix">On 27/11/2015 17:11, Charlie Kravetz
      wrote:<br>
    </div>
    <blockquote
      cite="mid:20151127091137.7fef5c8e@teamcharliesangels.com"
      type="cite">
      <pre wrap="">You can copy the *.desktop file to ~/.local/share/applications . Then
you can edit that file as the user and change the icon to anything you
want. You can even design your own icon, put it somewhere in home, and
tell the file to look there. 

The applicable line in the file will be:

Icon=

I hope this helps.</pre>
    </blockquote>
    <br>
    Nope it doesn't work <br>
    <br>
    locate showdesktop.desktop<br>
    /usr/share/xfce4/panel/plugins/showdesktop.desktop
    <pre wrap="">
</pre>
    xfce4-panel --version<br>
    kxfce4-panel 4.11.0 (Xfce 4.10)<br>
    <br>
    diff /usr/share/xfce4/panel/plugins/showdesktop.desktop
    ~/.local/share/applications/showdesktop.desktop <br>
    115c115<br>
    < Icon=user-desktop<br>
    ---<br>
    > Icon=wine<br>
    xfce4-panel -r<br>
    <br>
    No change.<br>
    <br>
    Are you sure it apply also to plugin, for the panel?<br>
    <br>
    <img src="cid:part1.08080300.04010203@ledragon.net" alt=""><br>
    <br>
    Thanks for the suggestion. :)<br>
    <br>
    …<br>
    <br>
    Does not seem to work, if I edit the system file neither…<br>
    <br>
    Hum may be harcoded, from .deb source:<br>
    <br>
    grep -r "image = xfce_panel_image_new_from_source" .<br>
    ./plugins/launcher/launcher.c:          image =
    xfce_panel_image_new_from_source (icon_name);<br>
    ./plugins/actions/actions.c:      image =
    xfce_panel_image_new_from_source (entry->icon_name);<br>
    ./plugins/actions/actions.c:      image =
    xfce_panel_image_new_from_source (entry->icon_name);<br>
    <b>./plugins/showdesktop/showdesktop.c:  image =
      xfce_panel_image_new_from_source ("user-desktop");</b><br>
    <br>
    I will try to rebuild it and test it.<br>
    <br>
    Thanks for your help,<br>
    Sylvain.<br>
    <br>
  </body>
</html>