From 09def500300e52e46edbe1a12421b424e9e71423 Mon Sep 17 00:00:00 2001
From: Christopher <christopher.spinrath@rwth-aachen.de>
Date: Thu, 13 Mar 2014 13:27:08 +0100
Subject: [PATCH] =?UTF-8?q?Hintergrundbild=20wird=20vom=20customize-Skript?=
 =?UTF-8?q?=20nicht=20mehr=20ge=C3=A4ndert?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../UbuntuCustomizationKit/customize-lip/customize     |  4 ++--
 .../rootfs-patches/default-wallpaper.patch             | 10 ----------
 2 files changed, 2 insertions(+), 12 deletions(-)
 delete mode 100644 Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/rootfs-patches/default-wallpaper.patch

diff --git a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize b/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
index 245dfe5..3730005 100755
--- a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
+++ b/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
@@ -72,7 +72,7 @@ install_packages
 patch_all "$SCRIPT_DIR/rootfs-patches/" "/"
 
 #i.e. required for applying default-wallpaper patch
-echo "compiling glib2 schemas..."
-glib-compile-schemas /usr/share/glib-2.0/schemas
+#echo "compiling glib2 schemas..."
+#glib-compile-schemas /usr/share/glib-2.0/schemas
 
 finalize
diff --git a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/rootfs-patches/default-wallpaper.patch b/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/rootfs-patches/default-wallpaper.patch
deleted file mode 100644
index a0143dc..0000000
--- a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/rootfs-patches/default-wallpaper.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/usr/share/glib-2.0/schemas/10_gsettings-desktop-schemas.gschema.override	2012-04-16 16:09:28.000000000 +0200
-+++ b/usr/share/glib-2.0/schemas/10_gsettings-desktop-schemas.gschema.override	2013-08-28 12:57:47.709018364 +0200
-@@ -1,6 +1,6 @@
- [org.gnome.desktop.background]
- show-desktop-icons=true
--picture-uri='file:///usr/share/backgrounds/warty-final-ubuntu.png'
-+picture-uri='file:///usr/share/backgrounds/lip-wallpaper.png'
- 
- [org.gnome.desktop.wm.keybindings]
- minimize = ['<Primary><Alt>KP_0']
-- 
GitLab