Page 1 of 1

panel encountered a problem while loading "OAFIID:GNOME_mint

Posted: Sat May 28, 2011 7:05 am
by COKEDUDE
panel encountered a problem while loading "OAFIID:GNOME_mintMenu".

Can someone please tell me what this error means and how to fix it?

Image

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Sat May 28, 2011 7:47 am
by COKEDUDE
I have tried this with no luck.

Code: Select all

    * sudo apt-get update
    * sudo apt-get upgrade
      --are there any upgrades you are missing..
    * apt search mintmenu
      p mintmenu - Advanced Gnome menu
      --is mintmenu available to you
    * sudo apt-get install mintmenu 

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Sat May 28, 2011 7:49 am
by asymmetros
Maybe it's something that it happens rarely.
A possible solution is to completely removed mintmenu and reinstall it through Synaptic. It worked once...
http://forums.linuxmint.com/viewtopic.php?f=90&t=49672

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Sat May 28, 2011 7:53 am
by COKEDUDE
asymmetros wrote:Maybe it's something that it happens rarely.
A possible solution is to completely removed mintmenu and reinstall it through Synaptic. It worked once...
http://forums.linuxmint.com/viewtopic.php?f=90&t=49672
I already tried that with no luck.

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Sat Jun 04, 2011 10:20 am
by DennisDilley
I am getting the same error box and I just keep cancelling it out.
No solutions yet/

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Sat Jun 04, 2011 2:44 pm
by NxtGenCowboy
I keep getting the same thing... the only way to stop it is to remove mintMenu completely via Synaptic.

I've tried reinstalling and didn't have any luck..

I've noticed it started happening today right after mintMenu was updated...

I also started getting this error

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Tue Oct 25, 2011 5:57 pm
by MSXManiac
with me i resolve reading content in this link..

http://axezn.tk/2011/08/14/debian-wheez ... -mintmenu/

Re: panel encountered a problem while loading "OAFIID:GNOME_

Posted: Fri Nov 04, 2011 8:55 pm
by CleverName
The solution to this problem for me was to revert my symbolic link for python from 2.7 to 2.6 where it had been before I encountered this problem.

>cd /usr/bin
>ls -la pyth*
if python -> 2.7
>rm python
>ln -s python2.6 python
restart and all is well