https://bugzilla.xfce.org/show_bug.cgi?id=15888
cryptogopher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from cryptogopher <[email protected]> --- (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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
