eromatiya / lightdm-webkit2-theme-glorious

A sleek, modern and glorified LightDM webkit2 theme
https://manilarome.github.io/lightdm-webkit2-theme-glorious/
GNU General Public License v3.0
610 stars 56 forks source link

~/.face and /var/lib/AccountsService/icons/$(whoami) not working properly #65

Closed markus-wa closed 2 years ago

markus-wa commented 2 years ago

Hey, thanks for making this amazing theme!

I've set up these two files via mugshot - when running lightdm-webkit2-greeter from the terminal the image is displayed correctly, but at startup it's not displayed.

Strangely however when I go to the settings section in the top right it's there - just not on the main splash screen.

From the terminal it also displays my full name as configured via mugshot rather than just my username.

image

$ file /var/lib/AccountsService/icons/$(whoami)
/var/lib/AccountsService/icons/mark: PNG image data, 250 x 250, 8-bit/color RGB, non-interlaced

$ file ~/.face
/home/mark/.face: PNG image data, 250 x 250, 8-bit/color RGB, non-interlaced

any idea what this might be?

permissions on both files are 644

sandershihacker commented 2 years ago

Same issue here, it seems to be only showing the image in the toolbar.

NonoTheLion commented 2 years ago

You can try to change the user.svg default file (in your /usr/share/lightdm-webkit/themes/glorious/assets/profiles/) by your own svg file. It's a trash solution, but it worked for me.

23prime commented 2 years ago

I found information at Pull Request #50.

**Note:** If the avatar does not change when you put the file in the folder, just go to the users section select another user (or the same user) and the change will appear.

I used to have the same issue, but I tried this and solved.

markus-wa commented 2 years ago

I think it might have been a file format issue for me. it's resolved now anyway