I noticed this a while ago but just today decided to address it:
I have 3 users on my system, but the login greeter only shows one of them. The users are Lisa, Stuart, Trevor.
Here's what I've checked:
Output of file command:
Output of getfacl command:
So all three files are the same type and settings. Also, all three faces show in System Settings > Users, just not on the login screen.
The only differences I can see are:
None of the above should make a difference but anything is possible. If anyone has an idea of what else I could look at, it would be appreciated.
EDIT: Adding a user name "Bob" did not change the face behavior. Bob has a face icon that does not show. Lisa still is the only face showing.
I have 3 users on my system, but the login greeter only shows one of them. The users are Lisa, Stuart, Trevor.
Here's what I've checked:
Output of file command:
Code:
/home/lisa/.face: PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced /home/stuart/.face: PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced /home/trevor/.face: PNG image data, 246 x 246, 8-bit/color RGBA, non-interlaced
Code:
# file: home/lisa/.face # owner: lisa # group: lisa user::rwx group::r-x other::r-x # file: home/stuart/.face # owner: stuart # group: stuart user::rwx group::r-x other::r-x # file: home/trevor/.face # owner: trevor # group: trevor user::rwx group::r-x other::r-x
The only differences I can see are:
- trevor/.face is a different size.
- stuart/ also contains a symlink to .face as .face.icon.
- lisa is first alphabetically.
None of the above should make a difference but anything is possible. If anyone has an idea of what else I could look at, it would be appreciated.
EDIT: Adding a user name "Bob" did not change the face behavior. Bob has a face icon that does not show. Lisa still is the only face showing.





Comment