[MonoDevelop] How to run .exe file developed in monodeveloper directly in ubuntu

Quandary quandary82 at hailmail.net
Tue Mar 22 05:25:14 EDT 2011


If you want to start the exe without having to type mono <applicationname>
do: apt-get install binfmt-support

A word of caution:
This also enables wine applications to run without wine <applicationname>

Am 22.03.2011 08:38, schrieb Stifu:
> The command line way is "mono appfilename.exe".
> Or you could also open it through the explorer, by left or right clicking
> the exe, depending on your desktop type / settings. On Ubuntu Gnome, I used
> to do: right click / open with / mono. You could also set Mono as the
> default program to run exe files.
>
>
> Youshea wrote:
>> hi,
>>   im new to mono and need some help. i have created a simple project using
>> MonoDevelop in ubuntu but the problem is how can i run the .exe file
>> directly???
>>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/How-to-run-exe-file-developed-in-monodeveloper-directly-in-ubuntu-tp3395659p3395700.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list