Monodevelop GUI designer does not work on ubuntu (2.4 and 2.6 beta 2). When I tri开发者_运维技巧ed to drag controls/containers from the toolbox, It is doing nothing. I couldnt' drag controls in the form window.
Step-by-step:
Prerequisites
Installed monodevelop version from the distro repos (convers major dependencies)
Extra dependencies: autoconf automake intltool
Install using latest source from github
$ git clone git://github.com/mono/monodevelop.git -b 3.0-series
$ cd monodevelop
$ git submodule init
$ git submodule update
$ ./configure
$ make
$ sudo make install
Run (also can add shortcut to applications menu) /usr/local/bin/monodevelop.
This worked for me on xubuntu 12.04 with no errors.
精彩评论