Your message dated Wed, 4 Jul 2012 14:55:53 +0100
with message-id
<CAPQ4b8=xS0Bs9cbu4yMtHPNYokPsTbr2LdVs4pcoN8FNx=i...@mail.gmail.com>
and subject line Closing orphan/obsolete bugs (usplash-theme-debian)
has caused the Debian Bug report #445691,
regarding usplash: No usable theme found for 1280x800
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
445691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445691
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: usplash-theme-debian
Version: 4
Severity: important
Tags: patch
When i try to boot in 1280x800 resolution with quiet splash grub option
usplash print to stdout :
usplash: No usable theme found for 12800x800
script init failed
So themesetup.sh init script doesn't detect 1280x800 as 16:9 ratio
(normally 16:10) but to 4:3.
If you refer to libusplash.c in usplash-0.5.2-3 Line 491 :
if (theme->pixmap->height <= yres
&& theme->pixmap->width <= xres
&& theme->pixmap->height *
theme->pixmap->width > maxarea
&& theme->ratio == ratio)
==> theme->ratio != ratio
Finally htheme refers to NULL pointer and theme too (line 503)
that's why i created an small patch to fix it , it's work ! :)
please find path here :
http://romain.perier.free.fr/debian/usplash-theme-debian_fix_ratio.diff
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages usplash-theme-debian depends on:
ii libc6 2.6.1-5 GNU C Library: Shared libraries
usplash-theme-debian recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hello,
Thanks for your interest in improving Debian, and sorry that the bugs
were not fully resolved in due time.
usplash-theme-debian has been removed from unstable [1] a couple of
years ago and only present in oldstable by now [2], same for usplash
[3].
[1]
http://packages.qa.debian.org/u/usplash-theme-debian/news/20100927T143534Z.html
[2] http://packages.qa.debian.org/u/usplash-theme-debian.html
[3] http://packages.qa.debian.org/u/usplash.html
The bugs are now orphan (without maintainer assigned) so they probably
will not be noticed/modified further. So I think that the best
solution is to close them now, doing it. Please comment if you want
to handle the reports in some other way (reassigned to other packages,
etc.).
Cheers.
--- End Message ---