[Installation] [Solved] Can't change logon screen

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
almoendaledeb
Posts: 17
Joined: 2024-11-15 23:12
Has thanked: 4 times
Been thanked: 2 times

[Installation] [Solved] Can't change logon screen

#1 Post by almoendaledeb »

{Love to show screenshots, not sure how, not a client of imgur?}
No matter which DE I choose (Cinnamon/GNOME Wayland/GNOME Classic, etc.) at the Login Screen, it remains the default one (aquamarine with UserName/Password box in very high resolution). Having come from LMDE I wanted to get the "last logged on username" rather than having to type my username in every login (I'm the only user on this machine).

I tried `sudo tasksel` to add GNOME (default seems to be Cinnamon), and installed gdm-tools (which seems capable of changing theme, but never alters the login screen or background image).

Any chance this is related to the installation image ISO I used? Does Debian have other sub-distros like KDE/XFCE available? I do prefer Cinnamon, but would like the UI to be more "Minty" if that's a thing?

Also, the button to launch applications is somehow hidden off to the lower left of the desktop screen (left of the file folder) somewhat "invisibly" although when I move the mouse to the lower left corner it pops up on mouse click (related?).

Here is neofetch if that may help determine the cause of this behavior:

Code: Select all

       _,met$$$$$gg.          xxx@xxxx.xxxx 
    ,g$$$$$$$$$$$$$$$P.       ---------- 
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 12 (bookworm) x86_64 
 ,$$P'              `$$$.     Host: 82L7 IdeaPad 5 Pro 14ACN6 
',$$P       ,ggs.     `$$b:   Kernel: 6.1.0-27-amd64 
`d$$'     ,$P"'   .    $$$    Uptime: 4 mins 
 $$P      d$'     ,    $$P    Packages: 2853 (dpkg) 
 $$:      $$.   -    ,d$$'    Shell: zsh 5.9 
 $$;      Y$b._   _,d$P'      Resolution: 2976x1860 
 Y$$.    `.`"Y$$$$P"'         DE: Cinnamon 5.6.8 
 `$$b      "-.__              WM: Mutter (Muffin) 
  `Y$$                        WM Theme: qob (Default) 
   `Y$$.                      Theme: Green-Submarine [GTK2/3] 
     `$$b.                    Icons: menta [GTK2/3] 
       `Y$$b.                 Terminal: gnome-terminal 
          `"Y$b._             CPU: AMD Ryzen 5 5600U with Radeon Graphics (12)  
              `"""            GPU: AMD ATI Radeon Vega Series / Radeon Vega Mob 
                              Memory: 2201MiB / 13824MiB
Last edited by almoendaledeb on 2024-12-21 16:32, edited 3 times in total.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1546
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 63 times
Been thanked: 90 times

Re: [Installation] Can't change logon screen

#2 Post by None1975 »

Hello.
If you using lightdm login manager, then by default, LightDM is configured so that the user should enter both their login name and password. The login name is considered sensitive information.
It is possible to provide the user with a selection of available user accounts. The most recently used login name will be selected in the list. The user still has to enter their password to login. This provides a useful compromise between security and convenience for a single-user desktop system.
To enable the user list, place the following setting into /etc/lightdm/lightdm.conf.d/01_my.conf:

Code: Select all

[Seat:*]
greeter-hide-users=false
OS: Debian 12.4 Bookworm / DE: XFCE
Debian Wiki | DontBreakDebian, My config files on github

almoendaledeb
Posts: 17
Joined: 2024-11-15 23:12
Has thanked: 4 times
Been thanked: 2 times

Re: [Installation] Can't change logon screen

#3 Post by almoendaledeb »

Wow thank you @None1975 , that worked a treat! I think the issue with the hidden menu button may have to do with my dual-boot Debian 12 / LMDE Faye (Debian 12 deriv) and sharing the /home mount between the two. Using the super key in both OSes brings up the needed menus anyway. So, I'll mark this [Solved]. Thanks again!

Post Reply