Skip to content

Instantly share code, notes, and snippets.

@DreadKnight
Created June 25, 2012 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DreadKnight/2988202 to your computer and use it in GitHub Desktop.
Save DreadKnight/2988202 to your computer and use it in GitHub Desktop.
Never been able to start kazam :(
dread@FreezingMoon:~/Dropbox/AncientBeast$ kazam
Traceback (most recent call last):
File "/usr/bin/kazam", line 74, in <module>
appWindow = KazamApp(datadir, args.debug)
File "/usr/lib/python2.7/dist-packages/kazam/app.py", line 238, in __init__
self.restore_state()
File "/usr/lib/python2.7/dist-packages/kazam/app.py", line 578, in restore_state
self.volumebutton_audio2.set_value(audio2_vol)
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
return info.invoke(*args, **kwargs)
ValueError: %f not in range %f to %f
dread@FreezingMoon:~/Dropbox/AncientBeast$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment