Announcement

Collapse
No announcement yet.

SDDM Not writable

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [CONFIGURATION] SDDM Not writable

    Hello
    When starting my session before the step of entering my password, a window appears.
    Configuration file */var/lib/sddm/.config/sddm-greeterrc" not writable
    Please contact your system administrator
    How can I fix this problem?
    OS: Kubuntu 24.04.1
    Mounted on HP pavillon p6356fr
    Regards​

    #2
    Try checking the directory ownership; it might have been set to be owned by root as opposed the the user sddm.

    Try:

    Code:
    sudo chown -R sddm:sddm /var/lib/sddm/.config

    Comment

    Working...
    X