Alexander Pyhalov
2016-07-27 36b3abfeaffeae9ef09c07e2bbe92f632ec4e573
mate-desktop: use OI default background by default
1 files added
2 files modified
13 ■■■■■ changed files
components/desktop/mate/mate-desktop/Makefile 1 ●●●● patch | view | raw | blame | history
components/desktop/mate/mate-desktop/mate-desktop.p5m 1 ●●●● patch | view | raw | blame | history
components/desktop/mate/mate-desktop/patches/03-background.patch 11 ●●●●● patch | view | raw | blame | history
components/desktop/mate/mate-desktop/Makefile
@@ -18,6 +18,7 @@
COMPONENT_NAME=        mate-desktop
COMPONENT_VERSION=    1.14.1
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    http://www.mate-desktop.org
COMPONENT_SUMMARY=    Additional UI API for MATE Desktop
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
components/desktop/mate/mate-desktop/mate-desktop.p5m
@@ -22,6 +22,7 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
depend type=require fmri=gnome/theme/background/os-backgrounds
file path=usr/bin/$(MACH64)/mate-about
file path=usr/bin/$(MACH64)/mate-color-select
components/desktop/mate/mate-desktop/patches/03-background.patch
New file
@@ -0,0 +1,11 @@
--- mate-desktop-1.14.1/schemas/org.mate.background.gschema.xml.in.1    2016-07-27 23:05:33.255959034 +0300
+++ mate-desktop-1.14.1/schemas/org.mate.background.gschema.xml.in    2016-07-27 23:07:44.108797523 +0300
@@ -34,7 +34,7 @@
       <description>Determines how the image set by wallpaper_filename is rendered.  Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</description>
     </key>
     <key name="picture-filename" type="s">
-      <default>'@datadir@/backgrounds/mate/desktop/Stripes.png'</default>
+      <default>'/usr/share/pixmaps/backgrounds/openindiana/openindiana-default.jpg'</default>
       <summary>Picture Filename</summary>
       <description>File to use for the background image.</description>
     </key>