If you like to install Linux Mint’s rather slick menu do the following :
Go to this page : http://packages.linuxmint.com/list.php?release=Debian#main.
Download the following packages :
mintmenu_5.2.2_all.deb
mint-common_1.0.5_all.deb
mint-translations_2011.08.06_all.deb
Navigate to where you downloaded the packages :
cd ~/Downloads
and then as root :
dpkg -i *.deb
You may see the following :
dpkg: dependency problems prevent configuration of mintmenu:
mintmenu depends on deskbar-applet; however:
Package deskbar-applet is not installed.
dpkg: error processing mintmenu (--install):
dependency problems - leaving unconfigured
Setting up mint-translations (2011.08.06) ...
Setting up mint-common (1.0.5) ...
Errors were encountered while processing:
mintmenu
The package that seems to be missing was deskbar-applet...
apt-get install deskbar-applet
Right-click gnome-panel > Add to Panel...and choose mintMenu ( Advanced Gnome Menu )
You may encounter some problems ( like I did ) :
In this case you are missing python-xdg, so :
apt-get install python-xdg
Next problem was that the Places menu ( except for Computer in my case ) did not work. So when clicking on Home Folder nothing happens......Solution :
apt-get install xdg-utils
Now it works....
Right-clicking the Menu gives access to the following :
To change and edit your Favorites in the Mint Menu you can right-click to remove things you do not want and right-click on any application in the menu and check Show in my favorites.
Thanks for posting this.
ReplyDeletewill this work in Debain Squeeze Xfce?
ReplyDeleteNot sure about that. Never used Xfce. Did you try ?
DeleteJust tried and it didn't work. It told me I need to install python to install mintMenu, but when I tried to install python it said there's no way to install it. Is python just for Gnome? Mind you I was running the LiveCD, though I had no problem installing Ubuntu Software Center, Chromium and Synaptic.
ReplyDeleteIn Xfce Debian there's a panel plugin called icon box, which shows opened apps as panel icons instead of as window buttons. Might you by chance know how to install it for the panel in Linux Mint 13 MATE?
Python is not just for Gnome....Python is a programming language and not dependent of any desktop environment.
DeleteYour question about Linux Mint : Google is your friend...
I hope you find your answers. Good luck !
well, i tried installing python-mate and the rest but it didn't work. i'd experiment more but this is my only pc. and i'll keep googling icon box for linux mint tho nothing so far.
ReplyDeleteWork fine here on Jessie/Sid. Thanks!
ReplyDeleteWorked very well on Wheezy too.
ReplyDeleteThis even worked well on ARM Debian Jessie. Installed the 3 debs, then did a apt-get install -f to install the missing dependencies. Immediately was able to add it the panel with no other errors or workarounds.
ReplyDelete