RE: Looking for help

2004-07-20 Thread Listopad, Steve
on cygwin machine, try: - start bash shell - ssh -X -l username remote.machine (though look at the posts about ssh -Y...) - on remote machine, once logged in via ssh, do something like: - startkde -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ronald

RE: Looking for help

2004-07-20 Thread Igor Pechtchanski
machine, once logged in via ssh, do something like: - startkde -Original Message- From: [EMAIL PROTECTED] On Behalf Of Listopad, Steve Sent: Tuesday, July 20, 2004 9:51 AM To: '[EMAIL PROTECTED]' Subject: RE: Looking for help on cygwin machine, try: - start bash shell - ssh -X -l

RE: Looking for help

2004-07-20 Thread Armbrust, Daniel C.
- export DISPLAY=:0.0 # otherwise ssh won't start X forwarding You don't have to do this. The easiest way to set this up for a machine you connect to all the time is to edit the end of your cygwin/usr/X11R6/bin/startxwin.bat file to look like this: scroll down past all of the comments

Re: Looking for help

2004-07-20 Thread Holger Krull
So my version of this is: - start bash shell - startx that will usually start the internal windows manager, that's not so good here. Gives a very weird look. Just xwin is better here. - export DISPLAY=:0.0 # otherwise ssh won't start X forwarding we need export DISPLAY=localhost:0.0 here, but i