Страница 1 из 1

Installing MonoDevelop

Добавлено: 11 янв 2013, 19:55
jlopez
I installed MonoDevelop along with its dependencies.
I could create a project, but trying to open any code file in the editor didn't work.
It gave an error message about not finding some GConf key, you can see it below.

Searching a bit with Google I saw a post in RedHat's Bugzilla which is about the same problem.
https://bugzilla.redhat.com/show_bug.cgi?id=753944
It gives two package names that when installed solve the problem.

Код: Выделить всё

gnome-sharp libgnome
However the package names for ROSA (I'm using Desktop.Fresh) are different, they are:

Код: Выделить всё

gnome-sharp2 libgnome2
Install them and voila, problem solved :D

Re: Installing MonoDevelop

Добавлено: 11 янв 2013, 21:31
Pulfer
Thanx for the hint :) Gonna update MonoDevelop Requires later today.