Summary
I added another user and KDE Plasma keeps asking to enter the password every time I log in with the user. Amending.
The amendment
/usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy
==========
(Omitting)
<action id="org.freedesktop.NetworkManager.wifi.scan">
<defaults>
<allow_any>auth_admin</allow_any> <==== Change the value to "yes"
(Omitting)
<action id="org.freedesktop.NetworkManager.network-control">
(Omitting)
<defaults>
<allow_any>auth_admin</allow_any> <==== Change the value to "yes"
(Omitting)
Top comments (0)