[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freenx-knx
Subject:    [FreeNX-kNX] VNC and FreeNX 0.5
From:       Michael Gorbovitski <mickg () mickg ! net>
Date:       2006-08-02 5:43:19
Message-ID: 44D03B77.7020603 () mickg ! net
[Download RAW message or body]

Had the issue that the windows nx client 2.0 would not work with a vnc session.

Tracked it down to the windows nxclient sending the address in an url-encoded form:
	server.com%3Adisplaynumber
instead of
	server.com:displaynumber
displaynumber is a number.

The freenx nxagent does not recognize this, and wants server.com:displaynumber.

This is, IMO, a bug (not a configuration issue), and can be fixed by replacing
   agent_server=$(getparam agent_server)
with
   agent_server=$(getparam agent_server | sed 's/%3A/:/g')
in nxnode.


This, at least, fixed it for me.


mickg

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

________________________________________________________________
       FreeNX-kNX mailing list --- FreeNX-kNX@kde.org
      https://mail.kde.org/mailman/listinfo/freenx-knx
________________________________________________________________
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic