Re: GUI apps through ssh

2005-03-01 Thread artem_ave
??en Klaus-Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Satish Balay Sent: Monday, February 28, 2005 5:40 PM To: cygwin@cygwin.com Subject: Re: GUI apps through ssh On Mon, 28 Feb 2005, Satish Balay wrote: Also - if invoking ssh from a regular

Re: GUI apps through ssh

2005-03-01 Thread Satish Balay
On Tue, 1 Mar 2005, artem_ave wrote: Thanks a lot, X11Forwarding worked just fine. The only thing is that default DISPLAY value is set 'solaris:10.0' which is not accessible. So I had to change it manually to 'localhost:10.0'. And it worked finally. How can I get the proper set by default?

GUI apps through ssh

2005-02-28 Thread artem_ave
Hello, I have Win 2000 machine running Cygwin (with X Server) and i'm trying to launch GUI apps from remote Solaris system via ssh (with -X option). Whatever DISPLAY I set in my ssh session it says: ... Xt error: Can't open display: ... What am I doing wrong? Thanks in advance, Artem A.

Re: GUI apps through ssh

2005-02-28 Thread Mike
On Mon, 28 Feb 2005, artem_ave might have said: Hello, I have Win 2000 machine running Cygwin (with X Server) and i'm trying to launch GUI apps from remote Solaris system via ssh (with -X option). Whatever DISPLAY I set in my ssh session it says: ... Xt error: Can't open display: ...

Re: GUI apps through ssh

2005-02-28 Thread Satish Balay
On Mon, 28 Feb 2005, Mike wrote: On Mon, 28 Feb 2005, artem_ave might have said: Hello, I have Win 2000 machine running Cygwin (with X Server) and i'm trying to launch GUI apps from remote Solaris system via ssh (with -X option). Whatever DISPLAY I set in my ssh session it says:

Re: GUI apps through ssh

2005-02-28 Thread Satish Balay
On Mon, 28 Feb 2005, Satish Balay wrote: Also - if invoking ssh from a regular bash-cmd [not xterm] - make sure your display variable is properly set. i.e setenv DISPLAY :0.0 Ah.. I'm mixing bash tcsh.. [correct command woud be] export DISPLAY=:0.0 ssh -Y remotemachine xterm --

Re: GUI apps through ssh

2005-02-28 Thread Jean-Sebastien Trottier
On Mon, Feb 28, 2005 at 10:31:28AM -0600, Satish Balay wrote: On Mon, 28 Feb 2005, Mike wrote: On Mon, 28 Feb 2005, artem_ave might have said: Hello, I have Win 2000 machine running Cygwin (with X Server) and i'm trying to launch GUI apps from remote Solaris system via ssh

RE: GUI apps through ssh

2005-02-28 Thread Klaus-Peter . Kuppinger
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Satish Balay Sent: Monday, February 28, 2005 5:40 PM To: cygwin@cygwin.com Subject: Re: GUI apps through ssh On Mon, 28 Feb 2005, Satish Balay wrote: Also - if invoking ssh from a regular bash-cmd [not xterm] - make sure your display