You are not logged in.
Hello All
This is my first post on this Forum.
I have been using xfce for some time and got interested in launching a terminal from the command line.
So now I have a script which runs a program but opens it by launching it in a terminal window like below.
terminal -T "Hello" -e "./hello.sh"
This script called Launch.sh contains the above line and works perfectly well as long as I run it from the same PC.
Now I need to know how to use the --Display option for Launching a terminal.
I need this because if I ssh to a PC contatining this Launch.sh and try to run the command Launch.sh, I get a message
(terminal:7061): Gtk-WARNING **: cannot open display:
How do I make the terminal open in the remote PC?
Thanks in advance.
Offline
DISPLAY="blabla" terminal <options>
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 517.95 KiB (Peak: 529.78 KiB) ]