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 /nature | |
parent | 8e2e8fc476a2c9088b5735a583b3f082f4a12a19 (diff) | |
download | mate-backgrounds-f988463b45bdf7078827dc984f8613850d71ae84.tar.bz2 mate-backgrounds-f988463b45bdf7078827dc984f8613850d71ae84.tar.xz |
change backgrounds installation path
Diffstat (limited to 'nature')
-rw-r--r-- | nature/Makefile.am | 2 | ||||
-rw-r--r-- | nature/mate-nature.xml.in.in | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/nature/Makefile.am b/nature/Makefile.am index f93a6a3..fc5a6a6 100644 --- a/nature/Makefile.am +++ b/nature/Makefile.am @@ -1,4 +1,4 @@ -backgrounddir = $(datadir)/pixmaps/backgrounds/mate/nature +backgrounddir = $(datadir)/backgrounds/mate/nature background_DATA =\ Aqua.jpg \ diff --git a/nature/mate-nature.xml.in.in b/nature/mate-nature.xml.in.in index 49bf9d6..20149f5 100644 --- a/nature/mate-nature.xml.in.in +++ b/nature/mate-nature.xml.in.in @@ -5,64 +5,64 @@ <!-- Translators: This is the name of a desktop background image that shows an orange/red flower. You might want to translate it into the equivalent words of your language --> <_name>Fresh Flower</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/FreshFlower.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/FreshFlower.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <!-- Translators: This is the name of a desktop background image that shows a green meadow. You might want to translate it into the equivalent words of your language --> <_name>Green Meadow</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/GreenMeadow.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/GreenMeadow.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Aqua</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/Aqua.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/Aqua.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Dune</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/Dune.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/Dune.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Storm</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/Storm.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/Storm.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Two Wings</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/TwoWings.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/TwoWings.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Lady Bird</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/LadyBird.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/LadyBird.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Blinds</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/Blinds.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/Blinds.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Rain Drops</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/RainDrops.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/RainDrops.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Yellow Flower</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/YellowFlower.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/YellowFlower.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Garden</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/Garden.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/Garden.jpg</filename> <options>zoom</options> </wallpaper> <wallpaper deleted="false"> <_name>Wood</_name> - <filename>@datadir@/pixmaps/backgrounds/mate/nature/Wood.jpg</filename> + <filename>@datadir@/backgrounds/mate/nature/Wood.jpg</filename> <options>zoom</options> </wallpaper> </wallpapers> |