What can I do when Monodevelop 2.4 hang up.

ldvalle
  12 years ago
  0

That isn't a tutorial, just an advice about a problem with monodevelop 2.4 runing on Mint Julia and others distros and how to survive.

Everything works fine, but one day, when you click the MonoDevelop Icon, and error message appear

"WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your Mozilla directory."

I've noticed that about 6 month ago, but nobody gave a solution .. till now.

Well, you can fix this error message following the instructions in this link

https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/212467

But this, just fix the message error, the next you can see is the MonoDevelop Logo on screen and how your CPU and RAM are ate for the application.

The solution for now, is launch MonoDevelop thow the terminal without logo. How can I do that ? On this way.

1) Open a terminal.

2) Write this

     monodevelop -nologo     <ENTER>

And thats all !!! Yes yes, isn't the most elegant way to fix, just a way to still swimming.

Sorry for my English, I'm trying.

Lucas

 


 

Comments
bradlywilson 12 years ago

Thank you. I found out the libgtkembedmoz.so doesn't matter, but starting with monodevelop -nologo makes it run for me now.


ldvalle 12 years ago

I did it, but not worked. I re-install Linux Mint(KDE this time), and then install MonoDevelop again. Everything is working till now.


blueXrider 12 years ago

Update to 2.4.2 will fix the issue