Comment 8 for bug 204768

Revision history for this message
Olivier (olivier-lacroix) wrote :

It's better but still not it. That's what I get now :

Warning: in getBrightness(): org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org.freedesktop.hal.power-management.lcd-panel no <-- (action, result)
Traceback (most recent call last):
  File "/usr/share/python-support/kde-guidance-powermanager/guidance-power-manager.py", line 876, in changePoweredBrightness
    self.powermanager.adjustBrightness(level)
  File "/usr/share/python-support/kde-guidance-powermanager/powermanage.py", line 303, in adjustBrightness
    if level == self.getBrightness():
  File "/usr/share/python-support/kde-guidance-powermanager/powermanage.py", line 291, in getBrightness
    if self.old_b:
AttributeError: PowerManage instance has no attribute 'old_b'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 42, in apport_excepthook
    binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
IndexError: list index out of range

Original exception was:
Traceback (most recent call last):
  File "/usr/share/python-support/kde-guidance-powermanager/guidance-power-manager.py", line 876, in changePoweredBrightness
    self.powermanager.adjustBrightness(level)
  File "/usr/share/python-support/kde-guidance-powermanager/powermanage.py", line 303, in adjustBrightness
    if level == self.getBrightness():
  File "/usr/share/python-support/kde-guidance-powermanager/powermanage.py", line 291, in getBrightness
    if self.old_b:
AttributeError: PowerManage instance has no attribute 'old_b'