WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Objective: Script to run from desktop  (Read 2110 times)

Offline Miller

  • Newbie
  • *
  • Posts: 20
Objective: Script to run from desktop
« on: June 17, 2010, 04:18:06 PM »
Hello All
How do I configure a script so when it is clicked on from say the desktop / roxfiler it will automatically open a terminal and run. The script doesn't need to close by itself on completion.
Thanks in advance.
Miller.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Objective: Script to run from desktop
« Reply #1 on: June 18, 2010, 03:10:45 AM »
Make the icon launch "aterm -e myscript.sh". Shell will close when the script does. (there's an option not to).
The only barriers that can stop you are the ones you create yourself.