Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
57
rated 0 times [  57] [ 0]  / answers: 1 / hits: 284713  / 2 Years ago, wed, may 18, 2022, 11:48:40

I downloaded a couple greeters for LightDM, but I have not figured out how to enable them. Is there a way to switch greeter, either by graphical or command-line method?. I do not intend to change display manager, nor the background, but to change the layout and appearance of the login screen through a different "theme" (greeter is the name for LightDm themes). Thanks for your time.


More From » lightdm

 Answers
3

Just edit the greeter-session option in /etc/lightdm/lightdm.conf to the desired greeter.



If you for example want to use the lightdm-gtk-greeter.



Open up '/etc/lightdm/lightdm.conf' with any editor as root. For examplesudo vim /etc/lightdm/lightdm.conf then change the line



greeter-session=unity-greeter


to



greeter-session=lightdm-gtk-greeter


If the file does not exist, let it contain



[SeatDefaults]
greeter-session=lightdm-gtk-greeter


Then all you have to do is make sure that the greeter is installed (e.g. the package lightdm-gtk-greeter) and then restart lightdm.


[#42278] Friday, May 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hergy

Total Points: 64
Total Questions: 115
Total Answers: 109

Location: Saint Helena
Member since Tue, Nov 3, 2020
4 Years ago
;