You are not logged in.
Some settings of the plasma desktop require root rights (e. g. setting the user's avatar or the SDDM login theme). In general, it is recommended not to run GUIs as root. How do you set the settings correctly without sudo? Is it OK to enter the root password in the input windows from a normal user account?
Last edited by parbleu (2022-09-10 18:53:27)
Offline
Hi!
Those GUI Tools normally get permission for single tasks only. If you start kate for example to edit /etc/fstab it will ask for the password of a user with writing permission for this file (usually root). This works using PolicyKit and is safe to use.
This will not run the GUI as root, just the write command (in this case).
What should be avoided is running a GUI tool as root. But afaik Plasma doesn't support this anyway and returns an error message.
Offline
require root rights (e. g. setting the user's avatar or the SDDM login theme)
Offline
require root rights (e. g. setting the user's avatar or the SDDM login theme)
The Plasma users KCM (incorrectly) does. It will be fixed in 5.26.
Last edited by arojas (2022-09-06 08:24:25)
Offline
This works using PolicyKit and is safe to use.
That is great to hear. Thanks!
Offline