anuml / neatx

Automatically exported from code.google.com/p/neatx
0 stars 0 forks source link

Bad session data in neatx.data #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect and start a new session
2. Disconnect from session
3. See output in /usr/local/var/lib/neatx/sessions/*/neatx.data

What is the expected output? What do you see instead?
"geometry" (JSON output?) should be just [0-9]+x[0-9]+, mine has trailing
data --    

"geometry": "1540x622] fullscreen [0",

This prevents from NX client from resuming the session. It also causes the
NX client to parse the session name, state, etc, incorrectly. Removing the
extra data corrects from problem.

What version of the product are you using? On what operating system?
r13, RHEL5.3

Please provide any additional information below.
Using the NX client provided by NoMachine.

Original issue reported on code.google.com by pho...@gmail.com on 14 Jul 2009 at 4:42

GoogleCodeExporter commented 8 years ago
Huh. Sounds like we're parsing the nxagent log incorrectly. I can confirm that 
i'm
seeing this too.

Original comment by kormat on 14 Jul 2009 at 6:56

GoogleCodeExporter commented 8 years ago
Patch out for review to fix this. Thanks for reporting it.

Original comment by kormat on 14 Jul 2009 at 7:39

GoogleCodeExporter commented 8 years ago
Patch commited (http://code.google.com/p/neatx/source/detail?r=15), please let 
me
know if this fixes it for you. Thanks,

Steve

Original comment by kormat on 15 Jul 2009 at 8:52

GoogleCodeExporter commented 8 years ago
Working wonderfully.

Thanks!

Original comment by pho...@gmail.com on 16 Jul 2009 at 6:41

GoogleCodeExporter commented 8 years ago

Original comment by kormat on 16 Jul 2009 at 7:26