[Pkg-mono-devel] Package up Mono application for Linux distribution

Cole Orton coleorton at gmail.com
Mon Apr 14 14:42:03 UTC 2014


I've got a Mono application right now that I currently run locally by
executing sudo ./LaunchApp.


LaunchApp looks like:

#!/bin/sh

export DYLD_LIBRARY_PATH=/some/really/long/path/to/bin/Debug
:$DYLD_LIBRARY_PATH

export LD_LIBRARY_PATH=/some/really/long/path/to/bin/Debug:$LD_LIBRARY_PATH

exec /usr/bin/mono /some/really/long/path/to/bin/Debug/ProjectName.exe "$@"

My questions:

   1. How can I run this application inside of the MonoDevelop IDE?
   2. How can I make this launch script easier for deploying to other
   machines? Create a package? Desktop icon? Installer?
   3. The application only successfully works with sudo - this is assuming
   too much. How can I make the application run without executing it as sudo
   .

Thanks in advance, Cole
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-mono-devel/attachments/20140414/32436c74/attachment.html>


More information about the Pkg-mono-devel mailing list