From Fedora Project Wiki

(Created page with 'You can install [Mint][http://www.linuxmint.com] menu on fedora. First of all you should download [http://www.witt-family.net/mintmenu-4.9.1-6.fc12.noarch.rpm this ] package from...')
 
No edit summary
 
Line 14: Line 14:
</pre>
</pre>
[http://aysabzevar.ir/pics/Mintmenu-in-Fedora.png this] is mintmenu on my fedora12.
[http://aysabzevar.ir/pics/Mintmenu-in-Fedora.png this] is mintmenu on my fedora12.
valent: These aren't complete instructions, this only installs mintmanu package but doesn't add it to Gnome panel. Do you have instructions or a script that removes Gnome app menu and replaces it with MintMenu?

Latest revision as of 11:19, 15 May 2010

You can install [Mint][1] menu on fedora. First of all you should download this package from here.Then open a terminal,go to where that package is there and execute this command:

su -c "yum --nogpgcheck localinstall mintmenu-4.9.1-6.fc12.noarch.rpm "

Now you can easily add mint menu in a panel. If thereisn't Mintmenu in add to panel window,simply refresh panels by this command:

killall gnome-panel

You can easily do this 3 steps by one command:

wget -c http://www.witt-family.net/mintmenu-4.9.1-6.fc12.noarch.rpm && su -c "yum --nogpgcheck localinstall mintmenu-4.9.1-6.fc12.noarch.rpm " && killall gnome-panel

this is mintmenu on my fedora12.

valent: These aren't complete instructions, this only installs mintmanu package but doesn't add it to Gnome panel. Do you have instructions or a script that removes Gnome app menu and replaces it with MintMenu?