From 3cb4c3c02bb1b30ac0db58503fc12e48d0b31889 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Fri, 12 Nov 2010 09:11:34 +0000 Subject: [PATCH] add widescreen alternative --- backgrounds/spacefun-wallpaper-widescreen.svg | 2304 +++++++++++++++++ debian/postinst | 11 +- debian/prerm | 3 + 3 files changed, 2315 insertions(+), 3 deletions(-) create mode 100644 backgrounds/spacefun-wallpaper-widescreen.svg diff --git a/backgrounds/spacefun-wallpaper-widescreen.svg b/backgrounds/spacefun-wallpaper-widescreen.svg new file mode 100644 index 0000000..4ab616f --- /dev/null +++ b/backgrounds/spacefun-wallpaper-widescreen.svg @@ -0,0 +1,2304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/debian/postinst b/debian/postinst index 03c3d99..1a4d888 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,7 +22,12 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 55 + /usr/share/images/desktop-base/spacefun-wallpaper-widescreen.svg 55 + + update-alternatives --install \ + /usr/share/images/desktop-base/desktop-background \ + desktop-background \ + /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 50 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ @@ -32,12 +37,12 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/nightly-wallpaper.png 45 + /usr/share/images/desktop-base/nightly-wallpaper.png 40 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 35 + /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 30 # Alternatives for the splash update-alternatives --install \ diff --git a/debian/prerm b/debian/prerm index 57bea8e..40fe91a 100644 --- a/debian/prerm +++ b/debian/prerm @@ -7,6 +7,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then update-alternatives --remove desktop-background \ /usr/share/images/desktop-base/spacefun-wallpaper.svg + update-alternatives --remove desktop-background \ + /usr/share/images/desktop-base/spacefun-wallpaper-widescreen.svg + update-alternatives --remove desktop-background \ /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg