https://bugzilla.suse.com/show_bug.cgi?id=1219420 https://bugzilla.suse.com/show_bug.cgi?id=1219420#c2 Ruarí Ødegaard <suse@ro.mm.st> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse@ro.mm.st --- Comment #2 from Ruarí Ødegaard <suse@ro.mm.st> --- Here is a simpler test to demostrate the issue • Fetch a test icon like so wget https://commons.wikimedia.org/wiki/File:OpenSUSE_button_bling.png • Use xdg-icon-resource to install it sudo xdg-icon-resource install --size 256 File:OpenSUSE_button_bling.png --novendor xdgtest Expected result: No error messages and the file should be installed --- You can check the file is present like so (assuming a more advanced shell like ksh, bash, zsh, etc.) find /usr/{local/,}share/icons/hicolor/256x256/apps -name xdgtest.png The file can then be removed with a standard `rm` command or you should also be able to use xdg-icon-resource like so: sudo xdg-icon-resource uninstall --size 256 xdgtest -- You are receiving this mail because: You are on the CC list for the bug.