Skip to content

main: Don't bail out of load_settings if "Theme" is missing

Daniel van Vugt requested to merge vanvugt/plymouth:optional-theme into master

Because on some systems (like Ubuntu with its alternatives) the Theme= line will be missing from plymouthd.defaults. And bailing out early was causing other settings like DeviceTimeout to never be loaded, which would then cause the graphics renderers to fail.

Merge request reports