Comment 6 for bug 1682779

Revision history for this message
John Cornell (john-wayne-cornell) wrote :

this bug appears to be with the nuget interface trying to fill missing dependencies.

My workaround was to use fatpak.

sudo apt-get install flatpak
flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref

and run with

flatpak run com.xamarin.MonoDevelop

this fixed the missing dependancies and the ubuntu store version then worked correctly

I believe a simpler fix would be

sudo apt-get install gtk-sharp2 gnome-sharp2

and then re running monodevelop but I am unable to verify.