<br><tt><font size=2>freenx-knx-bounces@kde.org wrote on 10/01/2012 20:45:41:<br>
<br>
[SNIP]</font></tt>
<br><tt><font size=2>> ><br>
> > What do you get with:<br>
> ><br>
> > ssh <remote-host> "echo $DISPLAY"<br>
> <br>
> Note that 'ssh somewhere something' doesn't have much to do with nx,
and:<br>
</font></tt>
<br><tt><font size=2>That's the idea . . . </font></tt>
<br>
<br><tt><font size=2>>    x-forwarding has a config file option
that the command line overrides<br>
>    some things need -Y instead of -X (still don't understand
what/why)<br>
</font></tt>
<br><tt><font size=2>Most distros seem to default to "Trusted"
X11 forwarding with -X,</font></tt>
<br><tt><font size=2>because it breaks too many programs.</font></tt>
<br>
<br>
<br>
<br><tt><font size=2>To run an xterm, TrustedX11 isn't needed anyway .
. .</font></tt>
<br><tt><font size=2>        (not on OpenSuse
or Centos anyway) </font></tt>
<br>
<br><tt><font size=2>>    double quotes let $DISPLAY expand
locally<br>
> <br>
> try:<br>
> ssh -Y <remote-host> 'echo $DISPLAY'<br>
</font></tt>
<br><tt><font size=2>My reason for ALWAYS using "double-quoted"
in sessions</font></tt>
<br><tt><font size=2>like this is because I've previously had issues with
remote</font></tt>
<br><tt><font size=2>users miss-reading 'quoted' as:-</font></tt>
<br>
<br><tt><font size=2>        `quoted`</font></tt>
<br><tt><font size=2>        ,quoted,  and
even</font></tt>
<br><tt><font size=2>        `quoted,</font></tt>
<br>
<br><tt><font size=2>during remote support sessions . . .</font></tt>
<br>
<br><tt><font size=2>. . whereas "this" is difficult to mess
up</font></tt>
<br><tt><font size=2>and</font></tt>
<br><tt><font size=2>the ""confuse-r-user"" coefficient
is much reduced</font></tt>
<br><tt><font size=2>there-by restoring korma to the universe . . . </font></tt>
<br>
<br>
<br><tt><font size=2>In this case I recommend :-</font></tt>
<br>
<br><tt><font size=2>        ssh -X a.b.c.d
"echo \$DISPLAY"</font></tt>
<br>
<br><tt><font size=2>etc.</font></tt>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>