PDA

View Full Version : HOWTO: MintMenu in Hardy Heron


airspirit
June 6th, 2008, 12:44 PM
I got irritated with the triple-menu setup in gnome due to the lack of real estate on my screen, so started looking for options. Unfortunately, all of the old mintmenu install instructions were broken for Hardy Heron. After lots of research, here is the easy step by step to get this working for you.

Step 1:

Add the following to your repository list:

http://packages.linuxmint.com elyssa main upstream import

Step 2:

Reload your sources and search in Synaptic for mintmenu (current is 4.0) ... install that.

Step 3:

Open a terminal and run the following commands:
sudo killall gnome-panel

After a few seconds it will restart. Now right click on a panel and go to Add to Panel ... you'll find your new shiny mintMenu option ... drag this onto your bar. Yay! All done!

Step 4:

Don't like the icon? It doesn't use the distributor-icon, so run the following to get your ubuntu icon (or do similar for your custom icon):

sudo cp /usr/share/icons/Human/scalable/places/distributor-logo.svg /usr/share/pixmaps/mintmenu.png
sudo killall gnome-panel

This switches the icon to your standard distro-logo ... almost. Right click the menu and in preferences up the icon size and get rid of the text (if you want). Now it looks better, no?

Notes and caveats:

There is no link to the standard Add/Remove programs icon. If you want this, you'll have to add a link into one of your application or other menus. The default package manager in this menu is Synaptic. I'm pretty sure there is a way to change that, but I'm not too keen on digging that deep at the moment. Otherwise, it is nice and pretty and stable, so enjoy!

Vadi
June 8th, 2008, 04:30 PM
You do know that you can just add the "Main Menu" applet to a gnome panel, which is even better on small real estate than that?

airspirit
June 8th, 2008, 05:24 PM
Yeah, I played with that as well, but didn't like it nearly as much as I do the slab-style mintmenu. The reason that I posted this is because all of the old tutorials and walkthroughs here were broken in 8.04.

When favorites is left open in mintmenu (which for me is most all the time with my top 5-6 programs) I find it much faster than the three menu option, and presumably would find it faster and easier than the one menu option as well. It also adds a further touch of familiarity for my spouse who is having a harder time adjusting from windows to linux.

Vadi
June 8th, 2008, 05:29 PM
That's cool. I personally love the design of the menu bar, I think it's way more efficient than what vista / kde4 offer.

Gourgi
June 8th, 2008, 10:23 PM
i liked it for a moment
but i find Vadi's post quite cool also
thanks @ both
:popcorn:

moriss
June 10th, 2008, 04:46 AM
For those who want to configure their mintmenu a little more:
I guess mintmenu is based on the Ubuntu system Panel, that's where you can find it:
http://code.google.com/p/ubuntu-system-panel/w/list
and a here's a tutorial for installing and configuring USP:
http://ubuntuforums.org/showthread.php?t=222546&highlight=usp

But I personnally think mintmenu is the best configuration for USP, I just kept it.
Thanx

Jose Catre-Vandis
June 10th, 2008, 05:52 PM
It's Nice :)

Unless you want loads of "Mint" branded things to update on your system, remeber to remove the mint repository from your sources.list after you have done this!

irieari
August 22nd, 2008, 05:19 AM
I got irritated with the triple-menu setup in gnome due to the lack of real estate on my screen, so started looking for options. Unfortunately, all of the old mintmenu install instructions were broken for Hardy Heron. After lots of research, here is the easy step by step to get this working for you.

Step 1:

Add the following to your repository list:

http://packages.linuxmint.com elyssa main upstream import

Step 2:

Reload your sources and search in Synaptic for mintmenu (current is 4.0) ... install that.

Step 3:

Open a terminal and run the following commands:
sudo killall gnome-panel

After a few seconds it will restart. Now right click on a panel and go to Add to Panel ... you'll find your new shiny mintMenu option ... drag this onto your bar. Yay! All done!

Step 4:

Don't like the icon? It doesn't use the distributor-icon, so run the following to get your ubuntu icon (or do similar for your custom icon):

sudo cp /usr/share/icons/Human/scalable/places/distributor-logo.svg /usr/share/pixmaps/mintmenu.png
sudo killall gnome-panel

This switches the icon to your standard distro-logo ... almost. Right click the menu and in preferences up the icon size and get rid of the text (if you want). Now it looks better, no?

Notes and caveats:

There is no link to the standard Add/Remove programs icon. If you want this, you'll have to add a link into one of your application or other menus. The default package manager in this menu is Synaptic. I'm pretty sure there is a way to change that, but I'm not too keen on digging that deep at the moment. Otherwise, it is nice and pretty and stable, so enjoy!
Hi Airspirit,

I tried your method of replacing the mintmenu icon with a custom one and it worked well for my laptop, but with my other computer the terminal tells me:

"cp: target `/usr/share/pixmaps/mintmenu.png' is not a directory"

Of course it's not a directory, but a a .png file, but isn't the -cp function supposed to overwrite the destination file with the source one in this case?

irieari
August 22nd, 2008, 05:20 AM
I got irritated with the triple-menu setup in gnome due to the lack of real estate on my screen, so started looking for options. Unfortunately, all of the old mintmenu install instructions were broken for Hardy Heron. After lots of research, here is the easy step by step to get this working for you.

Step 1:

Add the following to your repository list:

http://packages.linuxmint.com elyssa main upstream import

Step 2:

Reload your sources and search in Synaptic for mintmenu (current is 4.0) ... install that.

Step 3:

Open a terminal and run the following commands:
sudo killall gnome-panel

After a few seconds it will restart. Now right click on a panel and go to Add to Panel ... you'll find your new shiny mintMenu option ... drag this onto your bar. Yay! All done!

Step 4:

Don't like the icon? It doesn't use the distributor-icon, so run the following to get your ubuntu icon (or do similar for your custom icon):

sudo cp /usr/share/icons/Human/scalable/places/distributor-logo.svg /usr/share/pixmaps/mintmenu.png
sudo killall gnome-panel

This switches the icon to your standard distro-logo ... almost. Right click the menu and in preferences up the icon size and get rid of the text (if you want). Now it looks better, no?

Notes and caveats:

There is no link to the standard Add/Remove programs icon. If you want this, you'll have to add a link into one of your application or other menus. The default package manager in this menu is Synaptic. I'm pretty sure there is a way to change that, but I'm not too keen on digging that deep at the moment. Otherwise, it is nice and pretty and stable, so enjoy!
Hi Airspirit,

I tried your method of replacing the mintmenu icon with a custom one and it worked well for my laptop, but with my other computer the terminal tells me:

"cp: target `/usr/share/pixmaps/mintmenu.png' is not a directory"

Of course it's not a directory, but a .png file, but isn't the -cp function supposed to overwrite the destination file with the source one in this case?

airspirit
August 22nd, 2008, 03:48 PM
I can't tell you why your system is giving that particular error. What you may want to try doing is renaming the original file then moving the new one there.

Try the following:

mv /usr/share/pixmaps/mintmenu.png /usr/share/pixmaps/mintmenu.png.backup

Then use the copy line and see if that does the trick for you. If that doesn't work, mind copying in a "ls -l" of what you get in that directory?