Posts: 74
CGarces
Joined: 21 Apr 2013
#1
Hi!

I have one file (amazon.sh) that connects to a remote server by ssh

Executing it on the console works fine:

Code: Select all

Carlos@antiX1:~/development
$ ./amazon.sh 
But I using PCManFM or SpaceFM not works. I have the"execute" option but nothing happens when I click on it.

I have read
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/975152"
linktext was:"this bug for PCmanFM"
====================================


And changed

x-terminal-emulator %s
into
x-terminal-emulator -e %s

And now the .sh is executed, but due -e option the terminal is closed... not works for me, I need a terminal that remains open.

This also not fix the problem under SpaceFM

Any ideas?