diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-09-13 22:51:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-09-13 22:51:14 +0200 |
commit | c0b455c680dcaac4342d685b017c44d0fa81fd06 (patch) | |
tree | 89be25ef6c60f838aff719f0c6c4374e3dde782e /debian/_base/metapackages/desktop-base/gnome-backgrounds.xml | |
parent | 366af113e1ceed9c1d6ae9e8d580a76f92615536 (diff) | |
download | tde-packaging-c0b455c680dcaac4342d685b017c44d0fa81fd06.tar.gz tde-packaging-c0b455c680dcaac4342d685b017c44d0fa81fd06.zip |
DEB default-settings: Move common files to common directory.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base/metapackages/desktop-base/gnome-backgrounds.xml')
-rw-r--r-- | debian/_base/metapackages/desktop-base/gnome-backgrounds.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/_base/metapackages/desktop-base/gnome-backgrounds.xml b/debian/_base/metapackages/desktop-base/gnome-backgrounds.xml new file mode 100644 index 000000000..9391aa82e --- /dev/null +++ b/debian/_base/metapackages/desktop-base/gnome-backgrounds.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> +<wallpapers> + <wallpaper> + <!-- don't include words such as "wallpaper" (avoids translations) --> + <name>Debian</name> + <filename>/usr/share/images/desktop-base/desktop-background</filename> + <options>zoom</options> + <shade_type>horizontal-gradient</shade_type> + <pcolor>#0099cc</pcolor> + <scolor>#006699</scolor> + </wallpaper> +</wallpapers> |