<br><tt><font size=2>Nick Baird <nick1@permali.co.uk> wrote on 31/07/2011
16:30:12:<br>
[SNIP]</font></tt>
<br><tt><font size=2>> I checked the nxserver script and it contained
the section you mentioned <br>
> above,<br>
> the only difference being that it was missing<br>
> the application="$PATH_BIN/nxdesktop_helper" line.  I
added this line to the<br>
</font></tt>
<br><tt><font size=2>Actually it's a wrapper for rdesktop, not a helper,
and</font></tt>
<br>
<br><tt><font size=2>I think nxnode sets this now after nxloadconfig changes</font></tt>
<br><tt><font size=2>windows to windows helper . . . . so you can remove
it !!!</font></tt>
<br>
<br><tt><font size=2>node_find_application() </font></tt>
<br><tt><font size=2>{              
</font></tt>
<br><tt><font size=2>        NODE_STARTX=""</font></tt>
<br>
<br><tt><font size=2>        case $1 in</font></tt>
<br><tt><font size=2>               
shadow|windows|vnc)</font></tt>
<br><tt><font size=2>               
        :</font></tt>
<br><tt><font size=2>               
;;</font></tt>
<br><tt><font size=2>               
unix-kde)</font></tt>
<br><tt><font size=2>               
        NODE_STARTX=$COMMAND_START_KDE</font></tt>
<br><tt><font size=2>               
;;</font></tt>
<br><tt><font size=2>               
unix-gnome)</font></tt>
<br><tt><font size=2>               
        NODE_STARTX=$COMMAND_START_GNOME</font></tt>
<br><tt><font size=2>               
;;</font></tt>
<br><tt><font size=2>               
unix-cde)</font></tt>
<br><tt><font size=2>               
        NODE_STARTX=$COMMAND_START_CDE</font></tt>
<br><tt><font size=2>               
;;</font></tt>
<br><tt><font size=2>               
windows-helper)</font></tt>
<br><tt><font size=2>               
        application="$PATH_BIN/nxdesktop_helper"</font></tt>
<br><tt><font size=2>               
        NODE_STARTX=$application</font></tt>
<br><tt><font size=2>               
;;      </font></tt>
<br><tt><font size=2><br>
[SNIP]</font></tt>
<br><tt><font size=2>> NXLOADCONFIG contains the lines that you suggest
it should.<br>
> <br>
> Nick<br>
</font></tt>
<br><tt><font size=2>Well the individual lines might still be there, but</font></tt>
<br><tt><font size=2>something seems to have changed somehere !!!</font></tt>
<br>
<br><tt><font size=2>So</font></tt>
<br>
<br><tt><font size=2>First of all try setting :-</font></tt>
<br>
<br><tt><font size=2>        ENABLE_EXTERNAL_NXDESKTOP="1"</font></tt>
<br>
<br><tt><font size=2>in node.conf (you can search for the entry)</font></tt>
<br><tt><font size=2>and</font></tt>
<br><tt><font size=2>see if that fixes it . . . .</font></tt>
<br>
<br><tt><font size=2>else</font></tt>
<br>
<br><tt><font size=2>as I don't use ubuntu, would you email me copies of
your:-</font></tt>
<br><tt><font size=2>nxloadconfig</font></tt>
<br><tt><font size=2>nxserver</font></tt>
<br><tt><font size=2>nxnode</font></tt>
<br><tt><font size=2>nxdesktop_helper</font></tt>
<br>
<br><tt><font size=2>and I'll have a quick look through a diff -u.</font></tt>
<br>
<br><tt><font size=2>Don't post them to the list tho', email a zip direct.</font></tt>
<br><tt><font size=2>CB</font></tt>
<br>