Change The IceWM Start Menu Button (On DeLi Linux)
Posted July 25th, 2007 in LinuxTags: How To, Linux
Changing the IceWM start menu button is actually easier than I expected, and you don’t even have to be logged in as root to do it. It turns out that you can override any theme image if it’s in the same relative location under ~/.icewm. Everything else will remain unchanged. So let’s change the start menu button for the default theme in DeLi Linux (goldiKwarc).
Open up a terminal (mrxvt
) and enter the following commands. NOTE: If you are not using DeLi Linux, your particular installation of IceWM may differ, and as a result, file locations may differ.
cd ~/.icewm mkdir themes mkdir themes/goldiKwarc mkdir themes/goldiKwarc/taskbar cd themes/goldiKwarc/taskbar ln -s /usr/share/icewm/themes/goldiKwarc/taskbar/icewm-alt.xpm icewm.xpm
From the start menu, select Logout…–>Restart Icewm. Once IceWM reloads, you should see Tux smiling back at you. If you want to use the start button from a different theme, just change the symbolic link command appropriately. If you use one your own, you can either link, copy, or move the file to this folder. This technique should work for any image in a theme as long as the relative location is the same. Of course if you change a lot of images, you may want to consider creating a new theme instead.
NOTE: start.xpm
is another valid name.