I have a simple script that basically does "tail -1000f /public/XERlog"
I created a file called log.desktop on the desktop which contains:
Exec= tail -1000f /public/XERlog
Name= XERlog
Path=/tmp/
StartupNotify=true
Terminal=true
Type=Application
The file is on the desktop and when you doouble-click on it, it opens a dialog box that has a few options like "Run in Terminal" and "Run" and "View" etc. I want it to automatically run in a terminal, is there a way to force it so it doesn't give the dialog box each time?