diff --git a/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml b/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml --- a/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml +++ b/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml @@ -134,7 +134,10 @@ left: parent.left; right: parent.right; } - property string sourceFile + // Bug 360862: if wallpaper has no config, sourceFile will be "" + // so we wouldn't load emptyConfig and break all over the place + // hence set it to some random value initially + property string sourceFile: "tbd" onSourceFileChanged: { if (sourceFile) { var props = {}