Blob Blame History Raw
From ce96b860246f11579a05a9c8aa76393e995e4b3e Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Mon, 16 Sep 2013 18:43:30 +0200
Subject: [PATCH] shell: Use default wallpaper

The background is no longer questionably licensed, but we still like to use the
Fedora (or whatever branding is used) theme.
---
 src/packages/backgrounds/wallpaper/contents/preferences/Preferences.qml | 2 +-
 src/packages/backgrounds/wallpaper/contents/ui/main.qml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/packages/backgrounds/wallpaper/contents/preferences/Preferences.qml b/src/packages/backgrounds/wallpaper/contents/preferences/Preferences.qml
index e6836de..e814074 100644
--- a/src/packages/backgrounds/wallpaper/contents/preferences/Preferences.qml
+++ b/src/packages/backgrounds/wallpaper/contents/preferences/Preferences.qml
@@ -50,7 +50,7 @@ Item {
         category: "shell/backgrounds/org.hawaii.backgrounds.wallpaper"
 
         property color color: "#336699"
-        property url wallpaperUrl: FluidCore.StandardPaths.locateFile(FluidCore.StandardPaths.GenericDataLocation, "backgrounds/hawaii/Also_Calm.png")
+        property url wallpaperUrl: FluidCore.StandardPaths.locateFile(FluidCore.StandardPaths.GenericDataLocation, "backgrounds/default.png")
         property int fillMode: Image.Stretch
     }
 
diff --git a/src/packages/backgrounds/wallpaper/contents/ui/main.qml b/src/packages/backgrounds/wallpaper/contents/ui/main.qml
index 852d122..c143d31 100644
--- a/src/packages/backgrounds/wallpaper/contents/ui/main.qml
+++ b/src/packages/backgrounds/wallpaper/contents/ui/main.qml
@@ -44,7 +44,7 @@ FluidUi.NoiseBackground {
         category: "shell/backgrounds/org.hawaii.backgrounds.wallpaper"
 
         property color color: "#336699"
-        property url wallpaperUrl: FluidCore.StandardPaths.locateFile(FluidCore.StandardPaths.GenericDataLocation, "backgrounds/hawaii/Also_Calm.png")
+        property url wallpaperUrl: FluidCore.StandardPaths.locateFile(FluidCore.StandardPaths.GenericDataLocation, "backgrounds/default.png")
         property int fillMode: Image.Stretch
 
         function applyChanges() {
-- 
2.0.0