diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-26 15:32:04 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-26 15:32:04 -0700 |
commit | fec3877fcf84d0a7ecb331ea4afbcb10c6053fa9 (patch) | |
tree | e9f11e41462fec312dd487ab5de01f308a1581e1 /desktop | |
parent | 567797e7a96de13bc812f87cf6f90e665babbd2a (diff) | |
parent | f988463b45bdf7078827dc984f8613850d71ae84 (diff) | |
download | mate-backgrounds-fec3877fcf84d0a7ecb331ea4afbcb10c6053fa9.tar.bz2 mate-backgrounds-fec3877fcf84d0a7ecb331ea4afbcb10c6053fa9.tar.xz |
Merge pull request #10 from NiceandGently/master
change backgrounds installation path
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Makefile.am | 2 | ||||
-rw-r--r-- | desktop/mate-desktop.xml.in.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Makefile.am b/desktop/Makefile.am index 6d51870..0eabbc7 100644 --- a/desktop/Makefile.am +++ b/desktop/Makefile.am @@ -1,4 +1,4 @@ -backgrounddir = $(datadir)/pixmaps/backgrounds/mate/desktop +backgrounddir = $(datadir)/backgrounds/mate/desktop background_DATA =\ GreenTraditional.jpg \ diff --git a/desktop/mate-desktop.xml.in.in b/desktop/mate-desktop.xml.in.in index 0132e97..1c24515 100644 --- a/desktop/mate-desktop.xml.in.in +++ b/desktop/mate-desktop.xml.in.in @@ -11,12 +11,12 @@ </wallpaper> <wallpaper deleted="false"> <_name>Green Traditional</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/desktop/GreenTraditional.jpg</filename> + <filename>@datadir@/backgrounds/mate/desktop/GreenTraditional.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Stripes</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/desktop/Stripes.png</filename> + <filename>@datadir@/backgrounds/mate/desktop/Stripes.png</filename> <options>zoom</options> <shade_type>vertical-gradient</shade_type> <pcolor>#5891BC</pcolor> |