Page 1 of 1

lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 9:37 am
by chrispop99
We have a package - lightdm-slick-greeter - in the MX Test Repo. It is a replacement for the usual greeter that lightdm uses.

It needs a configuration set up for it, and that can best be done with lightdm-settings. lightdm-settings is not in any of our repos. Installing it from a .deb throws a dependency error for python3-xapp.

(It also needs a manual change made to /etc/lightdm/lightdm.conf.)

Is there a way to untangle this please? Perhaps add the missing things to the test repo, and then make them a dependency of lightdm-slick-greeter?

Chris

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 10:31 am
by Jerry3904
So it's in the MX-19 repos as slick-greeter. I downloaded and installed slick-greeter_1.2.6-1_amd64.deb from Bullseye with no problems (an older version is in Buster).

Don't know what to do with it now...

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 11:55 am
by timkb4cq
I'll see about lightdm-settings - but when I backported (by request) slick-greeter from buster, lightdm-settings wasn't available in debian at all. It's still only in Unstable. It may be the easiest way to configure Slick-Greeter settings but obviously not a hard Depends:

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 12:29 pm
by chrispop99
It's not something I need or even want, but as things are, installing it can leave a user looking at a blank screen on next boot. Maybe we should remove it?

Chris

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 12:45 pm
by timkb4cq
Lightdm-settings has just been uploaded to the MX17/18 Test repo. Here are the deb file & the python3-xapp dependency (which has been in Test for awhile)
lightdm-settings_1.2.9-0mx17_all.deb.zip
Note that the Launcher is titled Login Window
Near as I can tell lightdm-settings is a Mint fork of lightdm-gtk-greeter-settings to be used with their slick-greeter LightDM fork. There's nothing wrong with having these available in the Test repo.
Moreover, I installed slick-greeter & lightdm-settings in my MX-18 VM. Didn't configure anything. Reboot went normally.

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 12:51 pm
by Jerry3904
Will that work in MX-19?

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 1:10 pm
by timkb4cq
Haven't built it for mx-19 yet but it should work if I do. Don't know what advantages it would have,

Re: lightdm-slick-greeter not usable

Posted: Sun Oct 06, 2019 1:19 pm
by Jerry3904
I installed it, and all seemed to go well. Not sure how or why to switch, but curious.

Re: lightdm-slick-greeter not usable

Posted: Fri May 29, 2020 10:18 pm
by jeffreyC
Why switch?
It handles HiDPI automatically, while the gtk greeter is set for 16 pixel icons, those are really tiny on a 15.6 inch 3840x2160 display.

Re: lightdm-slick-greeter not usable

Posted: Sat Oct 31, 2020 11:03 am
by manyroads
Sorry for the necro-post.... has anyone succeeded with getting slick-greeter to function on MX? I followed the process that works with other Debian/ Devuan and arch distros... only to fail here a end up in terminal mode rather tha xwindows.

Re: lightdm-slick-greeter not usable

Posted: Sat Oct 31, 2020 11:38 am
by gosia
Yes, I use slick-greeter. But I can't say much about it. In /etc/lightdm/lightdm.conf I added the greeter

Code: Select all

[Seat:*]
greeter-session=slick-greeter
that was all.

Re: lightdm-slick-greeter not usable

Posted: Sat Oct 31, 2020 2:27 pm
by manyroads
Thank you... I'll see if I missed that step.

Edit: Sure enough, I forgot that step. Thank you, again!