Xfce4, on other DE just did not try. It seems to do everything:

  • Uploaded icons to /usr/share/icons/ , /usr/share/pixmaps/ , updated caches
  • Created a .desktop file in /usr/share/applications/ , where I wrote Icon

The everywhere icon appears (on shortcuts, in the panel, in the "Application Icons" section when choosing a custom icon, etc.), except for this place:

enter image description here

What's wrong?


Here is what is put, here are the icons in SVG, and at the root of ./icons SVG is also:

 $ find -type d . ./icons ./icons/hicolor ./icons/hicolor/256x256 ./icons/hicolor/256x256/apps ./icons/hicolor/128x128 ./icons/hicolor/128x128/apps ./icons/hicolor/16x16 ./icons/hicolor/16x16/apps ./icons/hicolor/192x192 ./icons/hicolor/192x192/apps ./icons/hicolor/72x72 ./icons/hicolor/72x72/apps ./icons/hicolor/1024x1024 ./icons/hicolor/1024x1024/apps ./icons/hicolor/32x32 ./icons/hicolor/32x32/apps ./icons/hicolor/512x512 ./icons/hicolor/512x512/apps ./icons/hicolor/48x48 ./icons/hicolor/48x48/apps ./icons/hicolor/24x24 ./icons/hicolor/24x24/apps ./icons/hicolor/96x96 ./icons/hicolor/96x96/apps ./icons/hicolor/64x64 ./icons/hicolor/64x64/apps 
  • Like this icon is already set from the application itself - Crantisz
  • Did you add *.svg or *.png ? If the second, then the desired size added? - 0andriy
  • @ 0andriy, svg, added a question. - PinkTux
  • *.svg as I understand it is placed in a special directory scalable (instead of a specific size). In general, look at the icon packs in Arch Linux for Xfce, there are a lot of interesting things about them. - 0andriy
  • @ 0andriy in scalable also lies. I look at my mint, at debian - who puts svg in sizes, who png, and everyone works the same! Doku about DE looked like everything was right for her, but I’m missing something somewhere, probably: ( - PinkTux

0