diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-25 16:57:11 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-25 20:53:08 -0500 |
commit | 6af8eb9c7f32799ddc75e1732c50fbd23fb56994 (patch) | |
tree | 603efca35b722a1a0d66609c813b33e91916842d /data | |
parent | 07f729441ea1e9a6b17fff0bd2453677190b6643 (diff) |
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/COPYING | 5 | ||||
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/pattern.png | bin | 0 -> 1846 bytes | |||
-rw-r--r-- | data/terminal.png | bin | 0 -> 1005 bytes |
4 files changed, 8 insertions, 1 deletions
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 @@ 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 Binary files differnew file mode 100644 index 0000000..5ac8986 --- /dev/null +++ b/data/pattern.png diff --git a/data/terminal.png b/data/terminal.png Binary files differnew file mode 100644 index 0000000..3c02dd2 --- /dev/null +++ b/data/terminal.png |