diff options
author | raveit <[email protected]> | 2013-03-22 23:35:35 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-22 23:35:35 +0100 |
commit | f988463b45bdf7078827dc984f8613850d71ae84 (patch) | |
tree | c5e726b817ab4ce217e4550e14c4a6f8599033bf /desktop | |
parent | 8e2e8fc476a2c9088b5735a583b3f082f4a12a19 (diff) | |
download | mate-backgrounds-f988463b45bdf7078827dc984f8613850d71ae84.tar.bz2 mate-backgrounds-f988463b45bdf7078827dc984f8613850d71ae84.tar.xz |
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> |