- Code: Select all
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
Tried running it as root as well but that made no difference. Tried uninstalling and re-installing too (I don't know if that ever helps on Linux, but it's what I used to try if something didn't work on Windows). Anyone able to suggest what might be wrong?



