diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-21 09:34:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-21 09:34:54 +0200 |
commit | b4c3565c0045e576ced0c5f4acd8d8832a5518e8 (patch) | |
tree | 882fba3bf3a41a312a08a478b9fc4a34c17b6f7f /desktop | |
parent | bd3fe883d05fb3af345b422bde55a650509570de (diff) | |
download | mate-backgrounds-b4c3565c0045e576ced0c5f4acd8d8832a5518e8.tar.bz2 mate-backgrounds-b4c3565c0045e576ced0c5f4acd8d8832a5518e8.tar.xz |
Add Ubuntu MATE Wallpapers without branding
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Makefile.am | 6 | ||||
-rw-r--r-- | desktop/Ubuntu-Mate-Cold-no-logo.png | bin | 0 -> 2054710 bytes | |||
-rw-r--r-- | desktop/Ubuntu-Mate-Dark-no-logo.png | bin | 0 -> 1023697 bytes | |||
-rw-r--r-- | desktop/Ubuntu-Mate-Radioactive-no-logo.png | bin | 0 -> 1791087 bytes | |||
-rw-r--r-- | desktop/Ubuntu-Mate-Warm-no-logo.png | bin | 0 -> 1801639 bytes | |||
-rw-r--r-- | desktop/mate-desktop.xml.in.in | 24 |
6 files changed, 29 insertions, 1 deletions
diff --git a/desktop/Makefile.am b/desktop/Makefile.am index f6ed32e..104f7f2 100644 --- a/desktop/Makefile.am +++ b/desktop/Makefile.am @@ -5,7 +5,11 @@ background_DATA = \ GreenTraditional.jpg \ Stripes.png \ MATE-Stripes-Dark.png \ - MATE-Stripes-Light.png + MATE-Stripes-Light.png \ + Ubuntu-Mate-Cold-no-logo.png \ + Ubuntu-Mate-Dark-no-logo.png \ + Ubuntu-Mate-Radioactive-no-logo.png \ + Ubuntu-Mate-Warm-no-logo.png metadata_in_files = mate-desktop.xml.in metadatadir = $(datadir)/mate-background-properties diff --git a/desktop/Ubuntu-Mate-Cold-no-logo.png b/desktop/Ubuntu-Mate-Cold-no-logo.png Binary files differnew file mode 100644 index 0000000..ae02805 --- /dev/null +++ b/desktop/Ubuntu-Mate-Cold-no-logo.png diff --git a/desktop/Ubuntu-Mate-Dark-no-logo.png b/desktop/Ubuntu-Mate-Dark-no-logo.png Binary files differnew file mode 100644 index 0000000..9b92500 --- /dev/null +++ b/desktop/Ubuntu-Mate-Dark-no-logo.png diff --git a/desktop/Ubuntu-Mate-Radioactive-no-logo.png b/desktop/Ubuntu-Mate-Radioactive-no-logo.png Binary files differnew file mode 100644 index 0000000..506b534 --- /dev/null +++ b/desktop/Ubuntu-Mate-Radioactive-no-logo.png diff --git a/desktop/Ubuntu-Mate-Warm-no-logo.png b/desktop/Ubuntu-Mate-Warm-no-logo.png Binary files differnew file mode 100644 index 0000000..caed712 --- /dev/null +++ b/desktop/Ubuntu-Mate-Warm-no-logo.png diff --git a/desktop/mate-desktop.xml.in.in b/desktop/mate-desktop.xml.in.in index f403fa1..c305f17 100644 --- a/desktop/mate-desktop.xml.in.in +++ b/desktop/mate-desktop.xml.in.in @@ -48,4 +48,28 @@ <scolor>#6A9426</scolor> <artist>Adam Erdman</artist> </wallpaper> + <wallpaper deleted="false"> + <_name>Ubuntu MATE Cold</_name> + <filename>@datadir@/backgrounds/mate/desktop/Ubuntu-Mate-Cold-no-logo.png</filename> + <options>zoom</options> + <artist>Goce Mitevski</artist> + </wallpaper> + <wallpaper deleted="false"> + <_name>Ubuntu MATE Dark</_name> + <filename>@datadir@/backgrounds/mate/desktop/Ubuntu-Mate-Dark-no-logo.png</filename> + <options>zoom</options> + <artist>Goce Mitevski</artist> + </wallpaper> + <wallpaper deleted="false"> + <_name>Ubuntu MATE Radioactive</_name> + <filename>@datadir@/backgrounds/mate/desktop/Ubuntu-Mate-Radioactive-no-logo.png</filename> + <options>zoom</options> + <artist>Goce Mitevski</artist> + </wallpaper> + <wallpaper deleted="false"> + <_name>Ubuntu MATE Warm</_name> + <filename>@datadir@/backgrounds/mate/desktop/Ubuntu-Mate-Warm-no-logo.png</filename> + <options>zoom</options> + <artist>Goce Mitevski</artist> + </wallpaper> </wallpapers> |