You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm. I'm not able to authorize fullscreen UI in GPU Screen Recorder (flatpak) on Mint 22.1 Beta. I get this error after inputting my password on the authorization screen:
"Failed to setup the new UI. You either cancelled the installation or you don't have pkexec installed and a polkit agent running."
Running it on a terminal, it detects the existance of pkexec but still does not authorize.
Distribution
ALT Linux Sisyphus
Package version
Graphics hardware in use
No response
Frequency
Always
Bug description
Internal polkit agent does not allow authorization as root.
Steps to reproduce
Remove polkit default rule, contains:
polkit.addAdminRule(function(action, subject) {
return ["unix-group:wheel"];
});
Try running gparted
gparted does not start, there is no authorization window for Polkit
Expected behavior
The polkit authorization window for root appears.
Additional information
Regression after commit 9945a8a
The text was updated successfully, but these errors were encountered: