Greeter Fehler KDE beim Start: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „0 I have KDE-Plasma on Arch. I recently changed my DE from Gnome to KDE because of some gdm issues. Everything is working great but while booting, a dialogue…“) |
(sudo hinzugefügt) |
||
Zeile 9: | Zeile 9: | ||
I solved the issue by changing the owner of the /var/lib/sddm/.config/ directory recursively. The owner for the directory was root. | I solved the issue by changing the owner of the /var/lib/sddm/.config/ directory recursively. The owner for the directory was root. | ||
− | chown sddm:sddm /var/lib/sddm/.config -R | + | sudo chown sddm:sddm /var/lib/sddm/.config -R |
or | or | ||
− | chown -R sddm:sddm /var/lib/sddm/.config | + | sudo chown -R sddm:sddm /var/lib/sddm/.config |
[[Kategorie:Linux]] | [[Kategorie:Linux]] | ||
[[Kategorie:KDE]] | [[Kategorie:KDE]] | ||
[[Kategorie:Greeter]] | [[Kategorie:Greeter]] |
Aktuelle Version vom 25. Mai 2022, 17:05 Uhr
0
I have KDE-Plasma on Arch. I recently changed my DE from Gnome to KDE because of some gdm issues. Everything is working great but while booting, a dialogue shows this prompt. Pressing Enter boots up the system normally but I want to know why this prompt is being shown and how can this be removed.
Configuration file "/var/lib/sddm/.config/sddm-greeterrc" not writable. Please contact your system administrator.
0
I solved the issue by changing the owner of the /var/lib/sddm/.config/ directory recursively. The owner for the directory was root.
sudo chown sddm:sddm /var/lib/sddm/.config -R
or
sudo chown -R sddm:sddm /var/lib/sddm/.config