Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED]BUSTER:MATE: configure login

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
geoffkaniuk
Posts: 93
Joined: 2010-05-30 23:09
Location: Cambridge

[SOLVED]BUSTER:MATE: configure login

#1 Post by geoffkaniuk »

I am trying to configure my login dialogue - it currently shows an empty user. The mate->Control Center>About Me dialogue shows my correct user name. Before the upgrade to buster my display manager was gdm3. I have searched through dconf but did not find any relevant settings for login. I believe my current display manager is lightdm.

Code: Select all

# /etc/X11 cat default-display-manager
   /usr/sbin/lightdm
Now https://wiki.debian.org/LightDM->Viewing current configuration, gives the following command:

Code: Select all

# lightdm --show-config
  bash: lightdm: command not found
But the mimetype for lightdm is shared library (application/x-sharedlib), and indeed the manpage for lightdm shows no such option.

So, where do I look for instructions on how to set my login user to me?
Last edited by geoffkaniuk on 2020-08-20 11:30, edited 1 time in total.
Geoff

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: BUSTER:MATE: configure login

#2 Post by Head_on_a_Stick »

geoffkaniuk wrote:I believe my current display manager is lightdm
Check

Code: Select all

ls -l /etc/systemd/system/display-manager.service
deadbang

geoffkaniuk
Posts: 93
Joined: 2010-05-30 23:09
Location: Cambridge

Re: BUSTER:MATE: configure login

#3 Post by geoffkaniuk »

Head_on_a_Stick wrote: Check

Code: Select all

ls -l /etc/systemd/system/display-manager.service
Output is:

Code: Select all

lrwxrwxrwx 1 root root 35 Aug 17 18:43 /etc/systemd/system/display-manager.service -> /lib/systemd/system/lightdm.service
The lightdm.service file seems to be a configuration file dealing with the plymouth package.

Do you want to see the file?
Geoff

User avatar
sunrat
Administrator
Administrator
Posts: 6457
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: BUSTER:MATE: configure login

#4 Post by sunrat »

Of course the Debian Wiki has the answer! https://wiki.debian.org/LightDM#Enable_user_list
Enable user list

By default, LightDM is configured so that the user should enter login name and password. Login name is considered sensitive information.

It is possible to provide the user with selection of available user accounts. The most recently used login name will be selected in the list. The user still has to enter password to login. This provides useful compromise between security and convenience for a single-user desktop system.

To enable user list, place the following setting into /etc/lightdm/lightdm.conf.d/01_my.conf:

Code: Select all

[Seat:*]
greeter-hide-users=false
It often pays to do a web search, often you will find your answer in minutes rather than hours, days, or never. :wink:
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

geoffkaniuk
Posts: 93
Joined: 2010-05-30 23:09
Location: Cambridge

Re: BUSTER:MATE: configure login

#5 Post by geoffkaniuk »

sunrat wrote:It often pays to do a web search, ...
Many thanks for your timely reply. Perhaps you missed the beginning of my post, where I stated that I had consulted the wiki, and found that the very first suggested command failed. The other thing that dissuaded me from the solution was that there was no existing configuration directory:

Code: Select all

/etc/lightdm/lightdm.conf.d/
In view of the admonition "If you're new to LightDM, it's recommended to ... installed as a backup.", I did not want to risk experimentation.

Anyway, I have now implemented the solution, and my desktop now knows who I am. :D
Geoff

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: BUSTER:MATE: configure login

#6 Post by Head_on_a_Stick »

geoffkaniuk wrote:Do you want to see the file?
No, that command just verifies which display manager is being used.
deadbang

Post Reply