<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
when I run <br>
<br>
'. /usr/NX/bin/nxloadconfig' <br>
<br>
I get the error <br>
<br>
'bash: ENABLE_CLIPBOARD: command not found'<br>
<br>
<br>
Fabian Franz wrote:
<blockquote cite="mid:20071114215518.212050@gmx.net" type="cite">
  <blockquote type="cite">
    <pre wrap="">I do in fact have the option set and the new nxdesktop_helper.  Here is
the
output I received:
Stephen  17995  0.1  0.2   8164  2476 ?        S    15:47   0:00 rdesktop
-p
- -f -u steve -k  -d COASTAL 192.168.1.7
Stephen  18693  0.0  0.0   3884   668 pts/2    R+   15:50   0:00 grep
rdesktop

Does that help?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Somehow the option does not get transferred.

Perhaps the location of node.conf is wrong on the system.

You could debug this by doing:

$ . /where/nx/dir/is/nxloadconfig
$ echo $AGENT_EXTRA_OPTIONS_RDP

Else I suggest adding the -a 16 directly on the line in nxdesktop_helper:

-set -- -f -u "$agent_user" -k "$agent_keyboard" -d "$agent_domain" $AGENT_EXTRA_OPTIONS_RDP "$agent_server"
+set -- -f -u "$agent_user" -k "$agent_keyboard" -d "$agent_domain" $AGENT_EXTRA_OPTIONS_RDP -a 16 "$agent_server"

cu

Fabian
________________________________________________________________
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX Wiki/FAQ:
  <a class="moz-txt-link-freetext" href="http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ">http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ</a>
         Don't forget to check the NX Knowledge Base:
                 <a class="moz-txt-link-freetext" href="http://www.nomachine.com/kb/">http://www.nomachine.com/kb/</a> 

________________________________________________________________
       FreeNX-kNX mailing list --- <a class="moz-txt-link-abbreviated" href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a>
      <a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/freenx-knx">https://mail.kde.org/mailman/listinfo/freenx-knx</a>
________________________________________________________________
  </pre>
</blockquote>
</body>
</html>