Page 1 of 1

Re: Creating a Launcher for a terminal app w/ options

Posted: Wed Oct 29, 2008 8:34 am
by Husse
Two things comes to mind immeditately
Have you selected "Application in terminal"
One way that I have had to recommend to some is to make a small script and start the app via that script

Re: Creating a Launcher for a terminal app w/ options

Posted: Wed Oct 29, 2008 5:05 pm
by Husse
?
If you use Gvim I really thought you knew how to make a script - vim being a really difficult beast :)
Make a text file named as you please
Content like this

Code: Select all

#!bin bash
gvim -c ":set ft=r"
Make the file executable
Double click to test > Select Run in terminal
If ok make a launcher that points to it
Put the script somewhere in home, where ever you like