You are not logged in.
When running a bash script with Thunar Custom Actions I like to place "xfce4-terminal -x" in front of the bash script path, which will open the terminal so I can see the bash script performing the operations. But I'd like the terminal to stay open after the bash script completes. How do I do this?
Offline
xfce4-terminal -H -x
The "-H" will hold the terminal window open.
How To Ask For Help | FAQ | Release Info | Community | Contribute | Donate
Online
Thanks for the quick reply ToZ! Not to make you uncomfortable, but of all the mods on all the forums I've ever been on you're the most helpful.
Offline