You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Hello,
I installed monodevelop (7.8.4) on a freshly installed ubuntu 20.04. Whenn creating GTK# 2.0 Projects it always uses Gtk# Version 2.4.0.0 which ist somewhat ancient. I can use newer version via nuget but this will deactivate the GUI-Designer
I have installed GTK# 2.12.0.45 on my machine. How can I configure monodevelop to use that?
Thanks
gustl
The text was updated successfully, but these errors were encountered:
Now start monodevelop and create a GTK2-Project. You will find that mondevelop tries to use GTK 2.12. but it won't compile - it claims that the namespace GTK cannot be found. To fix this do the following
Now everything is working as expected.
For an "old" Ubunut 20.04-Istallation: Purge all mono/monodevelop installations completely, remove the repositories and the configurationfiles (dpkg -l | grep "^rc") as well. I my case this did the trick.
gustl
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I installed monodevelop (7.8.4) on a freshly installed ubuntu 20.04. Whenn creating GTK# 2.0 Projects it always uses Gtk# Version 2.4.0.0 which ist somewhat ancient. I can use newer version via nuget but this will deactivate the GUI-Designer
I have installed GTK# 2.12.0.45 on my machine. How can I configure monodevelop to use that?
Thanks
gustl
The text was updated successfully, but these errors were encountered: