Eu instalei o monoDevelop (2.4) do link na minha caixa Linux rodando o Ubuntu 10.0.4
Quando inicio o monoDevelop a partir do menu ou tento abrir um arquivo .cs (ou projeto), vejo que o monoDevelop é iniciado (o cursor do mouse muda de forma, etc.), MAS após alguns segundos, monoDevelop é encerrado.
[Editar]
Aqui está o rastreamento de pilha quando eu executo o monodevelop na CLI:
morpheous@somebox:~/work$ monodevelop 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.
** (/usr/lib/monodevelop/bin/MonoDevelop.exe:2651): WARNING **: The following assembly referenced from /usr/lib/monodevelop/bin/MonoDevelop.Core.dll could not be loaded: Assembly: Mono.Addins.Setup (assemblyref_index=9) Version: 0.4.0.0 Public Key: 0738eb9f132ed756 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/monodevelop/bin/).
** (/usr/lib/monodevelop/bin/MonoDevelop.exe:2651): WARNING **: Could not load file or assembly 'Mono.Addins.Setup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
** (/usr/lib/monodevelop/bin/MonoDevelop.exe:2651): WARNING **: The following assembly referenced from /usr/lib/monodevelop/bin/MonoDevelop.Ide.dll could not be loaded: Assembly: glib-sharp (assemblyref_index=5) Version: 2.12.0.0 Public Key: 35e10195dab3c99f The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/monodevelop/bin/).
** (/usr/lib/monodevelop/bin/MonoDevelop.exe:2651): WARNING **: Could not load file or assembly 'glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
Unhandled Exception: System.TypeLoadException: A type load exception has occurred. morpheous@somebox:~/work$
Alguém conseguiu executar o monoDevelop no Ubuntu 10.0.4?
O que estou fazendo de errado?