[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#439838: desktop-base: the Debian swirl should not be scaled but zoomed



Package: desktop-base
Version: 4.0.3
Tags: patch


The default Gnome desktop background for Debian Etch does not look good
on resolution 1440x900.

I installed Debian Etch on a PC with screen resolution 1440x900.  This
resolution is a bit wider than 1024x768 and other resolutions with the
same ratio width/height.  The default Gnome desktop background for
Debian Etch is the Debian swirl.  Images like the Debian swirl should
not be scaled but zoomed.  Replacing "scaled" by "zoom"
in /usr/share/gnome-background-properties/debian.xml fixes the problem
for me.

Patch attached.


diff -ruN orig/desktop-base-4.0.3/gnome-backgrounds.xml desktop-base-4.0.3/gnome-backgrounds.xml
--- orig/desktop-base-4.0.3/gnome-backgrounds.xml	2006-12-11 18:00:50.000000000 +0100
+++ desktop-base-4.0.3/gnome-backgrounds.xml	2007-08-27 22:03:13.000000000 +0200
@@ -5,7 +5,7 @@
     <!-- don't include words such as "wallpaper" (avoids translations) -->
     <name>Debian Etch</name>
     <filename>/usr/share/images/desktop-base/desktop-background</filename>
-    <options>scaled</options>
+    <options>zoom</options>
     <shade_type>horizontal-gradient</shade_type>
     <pcolor>#0099cc</pcolor>
     <scolor>#006699</scolor>

Reply to: