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
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?