Comment 0 for bug 1128474

Revision history for this message
Thaddaeus Tintenfisch (thad-fisch-deactivatedaccount) wrote : lightdm crashes on startup display-setup-script

Adding the display-setup-script parameter to /etc/lightdm/lightdm.conf results in LightDM not being started correctly (black screen, X-cursor). Did some test runs to confirm that any value specified for the parameter triggers the described behavior.

$ cat /etc/lightdm/lightdm.conf
[SeatDefaults]
greeter-session=lightdm-gtk-greeter
greeter-hide-users=false
user-session=xubuntu
display-setup-script=sh -c 'echo 123 > /dev/null'
$