File oS.diff of Package plasma5-openSUSE

--- /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreen.qml	2014-09-22 03:24:31.000000000 +0200
+++ lockscreen/LockScreen.qml	2014-09-24 10:09:53.754276531 +0200
@@ -34,12 +34,12 @@ Image {
     property UserSelect userSelect: null
     signal clearPassword()
 
-    source: backgroundPath || "../components/artwork/background.png"
+    source: backgroundPath || "/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg"
     fillMode: Image.PreserveAspectCrop
 
     onStatusChanged: {
         if (status == Image.Error) {
-            source = "../components/artwork/background.png";
+            source = "/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg";
         }
     }
 
--- /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml	2014-09-22 03:24:31.000000000 +0200
+++ splash/Splash.qml	2014-09-24 09:54:23.000000000 +0200
@@ -21,7 +21,7 @@ import QtQuick 2.2
 
 Image {
     id: root
-    source: "../components/artwork/background.png"
+    source: "/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg"
     fillMode: Image.PreserveAspectFit
 
     property int stage
@@ -38,7 +38,7 @@ Image {
         y: root.height
         color: "#4C000000"
         Image {
-            source: "images/kde.svgz"
+            source: "images/opensuselogo.svgz"
             anchors.centerIn: parent
             sourceSize.height: 128
             sourceSize.width: 128
@@ -66,7 +66,7 @@ Image {
                     bottom: parent.bottom
                 }
                 width: (parent.width / 6) * (stage - 1)
-                color: "#3daee9"
+                color: "#00a489"
                 Behavior on width { 
                     PropertyAnimation {
                         duration: 250
openSUSE Build Service is sponsored by