Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
screensaver: Look at $PKEXEC_UID not $USERHELPER_UID
Since commit 919be1d anaconda has been using pkexec instead of consolehelper to get root privileges on the live image. This caused a regression on the KDE live image, because anaconda was trying to inhibit the screensaver as the $USERHELPER_UID user which no longer gets set. This commit changes the code to use $PKEXEC_UID which is the polkit equivalent.
- Loading branch information
a260c76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also causing a regression on Fedora i3 39 Beta
a260c76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you open a bug, please?
a260c76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Should I open it here?
a260c76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, no, on Fedora bugzilla, anaconda component. Please include details on how anaconda runs in this spin.