Thread
:
How do you create an executable script to run from an icon?
View Single Post
#
2
(
permalink
)
28-Jun-2009, 10:14
hcvv
Wise Penguin
Join Date: Jun 2008
Location: Netherlands
Posts: 1,905
Re: How do you create an executable script to run from an ic
Code:
#! /bin/sh
should be
Code:
#!/bin/sh
(no white space)
You do not explain what you entered after choosing "link to application". How can we know if you made a mistake or not?
Why double click? In my system that would start it twice!
__________________
Henk van Velden
hcvv
View Public Profile
Find all posts by hcvv