I am using a laptop with openSUSE Tumbleweed. Recently I noticed there are a lot of messages like following in the journal log, ``` Jan 30 22:18:07 ostw org.kde.powerdevil.backlighthelper[28142]: QDBusArgument: read from a write-only object Jan 30 22:18:07 ostw org.kde.powerdevil.backlighthelper[28142]: QDBusArgument: read from a write-only object Jan 30 22:18:07 ostw org.kde.powerdevil.backlighthelper[28142]: QDBusArgument: read from a write-only object Jan 30 22:18:07 ostw dbus-daemon[1133]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' Jan 30 22:19:11 ostp dbus-daemon[1133]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.44' (uid=1000 pid=2615 comm="/usr/lib64/libexec/org_kde_powerdevil -session 101") (using servicehelper) Jan 30 22:19:11 ostw org.kde.powerdevil.backlighthelper[28587]: QDBusArgument: read from a write-only object Jan 30 22:19:11 ostw org.kde.powerdevil.backlighthelper[28587]: QDBusArgument: read from a write-only object Jan 30 22:19:11 ostw org.kde.powerdevil.backlighthelper[28587]: QDBusArgument: read from a write-only object Jan 30 22:19:11 ostw dbus-daemon[1133]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' ``` When using `journalctl -f` to track the events, I found this kind of messages pops up when the system reducing and restoring the screen backlight. This is not a problem but I think the three duplicated messages in the middle are not necessary to normal user and may cause confusion. However, I do not know whether they are related to something bigger. Could anyone look into this and do something like either suppressing the messages or fixing the problem when it is necessary?
I can confirm this bug. It is still present in Plasma 5.13.4, and is happening on NixOS as well.
Bug still alive in: libpowerdevilcore2 4:5.14.5-1 libpowerdevilui5 4:5.14.5-1 "read from a write-only object" sounds like a bug - didn't detect the hardware type?
Oct 24 14:37:19 pocket dbus-daemon[550]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.349' (uid=1001 pid=4920 comm="/usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdev") (using servicehelper) Oct 24 14:37:19 pocket org.kde.powerdevil.backlighthelper: QDBusArgument: read from a write-only object Oct 24 14:37:19 pocket org.kde.powerdevil.backlighthelper: QDBusArgument: read from a write-only object Oct 24 14:37:19 pocket org.kde.powerdevil.backlighthelper: QDBusArgument: read from a write-only object Oct 24 14:37:19 pocket dbus-daemon[550]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' Oct 24 14:38:34 pocket dbus-daemon[550]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.349' (uid=1001 pid=4920 comm="/usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdev") (using servicehelper)
It was probably fixed by https://invent.kde.org/libraries/polkit-qt-1/-/commit/fb1667ac9a5437b4784d2806a3e816cbdbe404a5
Can you please confirm if this issue was fixed after the commit mentioned in Comment 4. I'm setting status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thanks.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Sorry for the late response. This bug was fixed. As a proof, the journal now reports, ``` Dec 07 09:20:13 ostp dbus-daemon[716]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.63' (uid=1000 pid=2656 comm="/usr/lib64/libexec/org_kde_powerdevil ") (using servicehelper) Dec 07 09:20:13 ostp dbus-daemon[716]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' ```