Summary: | Can not save backlight brightness | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Jaime Torres <jtamate> |
Component: | powermanagement | Assignee: | Dario Freddi <drf> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | afiestas |
Priority: | NOR | ||
Version First Reported In: | 4.9-git | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jaime Torres
2012-06-16 11:30:50 UTC
another easier way is just to kquitapp plasma-desktop. when restarted, the message is here again. It is invalid. I had a PAM misconfiguration (trying to load a 32bit pam module) It is still valid, after a total recompilation of KDE SC, and the fix for the PAM misconfiguration, it is here again. Authentication you mean KAuth right? This is most probably happening because you are missing the file that authorize the "brightnesshelper" to be executed as root from your user. Check if this file exists: /etc/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf Yes, KAuth. I have now the file you mention and the problem is gone. > cat /etc/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <!-- Only user root can own the foo helper --> <policy user="root"> <allow own="org.kde.powerdevil.backlighthelper"/> </policy> </busconfig> |