Thread
:
HOWTO: C# compiling on the unit itself
View Single Post
pipeline
2008-03-24 , 04:26
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#
15
Is it a console app? If so i dont think you can.
If you've actually compiled a gtk/glade app with a window then you can setup a desktop file for it.
You should create a script like :
Code:
#!/bin/sh cd /home/user/code/myappdir mono myapp.exe
Set execute permission on it :
chmod 755 mylaunchscript
And point desktop to launch script
If you dont know how to make a desktop file then you can use
LinkMaker
utility (it needs python) and you will have to run 'LinkMakerAllow' as root before it can create the links.
Last edited by pipeline; 2008-03-24 at
04:58
.
Quote & Reply
|
The Following User Says Thank You to pipeline For This Useful Post:
zybook
pipeline
View Public Profile
Send a private message to pipeline
Find all posts by pipeline