This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Login Screen User Icon

Tags: None
(comma "," separated)
User avatar
Cobber
Registered Member
Posts
53
Karma
0
OS

Login Screen User Icon

Tue Oct 18, 2016 10:46 am
Is there a way to display the user icon/image on the login screen?

The default one is not "root.face.icon" and I have tried all the usual tricks to create my own. You see the icon on logout, but not on login.

Edit: Made a new image, this time PNG instead of JPG. Also added it to faces folder as "cobber.face.icon" and after several reboots it finally appeared.


The Town Site Buy your own town and promote it however you want.
Popanz
Registered Member
Posts
18
Karma
0

Re: Login Screen User Icon

Wed Oct 19, 2016 5:48 pm
Hmmmm the new SDDM version is rubbish in respect of the user icons. I have exactly two possibilities to make the Avatar work:
I force an older version of sddm or I change the picture .face.icon in usr/share/sddm/faces to my avatar. But that of course only works only if you have just one user and still there s a downside. The Icon is blurred. :(
User avatar
Cobber
Registered Member
Posts
53
Karma
0
OS

Re: Login Screen User Icon

Thu Oct 20, 2016 5:15 am
Yeah it is not very user friendly. The update to 5.8.2 overwrote my faces file, so I had to redo it.

I installed all the other sddm options available and Maui was the only one that included user images. I haven't tried creating a second user to see if it can pick up the two images.

The main reason I wanted it was for a community centre computer I installed Neon on. Don't need to see my own ugly mug ;D


The Town Site Buy your own town and promote it however you want.
Popanz
Registered Member
Posts
18
Karma
0

Re: Login Screen User Icon

Thu Oct 20, 2016 8:04 am
I don't need an avatar at the log screen as well. But I have chosen a dark background and the standard icon is dark and transparent. So if I don't use my own avatar it just looks like the circle is completely empty. And that looks just stupid. :<

To be honest I don't know why they changed the behaviour at all. ???
vishalrao
Registered Member
Posts
157
Karma
0
OS

Re: Login Screen User Icon

Thu Oct 20, 2016 12:57 pm
My login avatar is in my home folder as a .face file and another link to it as .face.icon ... that should get picked up by SDDM and not get overwritten with updates.

Also you should be able to set your avatar from the user settings, no? (it should do the right thing)


"Thou shalt not follow the null pointer for at its end madness and chaos lie."
User avatar
Cobber
Registered Member
Posts
53
Karma
0
OS

Re: Login Screen User Icon

Thu Oct 20, 2016 1:05 pm
vishalrao wrote:My login avatar is in my home folder as a .face file and another link to it as .face.icon ... that should get picked up by SDDM and not get overwritten with updates. Also you should be able to set your avatar from the user settings, no? (it should do the right thing)


Yes, that's how I had mine set up and it should work, but it doesn't. No idea why.


The Town Site Buy your own town and promote it however you want.
Popanz
Registered Member
Posts
18
Karma
0

Re: Login Screen User Icon

Thu Oct 20, 2016 2:29 pm
@vishalrao which version of sddm is installed?
This is for me the expected behaviour and works until version 0.13 But with all 0.14 releases it doesn't work anymore.
vishalrao
Registered Member
Posts
157
Karma
0
OS

Re: Login Screen User Icon

Sat Oct 22, 2016 4:09 am
Version: 0.14.0+p16.04+git20161019.0346-0

I am running KDE Neon Developer Unstable Edition though.


"Thou shalt not follow the null pointer for at its end madness and chaos lie."
elramuza
Registered Member
Posts
1
Karma
0

Re: Login Screen User Icon

Tue Dec 13, 2016 2:23 am
How do I change/add the login screen theme in KDE Neon?
User avatar
alideda
Registered Member
Posts
251
Karma
0
OS

Re: Login Screen User Icon

Thu Dec 15, 2016 5:29 pm
Neon requires a path to avatar icon, Maui require only ,png format. Both distros have a problem with an avatar if there are multiple user.
User avatar
arthilew
Registered Member
Posts
9
Karma
0
OS

Re: Login Screen User Icon

Sat Jan 28, 2017 2:54 pm
No User Icon

SDDM reads user icon from either ~/.face.icon or FacesDir/username.face.icon

You need to make sure that SDDM user have permissions to read those files. In case you don't want to allow other users to access your $HOME you can use ACLs if your filesystem does support it.

setfacl -m u:sddm:x /home/username
setfacl -m u:sddm:r /home/username/.face.icon

from https://github.com/sddm/sddm

Nothing seems to help. Icon is a PNG, too. I was only been able to get an user icon when the screen is locked. No icon after restart and logout.
That's really sad.
User avatar
alideda
Registered Member
Posts
251
Karma
0
OS

Re: Login Screen User Icon

Sat Jan 28, 2017 7:50 pm
I tried a long time ago and it does not work, read my comment. It is best to help you find the Arch help about SDDM.
User avatar
arthilew
Registered Member
Posts
9
Karma
0
OS

Re: Login Screen User Icon

Sun Jan 29, 2017 7:31 am
alideda wrote:I tried a long time ago and it does not work, read my comment. It is best to help you find the Arch help about SDDM.


Thanks, read your comment and the ArchWiki about SDDM before but to no avail with my Maui 2.1 (KDE Plasma 5.8.3) right now and also tried that with KDE Neon before.
User avatar
alideda
Registered Member
Posts
251
Karma
0
OS

Re: Login Screen User Icon

Sun Jan 29, 2017 10:14 am
Not important than plasma versions, important is SDDM.conf. The Neon have to define the physical location where your avatar ie. user icon. You've got about a topic and the Maui forum.


edit --->/etc/sddm.conf
Code: Select all
[Autologin]
Relogin=false
Session=
User=

[General]
HaltCommand=
RebootCommand=

[Theme]
# Enable display of custom user avatars
EnableAvatars=true
Current=breeze
CursorTheme=breeze_cursors
#FacesDir=/usr/share/sddm/faces
FacesDir=/home/yourusename/  <-------

[Users]
MaximumUid=65000
MinimumUid=1000

ServerArguments=-nolisten tcp -dpi 192
User avatar
arthilew
Registered Member
Posts
9
Karma
0
OS

Re: Login Screen User Icon

Sun Jan 29, 2017 3:29 pm
Awesome, the combination of the two lines did the trick!

Thank you alideda!

[Theme]
# Enable display of custom user avatars
EnableAvatars=true
Current=breeze
CursorTheme=breeze_cursors
#FacesDir=/usr/share/sddm/faces
FacesDir=/home/yourusename/ <-------


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]