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

Bug#459352: marked as done (please provide 640x480 TGA version of debian-blueish-wallpaper.svg for GRUB)



Your message dated Mon, 14 Jan 2008 10:47:02 +0000
with message-id <E1JEMqM-0007nT-R4@ries.debian.org>
and subject line Bug#459352: fixed in desktop-base 4.0.5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: desktop-base
Version: 4.0.4
Severity: wishlist
Tags: patch

Hi!

GRUB 2 supports background images now, in TGA format with 640x480 resolution
and 24-bit depth.

I'd like it to use the default Debian theme image (which I believe at the
moment is debian-blueish-wallpaper.svg; let me know if that changes) when
desktop-base package is installed.

Please, could you provide an image in this format for use with GRUB ?

Attached patch uses imagemagick in postinst to generate it in user's system.

Thanks

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)

Versions of packages desktop-base depends on:
ii  librsvg2-common               2.14.4-3   SAX-based renderer library for SVG

desktop-base recommends no packages.

-- no debconf information
diff -ur desktop-base-4.0.4.old/debian/control desktop-base-4.0.4/debian/control
--- desktop-base-4.0.4.old/debian/control	2007-11-23 11:38:34.000000000 +0100
+++ desktop-base-4.0.4/debian/control	2008-01-05 20:00:02.000000000 +0100
@@ -12,7 +12,7 @@
 
 Package: desktop-base
 Architecture: all
-Depends: librsvg2-common
+Depends: librsvg2-common, imagemagick
 Suggests: gnome | kde | xfce4 | wmaker
 Description: common files for the Debian Desktop
  This package contains various miscellaneous files which are used by
diff -ur desktop-base-4.0.4.old/debian/postinst desktop-base-4.0.4/debian/postinst
--- desktop-base-4.0.4.old/debian/postinst	2007-11-23 11:39:56.000000000 +0100
+++ desktop-base-4.0.4/debian/postinst	2008-01-05 20:06:58.000000000 +0100
@@ -57,5 +57,11 @@
         /usr/share/images/desktop-base/desktop-splash \
         desktop-splash \
         /usr/share/images/desktop-base/Splash-Debian_red.png 10
-fi
 
+    # GRUB background
+    if test -e /usr/share/images/desktop-base/debian-blueish-wallpaper.svg \
+        && ! test -e /usr/share/images/desktop-base/debian-blueish-wallpaper_640x480.tga ; then
+    convert /usr/share/images/desktop-base/debian-blueish-wallpaper.svg -size 640x480 -scale 640x480 \
+        /usr/share/images/desktop-base/debian-blueish-wallpaper_640x480.tga
+    fi
+fi
diff -ur desktop-base-4.0.4.old/debian/prerm desktop-base-4.0.4/debian/prerm
--- desktop-base-4.0.4.old/debian/prerm	2007-11-23 11:40:13.000000000 +0100
+++ desktop-base-4.0.4/debian/prerm	2008-01-05 20:07:12.000000000 +0100
@@ -31,5 +31,7 @@
 
     update-alternatives --remove desktop-splash \
         /usr/share/images/desktop-base/Splash-Debian_red.png
+
+    rm -f /usr/share/images/desktop-base/debian-blueish-wallpaper_640x480.tga
 fi
 

--- End Message ---
--- Begin Message ---
Source: desktop-base
Source-Version: 4.0.5

We believe that the bug you reported is fixed in the latest version of
desktop-base, which is due to be installed in the Debian FTP archive:

desktop-base_4.0.5.dsc
  to pool/main/d/desktop-base/desktop-base_4.0.5.dsc
desktop-base_4.0.5.tar.gz
  to pool/main/d/desktop-base/desktop-base_4.0.5.tar.gz
desktop-base_4.0.5_all.deb
  to pool/main/d/desktop-base/desktop-base_4.0.5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 459352@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra <fabo@debian.org> (supplier of updated desktop-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 09 Jan 2008 11:08:23 +0100
Source: desktop-base
Binary: desktop-base
Architecture: source all
Version: 4.0.5
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <fabo@debian.org>
Changed-By: Fathi Boudra <fabo@debian.org>
Description: 
 desktop-base - common files for the Debian Desktop
Closes: 439838 452425 459352
Changes: 
 desktop-base (4.0.5) unstable; urgency=low
 .
   [ Fathi Boudra ]
   * Bump Standards-Version to 3.7.3.
   * Add Homepage field.
   * Remove DM-Upload-Allowed: yes; All Uploaders are DD.
   * Update kdm theme for KDE 4.
   * Use zoom option instead of scaled option in gnome background.
     (Closes: #439838)
   * Update Makefile to fix wrong permissions on
     /usr/share/gnome-background-properties. (Closes: #452425)
   * Provide 640x480 TGA version of debian-blueish-wallpaper.svg for GRUB 2.
     Thanks to Robert Millan (Closes: #459352)
 .
   [ Loic Minier ]
   * Also use zoom (instead of stretched) for the default wallpaper.
Files: 
 a2ab9a931cc27db3433993cc09268436 818 x11 optional desktop-base_4.0.5.dsc
 a0698d7ffeac473dd70354da7faafd4f 3123775 x11 optional desktop-base_4.0.5.tar.gz
 383bab5c1a884324398a1da6a3cff95d 2384618 x11 optional desktop-base_4.0.5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQCVAwUBR4s70oz1NfZqpXL3AQLn6AP/V3DQxOm4AcjKS2BXl3YHBDSecPptRFCg
xPrzAm1LoklhGMoqKJmXDAso8QffrFza9a85DFkj+usvTgWKXTmVgi1mEHRGfGwV
vpZBgfsNqAgnwp+G52kAd/5272DYND/DFm3JA2L3z05y6Ipx6uxycu4vp0QiO+SE
rJwQrbwneKk=
=/GsJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: