[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
Thu Dec 12 00:29:09 CET 2019


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

cryptogopher <xfce at michalczyk.pro> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xfce at michalczyk.pro

--- Comment #6 from cryptogopher <xfce at michalczyk.pro> ---
(In reply to JD from comment #5)
> 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).

To avoid the need to copy to system directory, you can use xdg-icon-resource to
install icon resource in your homedir. I did it like that:

xdg-icon-resource install --size 48 your-icon-file.png

(where 48 is size of the icon, you can choose whatever size suits you).

In my case icon gets installed inside ~/.local/share/icons/hicolor/48x48/apps/,
so no system permissions are necessary. Icon installed that way can be easily
selected as directorymenu plugin icon and is visible under "Application icons"
(actually I found this solution just to do that).

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


More information about the Xfce-bugs mailing list