desktop-shell: Build in sensible defaults

This adds a default background pattern and a terminal launcher in case
we don't have a config file.
diff --git a/data/COPYING b/data/COPYING
index b9d6c37..430a864 100644
--- a/data/COPYING
+++ b/data/COPYING
@@ -1,6 +1,11 @@
+For the DMZ cursors:
+
 (c) 2007-2010 Novell, Inc.
 
 This work is licenced under the Creative Commons Attribution-Share Alike 3.0
 United States License. To view a copy of this licence, visit
 http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
+
+The terminal icon is taken from the gnome-icon-theme collection which
+is also distributed under the Creative Commons BY-SA 3.0 license.
\ No newline at end of file
diff --git a/data/Makefile.am b/data/Makefile.am
index c919381..a05989c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,7 +20,9 @@
 	top_side.png				\
 	xterm.png				\
 	wayland.svg				\
-	$(wayland_icon_png)
+	$(wayland_icon_png)			\
+	pattern.png				\
+	terminal.png
 
 if HAVE_RSVG_CONVERT
 wayland_icon_png = wayland.png
diff --git a/data/pattern.png b/data/pattern.png
new file mode 100644
index 0000000..5ac8986
--- /dev/null
+++ b/data/pattern.png
Binary files differ
diff --git a/data/terminal.png b/data/terminal.png
new file mode 100644
index 0000000..3c02dd2
--- /dev/null
+++ b/data/terminal.png
Binary files differ