← Back to team overview

ubuntukylin-members team mailing list archive

[Merge] lp:~pishuilu1128/ubuntukylin/ubuntukylin-wallpapers into lp:~ubuntukylin-members/ubuntukylin/ubuntukylin-wallpapers

 

ShuiLu Pi has proposed merging lp:~pishuilu1128/ubuntukylin/ubuntukylin-wallpapers into lp:~ubuntukylin-members/ubuntukylin/ubuntukylin-wallpapers.

Requested reviews:
  ShuiLu Pi (pishuilu1128)

For more details, see:
https://code.launchpad.net/~pishuilu1128/ubuntukylin/ubuntukylin-wallpapers/+merge/185708

set the default wallpaper
-- 
https://code.launchpad.net/~pishuilu1128/ubuntukylin/ubuntukylin-wallpapers/+merge/185708
Your team UbuntuKylin Members is subscribed to branch lp:~ubuntukylin-members/ubuntukylin/ubuntukylin-wallpapers.
=== added file '30_ubuntukylin-wallpapers.gschema.override'
--- 30_ubuntukylin-wallpapers.gschema.override	1970-01-01 00:00:00 +0000
+++ 30_ubuntukylin-wallpapers.gschema.override	2013-09-16 06:13:15 +0000
@@ -0,0 +1,5 @@
+[com.canonical.unity-greeter]
+background="/usr/share/backgrounds/warty-final-ubuntukylin.jpg"
+
+[org.gnome.desktop.background]
+picture-uri='file:///usr/share/backgrounds/warty-final-ubuntukylin.jpg'

=== modified file 'debian/ubuntukylin-wallpapers.install'
--- debian/ubuntukylin-wallpapers.install	2013-09-03 18:54:46 +0000
+++ debian/ubuntukylin-wallpapers.install	2013-09-16 06:13:15 +0000
@@ -1,3 +1,4 @@
 usr/share/backgrounds/warty-final-ubuntukylin.jpg
 usr/share/gnome-background-properties/ubuntukylin-wallpapers.xml
 usr/share/locale/*
+usr/share/glib-2.0/schemas/30_ubuntukylin-wallpapers.gschema.override

=== modified file 'setup.py'
--- setup.py	2013-09-03 17:41:15 +0000
+++ setup.py	2013-09-16 06:13:15 +0000
@@ -17,6 +17,7 @@
     version = version,
     data_files=[('share/backgrounds', glob.glob('*.png')+glob.glob('*.jpg')),
 		('share/backgrounds/ubuntukylin', glob.glob('ubuntukylin/*.xml')),
+		('share/glib-2.0/schemas',glob.glob('*.override')),
                ],
     cmdclass = { "build" : build_extra.build_extra,
                  "build_i18n" :  build_i18n.build_i18n }


Follow ups