Re: run script in xfce -

2018-10-19 Thread Ed Greshko
On 10/20/18 8:50 AM, Bob Goodwin wrote: > On 10/19/18 18:27, Ed Greshko wrote: >> I think you want your script to open up a separate window with a list of >> files in a >> directory when you double-click >> a launcher. >> >> I didn't use the same directory since I don't have it.  But I created som

Re: run script in xfce -

2018-10-19 Thread Bob Goodwin
On 10/19/18 18:27, Ed Greshko wrote: I think you want your script to open up a separate window with a list of files in a directory when you double-click a launcher. I didn't use the same directory since I don't have it.  But I created some file in /tmp starting with 2018.  And I use this form

Re: run script in xfce -

2018-10-19 Thread Ed Greshko
On 10/20/18 5:03 AM, Bob Goodwin wrote: > . > I have a bash script that runs in a user terminal but I can't get it to run > from an xfce > launcher icon. I usually set up one without any trouble but this refuses to > work as > expected. > > This is what I have, the commented line works but  the o

Re: run script in xfce -

2018-10-19 Thread Joe Zeff
On 10/19/2018 03:03 PM, Bob Goodwin wrote: . I have a bash script that runs in a user terminal but I can't get it to run from an xfce launcher icon. I usually set up one without any trouble but this refuses to work as expected. This is what I have, the commented line works but  the one before

run script in xfce -

2018-10-19 Thread Bob Goodwin
. I have a bash script that runs in a user terminal but I can't get it to run from an xfce launcher icon. I usually set up one without any trouble but this refuses to work as expected. This is what I have, the commented line works but  the one before it is simpler, either way the result is th