Favorites Missing in MintMenu.
Well I am facing silly problem with the Linux Mint 10. Well Favorites in the mint menu are completely missing. I am really frustrated with this situation. I want back default favorite. I am unable to discover the why is it happening. I tried a lot to solve this situation but all of my efforts are wasted. Please let me know if you are having any solution to overcome from this situation. Thanks in advance for your reply.
Re: Favorites Missing in MintMenu.
I have done following steps to solve the issue. You have to launch the terminal and type
Code:
sudo aptitude remove mintmenu
sudo rm -rf /usr/lib/linuxmint/mintMenu
gconftool-2 --recursive-unset /apps/mintMe
you have to reinstall the mintMenu using the following piece of code
Code:
sudo aptitude install mintmenu
Now you have to add mintMenu to the panel.
I am warning you that all the mintMenu settings will deleted if you are using above mentioned steps. You should try it I hope it will solve your problem
Re: Favorites Missing in MintMenu.
I want to let you know that the problem was happening due to absence of the gnomeapple from the python module .So I had installed the missing package using Synaptic. After installing the package I had rune the mintMenu.py and it was working. You should use the following piece of the commands to solve your problem
Code:
cd /usr/lib/linuxmint/mintMenu/
./mintMenu.py
I am hoping that above mentioned instruction will be useful to you. Thanks a lot.
Re: Favorites Missing in MintMenu.
Well I am having various steps that you can apply to solve your problem and I will be happy if any of above solution will helpful to you. I am suggesting you to create sysmbolic link between /usr/bin/pyhon2.6 and /usr/bin/python. If it is not working then you have to install Python-gnomeapplet on your computer. All the above instruction may work for you or not. So try it and let me know whether it was helpful or not