Overview
- Even after changing the login screen (
SDDM) background, it does not apply - This is because Kinoite is immutable and
/usr/share/sddmcannot be modified
Fix
Mount /usr/share/sddm to a user-controlled path
$ CUSTOM_PATH=/var
$ sudo cp -r /usr/share/sddm $CUSTOM_PATH
# src target fstype options dump fsck
$ echo "$CUSTOM_PATH/sddm /usr/share/sddm none rbind 0 0" | sudo tee -a /etc/fstab
Reboot to apply changes.