<div dir="ltr"><div>Hi all,</div><div><br></div><div>I've just added a new feature to LightDM to show the combined configuration that it is running. I've found since we've allowed configuration to be specified in snippets in /etc/lightdm/lightdm.conf, /etc/lightdm/lightdm.conf.d/*.conf and /usr/share/lightdm/lightdm.conf.d/*.conf it can be sometimes hard to work out what configuration you are running with.</div>
<div><br></div><div>So now you can do this:</div><div><br></div><div>$ lightdm --show-config</div><div>   [SeatDefaults]</div><div>A  greeter-wrapper=/usr/lib/lightdm/lightdm-greeter-session</div><div>B  guest-wrapper=/usr/lib/lightdm/lightdm-guest-session</div>
<div>C  user-session=ubuntu</div><div>D  greeter-session=unity-greeter</div><div>E  xserver-command=X -core</div><div><br></div><div>Sources:</div><div>A  /usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf</div><div>
B  /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf</div><div>C  /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf</div><div>D  /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf</div><div>E  /usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf</div>
<div><br></div><div>I hope others will find this useful too.</div><div><br></div><div>--Robert</div></div>