Changing Start Menu Icon on Mandriva
If you would like to change the Start Menu Icon on Mandriva Linux with another one, do the following:
Edit the file:
/var/lib/mandriva/kde-profiles/common/share/config/kickerrc
On this file search for:
[KMenu]
KMenuButtonRotate=true
KMenuButtonScale=false
KMenuIcon=mdv_kmenu
ShowText=true
UseSidePixmap=true
TextRelativeXPos=37
TextRelativeYPos=32
TextColor=#FFFFFF
TextFont=URW Gothic L,14,-1,5,42,0,0,0,0,0
Text=Menu
UseTopSide=true
and let it like this:
[KMenu]
KMenuButtonRotate=true
# Changed next line from “false” to “true”
KMenuButtonScale=true
#—In the next line, put the full path to the icon, like mine:
KMenuIcon=/usr/share/icons/mandrake.png
# –Changed next line from “true” to “false”
ShowText=false
UseSidePixmap=true
TextRelativeXPos=37
TextRelativeYPos=32
TextColor=#FFFFFF
TextFont=URW Gothic L,14,-1,5,42,0,0,0,0,0
Text=Menu
UseTopSide=true
This is a global change and will affect all system users.
Choose your flavor:
But i prefer the original one:

See you at the next trick



