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

does not start in Ubuntu 12.04 #7

Closed
cellstorm opened this issue Jan 6, 2012 · 2 comments
Closed

does not start in Ubuntu 12.04 #7

cellstorm opened this issue Jan 6, 2012 · 2 comments

Comments

@cellstorm
Copy link

/usr/bin/gdm3setup.py
Traceback (most recent call last):
File "/usr/bin/gdm3setup.py", line 697, in
MainWindow().show_all()
File "/usr/bin/gdm3setup.py", line 405, in init
self.get_gdm()
File "/usr/bin/gdm3setup.py", line 474, in get_gdm
self.USER_LIST = str_to_bool(get_setting("USER_LIST",settings))
File "/usr/bin/gdm3setup.py", line 669, in get_setting
return value
UnboundLocalError: local variable 'value' referenced before assignment

gdm version from stock repository

@cellstorm
Copy link
Author

fixed with adding

global value

at the beginning of the function

@Nano77
Copy link
Owner

Nano77 commented Jan 7, 2012

you have the same problem than jpfeiffer (issue #6)

'global value' hide the bug not resolve it

@Nano77 Nano77 closed this as completed Jan 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants