PDA

View Full Version : [SOLVED] Custom keyboard shortcut to mono project



jambel
November 8th, 2010, 08:45 PM
Hi,

I am trying to create a custom keyboard shortcut that executes a program that I wrote in mono, so I create a new custom shortcut and give the command:


mono /home/dev/myapp.exe 'argument' I also tryied


/usr/bin/mono /home/dev/myapp.exe 'argument'

but shortcut refuse to obay even without argument, any ideas?

Thanks!

jambel
November 11th, 2010, 12:04 PM
nothing? :(

jambel
November 11th, 2010, 02:06 PM
OK I managed it.

Because it's a console application, it should be like...


gnome-terminal -x mono /home/john/dev/myapp/myapp.exe