diff --git a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize b/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
index 245dfe5c3391778ea7dca8ad13472fd37889460a..373000508931fac6fe3b2f3417fd413072d90827 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 a0143dc67043021faabb27755873bc2d73a3e829..0000000000000000000000000000000000000000
--- 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']