You are not logged in.
For some users, the root password request dialog no longer appears. For example, the partitionmanager program:
https://i.postimg.cc/J46KHVQr/Screensho … 201721.png
Has anyone encountered such a problem?
moderator edit -- replaced oversized image with link.
Pasting pictures and code
Last edited by 2ManyDogs (2024-01-10 18:38:53)
Offline
Worksforme™
Who are "some" users? Generally speaking they need to be part of the wheel group to be considered by polkit by default. Is polkit running/how about an agent?
ps aux | grep polkitgenerally read https://wiki.archlinux.org/title/Polkit to understand the conditions necessary.
Offline
Who are "some" users?
Two users in the system, with completely identical rights, one has a dialog box, the other does not.
ps aux | grep polkit
polkitd 734 0.1 0.0 384268 11564 ? Ssl 20:52 0:01 /usr/lib/polkit-1/polkitd --no-debug
user1 1214 0.7 0.2 3735744 176084 ? Ssl 21:11 0:00 /usr/lib/polkit-kde-authentication-agent-1Offline
Worksforme™
Generally speaking they need to be part of the wheel group to be considered by polkit by default.
Both users are in the wheel group
The problem appeared a couple of weeks ago, after system updates. The user who was present in the system works correctly, but the new one does not.
Offline
I'm assuming user1 is the one where it's working. Do both use KDE? Do both use the system at the same time? Did you check the journal?
Offline
For example, the partitionmanager program
For a better example, use
pkexec lsas test case.
Online
For example, the partitionmanager program
For a better example, use
pkexec lsas test case.
If you run the command manually:
pkexec lsno problem
Offline
Ok, what is "the partitionmanager program" and what are other examples of disfuncitonal polkit clients?
Online