summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-01-25 16:57:11 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-01-25 20:53:08 -0500
commit6af8eb9c7f32799ddc75e1732c50fbd23fb56994 (patch)
tree603efca35b722a1a0d66609c813b33e91916842d /data
parent07f729441ea1e9a6b17fff0bd2453677190b6643 (diff)
downloadweston-6af8eb9c7f32799ddc75e1732c50fbd23fb56994.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/COPYING5
-rw-r--r--data/Makefile.am4
-rw-r--r--data/pattern.pngbin0 -> 1846 bytes
-rw-r--r--data/terminal.pngbin0 -> 1005 bytes
4 files changed, 8 insertions, 1 deletions
diff --git a/data/COPYING b/data/COPYING
index b9d6c37d..430a864d 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 c9193813..a05989cf 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,7 +20,9 @@ dist_westondata_DATA = \
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 00000000..5ac8986d
--- /dev/null
+++ b/data/pattern.png
Binary files differ
diff --git a/data/terminal.png b/data/terminal.png
new file mode 100644
index 00000000..3c02dd21
--- /dev/null
+++ b/data/terminal.png
Binary files differ