I would like to make this as userfriendly as possible, so my MONO application is going to be a fullscreen application that runs automatically when the OS and startx is done loading.
How do I run a MONO.exe on startup?
|
I believe I have found the correct answer now. You can use something called "mono-service" to run programs in the background or you can place the program in the boot scripts. All you need is to call the program with either mono-service [program path and name] or mono [program path and name] |
|||
|