[Mono-list] Monodevelop made application not starting on ubuntu

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Tue Aug 4 12:31:44 UTC 2015


> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of onedevteam.com
> 
> I have made simple application with few forms, buttons and text edits in
> monodevelop for Ubuntu, using GTK, and now i'm trying to deploy it to
> another computer.
> 
> I have sucessfully built an bundle using
> 
> mkbundle TestApp.exe --deps -o TA

You probably don't want mkbundle, unless there's a specific reason you require it.

Normally, you make your application run by running "mono myapp.exe" and as long as the other computer has installed mono-complete, you can also just run "mono myapp.exe" on the target computer.

Since you said your app runs on GTK, the target computer will also have some other package dependencies - you'll just have to figure them out.


More information about the Mono-list mailing list