Results 1 to 10 of 10

Thread: HOWTO: MintMenu in Hardy Heron

  1. #1
    Join Date
    Jun 2008
    Beans
    6

    Lightbulb HOWTO: MintMenu in Hardy Heron

    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:

    Code:
    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:
    Code:
    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):

    Code:
    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!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot.png 
Views:	541 
Size:	132.7 KB 
ID:	73149  

  2. #2
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: HOWTO: MintMenu in Hardy Heron

    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?

  3. #3
    Join Date
    Jun 2008
    Beans
    6

    Re: HOWTO: MintMenu in Hardy Heron

    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.

  4. #4
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: HOWTO: MintMenu in Hardy Heron

    That's cool. I personally love the design of the menu bar, I think it's way more efficient than what vista / kde4 offer.

  5. #5
    Join Date
    Sep 2007
    Location
    Pteleos Greece
    Beans
    408
    Distro
    Ubuntu Development Release

    Re: HOWTO: MintMenu in Hardy Heron

    i liked it for a moment
    but i find Vadi's post quite cool also
    thanks @ both
    "Computers are like air conditioners, when you open WINDOW$ they stop working."
    Όσο ζώ μαθαίνω ...
    If Microsoft ever does applications for Linux it means I've won.
    Linus Torvalds

  6. #6
    Join Date
    Apr 2008
    Beans
    2

    Re: HOWTO: MintMenu in Hardy Heron

    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.p...&highlight=usp

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

  7. #7
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: MintMenu in Hardy Heron

    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!
    No longer participating......

  8. #8
    Join Date
    Aug 2008
    Beans
    2

    Re: HOWTO: MintMenu in Hardy Heron

    Quote Originally Posted by airspirit View Post
    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:

    Code:
    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:
    Code:
    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):

    Code:
    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?

  9. #9
    Join Date
    Aug 2008
    Beans
    2

    Re: HOWTO: MintMenu in Hardy Heron

    Quote Originally Posted by airspirit View Post
    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:

    Code:
    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:
    Code:
    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):

    Code:
    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?

  10. #10
    Join Date
    Jun 2008
    Beans
    6

    Re: HOWTO: MintMenu in Hardy Heron

    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?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •