Xubuntu / lightdm-gtk-greeter

A GTK greeter for LightDM
GNU General Public License v3.0
150 stars 30 forks source link

allow to configure a default session manager #122

Closed kbucheli closed 2 years ago

kbucheli commented 2 years ago

I did not manage to get the default session set by lightdm as provided by RHEL 8 EPEL. I tried user-session=gnome-xorg and always ended up with following debug message stating that the default-session shall be default:

DEBUG-Message: 14:51:49.287: Connected api=1 version=1.30.0 default-session=default show-manual-login=false hide-users=true has-guest-account=false show-remote-login=true

Thus I now made it configurable on the lightdm-gtk-greeter side with a default-session configuration key.

bluesabre commented 2 years ago

Looks good, thanks!