[Mono-winforms-list] running WinForms on Linux

Miguel de Icaza miguel@ximian.com
09 May 2003 00:40:23 -0400


Hello,

> I'm really keen to see results of my work running on 
> Linux, but it seems that my level of expertise in
> Linux is not enough to set up all this required stuff
> manually. So I'm wondering, are you going to produce
> required binaries (monogui etc.) in the form of
> packages just like it's done now for mono runtime and
> mcs in the future releases ? 

I wanted to do this for this release, but I ran out of time.

Also, we had a deadlock:

	* I wanted to get approval to commit the init code
	  to Application.cs, but that would make the code
	  only with Winforms.

	  We need a better way of initializing the Wine
	  currently, but am not sure how.

	* Since the code was not on CVS, I could not build
	  wine packages.

I have also a few questions:  Maybe we should install the wine runtime
under a separate directory, say $prefix/mono-wine, to avoid conflicting
with an existing Wine installation (am not sure whether this is
required or not).

Miguel