Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nxdialog not working #46

Closed
GoogleCodeExporter opened this issue Jan 31, 2016 · 1 comment
Closed

nxdialog not working #46

GoogleCodeExporter opened this issue Jan 31, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. open nx session
2. try to stop it by ctrl-alt-t
3. nothing happens

What is the expected output? What do you see instead?
windows appears to disconnect or terminate

What version of the product are you using? On what operating system?
trunk r58

Please provide any additional information below.
/var/log/messages:
Feb 19 22:22:33 pcikf26 nxdialog[5468]: ERROR cli:68 Caught exception
Feb 19 22:22:33 pcikf26 nxdialog[5468]: Traceback (most recent call last):
Feb 19 22:22:33 pcikf26 nxdialog[5468]:   File
"/usr/lib/python2.4/site-packages/neatx/cli.py", line 62, in Main
Feb 19 22:22:33 pcikf26 nxdialog[5468]:     self.Run()
Feb 19 22:22:33 pcikf26 nxdialog[5468]:   File
"/usr/lib/python2.4/site-packages/neatx/app/nxdialog.py", line 224, in Run
Feb 19 22:22:33 pcikf26 nxdialog[5468]:     if dlgtype in
(constants.DLG_TYPE_PULLDOWN,
Feb 19 22:22:33 pcikf26 nxdialog[5468]: AttributeError: 'NxDialogProgram'
object has
no attribute 'option'

next message when first item is solved:
Feb 21 01:06:41 pcikf26 nxdialog[18569]: ERROR cli:68 Caught exception
Feb 21 01:06:41 pcikf26 nxdialog[18569]: Traceback (most recent call last):
Feb 21 01:06:41 pcikf26 nxdialog[18569]:   File
"/usr/lib/python2.4/site-packages/neatx/cli.py", line 62, in Main
Feb 21 01:06:41 pcikf26 nxdialog[18569]:     self.Run()
Feb 21 01:06:41 pcikf26 nxdialog[18569]:   File
"/usr/lib/python2.4/site-packages/neatx/app/nxdialog.py", line 254, in Run
Feb 21 01:06:41 pcikf26 nxdialog[18569]:    
ShowYesNoSuspendBox(message_caption,
message_text))
Feb 21 01:06:41 pcikf26 nxdialog[18569]:   File
"/usr/lib/python2.4/site-packages/neatx/app/nxdialog.py", line 166, in
HandleSessionAction
Feb 21 01:06:41 pcikf26 nxdialog[18569]:     logging.info("Disconnecting from
session, sending SIGHUP to %s", ppid)
Feb 21 01:06:41 pcikf26 nxdialog[18569]: NameError: global name 'ppid' is
not defined

This secound issue is the following:
After first issue is fixed, the disconnect button of the nxdialog does not
work.

The patch attached solves both problems.

Greets,
Theodor

Original issue reported on code.google.com by erazo...@gmail.com on 24 Feb 2010 at 12:05

Attachments:

@GoogleCodeExporter
Copy link
Author

Hey, this was fixed in http://code.google.com/p/neatx/source/detail?r=59 . 
Would you 
consider signing a CLA 
(http://code.google.com/p/neatx/wiki/DeveloperGuidelines)? That 
way we can accept future patches from you without jumping through the hoops 
then. 
Thanks,
Steve

Original comment by kormat on 5 Mar 2010 at 1:15

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant