We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee8137 commit 5c0c703Copy full SHA for 5c0c703
README.md
@@ -77,3 +77,16 @@ if [ -e /sbin/prime-offload ]; then
77
/sbin/prime-offload
78
fi
79
```
80
+
81
+### No User Icon
82
83
+SDDM reads user icon from either ~/.face.icon or FacesDir/username.face.icon
84
85
+You need to make sure that SDDM user have permissions to read those files.
86
+In case you don't want to allow other users to access your $HOME you can use
87
+ACLs if your filesystem does support it.
88
89
+```sh
90
+setfacl -m u:sddm:x /home/username
91
+setfacl -m u:sddm:r /home/username/.face.icon
92
+```
0 commit comments