Export to GitHub

neatx - issue #8

Bad session data in neatx.data


Posted on Jul 14, 2009 by Grumpy Rabbit

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.

Comment #1

Posted on Jul 14, 2009 by Happy Rhino

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

Comment #2

Posted on Jul 14, 2009 by Happy Rhino

Patch out for review to fix this. Thanks for reporting it.

Comment #3

Posted on Jul 15, 2009 by Happy Rhino

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

Steve

Comment #4

Posted on Jul 16, 2009 by Grumpy Rabbit

Working wonderfully.

Thanks!

Comment #5

Posted on Jul 16, 2009 by Happy Rhino

(No comment was entered for this change.)

Status: Verified

Labels:
Type-Defect Priority-Medium