OK - I got it doing what I wanted.
Here is the ultra basic script that is called from the quicklist.
Code:
#!/bin/bash~/scripts/todo.sh ls
bash
and here is the quicklist
Code:
[Desktop Entry]Version=1.0
Type=Application
Terminal=false
Exec=gnome-terminal -x /home/grouchygaijin/scripts/todo-list
Name=ToDo.txt
Icon=/home/grouchygaijin/Launcher-Images/todotxt_logo_2012.png
Keywords=Terminal App
In the quicklist the Terminal had been set to TRUE. I changed that to FALSE and the double terminal window problem stopped.
Bookmarks