It is a single user lightdm greeter, it only has a password field. The developer has made a Debian Stretch amd64 package, so build should be easy.
Since many MX users are the only user of their computer this would be an option to remove the inconvenience and delay of typing in their username every time.
https://github.com/prikhi/lightdm-mini-greeter
Package request: lightdm-mini-greeter
- dolphin_oracle
- Developer
- Posts: 22579
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Package request: lightdm-mini-greeter
FYI, the current lightdm greeter should be showing the default user's login name. I haven't typed my name in forever....
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Package request: lightdm-mini-greeter
... Yes, and a Grub password with an automatic login give the same thing (or almost, for me, and more secure ) .dolphin_oracle wrote: Fri Feb 07, 2020 4:42 pm FYI, the current lightdm greeter should be showing the default user's login name. I haven't typed my name in forever....
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils MX Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19-23_x64 & antiX23_x32 runit
Re: Package request: lightdm-mini-greeter
Seems like anyone that really wants to build a deb just needs to follow the developer's recipe, too:
Code: Select all
sudo apt-get install build-essential automake pkg-config fakeroot debhelper \
liblightdm-gobject-dev libgtk-3-dev
cd lightdm-mini-greeter
fakeroot dh binary
sudo dpkg -i ../lightdm-mini-greeter_*.deb