I've been playing with https://github.com/hercules-team/augeas and found that it does not like an empty string as a value for a config item. It includes a Lens for anything in /etc/lightdm/*.conf which includes this file.
Since config.c handles a NULL background-image value it seems safe to comment this config option out until it is needed.
This should probably be fixed in augeas too, but I will need time to learn the Lens syntax and this was easy.
I've been playing with https://github.com/hercules-team/augeas and found that it does not like an empty string as a value for a config item. It includes a Lens for anything in
/etc/lightdm/*.conf
which includes this file.Since
config.c
handles a NULLbackground-image
value it seems safe to comment this config option out until it is needed.This should probably be fixed in augeas too, but I will need time to learn the Lens syntax and this was easy.