View Single Post
pipeline's Avatar
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.
 

The Following User Says Thank You to pipeline For This Useful Post: