Just showing what I do.
I open AntiX Control Center and hit the edit Flixbox settings button for starters.
Then I get this window next which is geany. I go to the startup tab and comment out
Code: Select all
# Auto-update menu
#auto-fluxbox-menu.sh &
auto-update messing with my custom setting entries and erase them.
Now to show how I use the locate command to find me a icon for browser in the menu entry. I will also find a icon for rox, leafpad,and terminal and show how I custom insert icons into the menu,
Code: Select all
$ locate iceweasel
<snip>
/usr/share/icons/hicolor/128x128/apps/iceweasel.png
/usr/share/icons/hicolor/16x16/apps/iceweasel.png
/usr/share/icons/hicolor/32x32/apps/iceweasel.png
/usr/share/icons/hicolor/48x48/apps/iceweasel.png
/usr/share/icons/hicolor/64x64/apps/iceweasel.png
/usr/share/icons/hicolor/scalable/apps/iceweasel.svg
/usr/share/man/man1/iceweasel.1.gz
/usr/share/menu/iceweasel
/usr/share/pixmaps/iceweasel.png
<snip>
Code: Select all
$ locate rox-filer
<snip>
/usr/share/icons/antiX/rox-filer.png
<snip>
Code: Select all
locate leafpad
<snip>
/usr/share/pixmaps/leafpad.png
<snip>
Code: Select all
locate roxterm
<snip>
/usr/share/pixmaps/roxterm.xpm
<snip>
Code: Select all
[begin] (--antiX--)
[exec] (Terminal) {roxterm} </usr/share/pixmaps/roxterm.xpm>
[exec] (Files) {antiX-FileManager.sh} </usr/share/icons/antiX/rox-filer.png>
[exec] (Editor) {leafpad} </usr/share/pixmaps/leafpad.png>
[exec] (Browser) {iceweasel} </usr/share/icons/hicolor/16x16/apps/iceweasel.png>