roadsideseb / revelation-indicator

GNU General Public License v3.0
2 stars 0 forks source link

Failed to start #4

Closed xuv closed 12 years ago

xuv commented 12 years ago

Hello.

Just installed Ubuntu 12.04 and Revelation. I was looking for a quite useful indicator for it and found your app. Though it fails to start. Here's the output:

Traceback (most recent call last): File "/usr/local/bin/revelation-indicator", line 53, in main() File "/usr/local/bin/revelation-indicator", line 47, in main revelation_indicator = RevelationIndicator() File "/usr/local/lib/python2.7/dist-packages/revelation_indicator/init.py", line 93, in init self.init_facilities() File "/usr/local/lib/python2.7/dist-packages/revelation_indicator/__init.py", line 127, in init_facilities self.config.monitor("autolock_timeout", timeout_callback) File "/usr/lib/python2.7/dist-packages/revelation/config.py", line 152, in monitor callback(key, self.get(key), userdata) File "/usr/local/lib/python2.7/dist-packages/revelation_indicator/__init.py", line 125, in timeout_callback self.locktimer.start(v*60) NameError: global name 'v' is not defined

Don't know what to do next. Hope it helps you debug it. Thx

roadsideseb commented 12 years ago

Hi Julien,

thanks for letting me know and providing me with the stacktrace. I just checked the current version and found the same issue. I'll fix it and provide a new version.

Cheers, Seb

xuv commented 12 years ago

Thx for the quick reply. Will be waiting for it :)

roadsideseb commented 12 years ago

I just put it up on PyPI as version 0.1.5. Please check it out and let me know if it fixes things for you as well.

xuv commented 12 years ago

Works. Thx.