Author Topic: [Solved] Script question..How do I run a script from the GUI (KDE 3.5)-  (Read 446 times)

Offline OldGuy

  • Hero Member
  • *****
  • Posts: 659
  • "All that is not given, is lost." Hasari Pal
Hi All,

I have a script that will execuite via shell "bash script.name" but I would like to be able to double-click it in the gui and have it execuite, so I don't have to drop to shell to get it to run.  Thanks in advance for all the help everyone has been in the past, and will be in the future. ;D

OH, forgot to add, the script permissions are marked executable.
« Last Edit: July 25, 2010, 04:01:53 PM by OldGuy »

ongoto

  • Guest
Re: Script question..How do I run a script from the GUI (KDE 3.5)-
« Reply #1 on: July 25, 2010, 03:10:12 PM »
hello

Right click on the desktop.  Select Create Launcher and fill out the form.   Use the Browse button to locate your script for the command box entry and you are good to go.


Offline OldGuy

  • Hero Member
  • *****
  • Posts: 659
  • "All that is not given, is lost." Hasari Pal
Re: Script question..How do I run a script from the GUI (KDE 3.5)-
« Reply #2 on: July 25, 2010, 04:02:25 PM »
hello

Right click on the desktop.  Select Create Launcher and fill out the form.   Use the Browse button to locate your script for the command box entry and you are good to go.

Ongoto, that worked great!  Thank you!