Different head and tail files for root and users in $HOME. Easy to do.
# I suggest all icons go in: /usr/share/pixmaps
# Move spacefm-find.png from /usr/share/icons to /usr/share/pixmaps
# And copy /usr/share/icons/isomaster/isomaster.png to /pixmaps
# And also /usr/local/pburn/pburn20.png
# And also /usr/share/pixmaps/searchmonkey/searchmonkey-32x32.png
# And remove the icon paths in those app`s desktop files, like this:
Code: Select all
Icon=spacefm-find.png
# So all that`s needed to add to .jwmrc is:
$HOME/.icons is user over-ride for icons in /usr/share/pixmaps
Code: Select all
<IconPath>$HOME/.icons</IconPath>
<IconPath>/usr/share/pixmaps</IconPath>
Do we want to follow this.? I say yes...
This does not mean we have to edit all the desktop files.
I`ll write mk-menu to search for icons with extensions: png, xpm, jpg, jpeg.
### CORRECTION: IconPath IS working...
### Odd thing with jwm-2.2.1-1
Running jwm -reload does not reload the menu. Only jwm -restart does.