2009/7/1 François Cerbelle :
> I dont understand. Does this means that my bug has been reproduced and fixed
> (in upstream sources) ?
Yes. At least, I believe so. I still don't know why I wasn't able to
reproduce it, but the "input_term" call that madplug uses to close
files was definitely missing
Package: evince
Version: 2.22.2-4~lenny1
Severity: normal
This problem occurs when viewing the PDF file available from the following
location:
http://www.michigan.gov/documents/wedmk_16312_7.pdf
If I run "evince wedmk_16312_7.pdf", close Evince, and do that repeatedly, every
so often the firs
Attached is a patch to make col UTF8-aware. Be warned that the patch has
not been thoroughly tested.
John--- col.0.c 2006-08-15 02:03:30.0 -0400
+++ col.c 2009-03-09 16:49:36.0 -0400
@@ -42,6 +42,7 @@
#include
#include
+#include
#include
#include
#include
@@ -71,7 +72,
As a Debian user annoyed by this problem, I would be willing to do some coding
or patching work toward fixing it, though I can't do packaging or uploading.
What is the status of this bug, and is there any way I can help?
John
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.
I notice this is still tagged as needing more info. What info do you need? I
would be happy to help.
John
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Attached are corrected patches for the following plugins:
FLACng Audio Plugin
Windows Media Audio (WMA) Plugin
John--- plugin.0.c 2008-05-23 18:44:19.0 -0400
+++ plugin.c 2009-03-05 21:29:23.0 -0500
@@ -56,6 +56,7 @@
callback_info* main_info;
gboolean plugin_initialized =
Attached are patches for the following plugins, as well as a corrected one for
the MPEG Audio Plugin:
FLACng Audio Plugin
MP4 Audio Plugin
Windows Media Audio (WMA) Plugin
John--- plugin.0.c 2008-05-23 18:44:19.0 -0400
+++ plugin.c 2009-03-03 22:20:51.0 -0500
@@ -56,6 +56
I am attaching five patches, one for audacious and four for audacious-plugins.
These patches remove the ugly workaround and update the following plugins
to work correctly without it (or with it, for that matter):
CD Audio Plugin NG
MPEG Audio Plugin
Ogg Vorbis Audio Plugin
sndfile plug
playback.c, lines 450-470:
--
/* FIXME WORKAROUND...that should work with all plugins
* mute the volume, start playback again, do the seek, then pause again
* -Patrick Sudowe
*/
if (ip_data.paused)
{
restore_pause = TRUE;
output_get_volume(&l, &r)
The MP3 behavior is a regression from 1.2.2-4. In that version, seeking in an
MP3 file worked but played snippets of music just as seeking in a vorbis file
does now.
John
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact l
Package: audacious
Version: 1.5.1-4
Severity: normal
Problem 1:
(a) Open a vorbis file.
(b) Pause it.
(c) Drag the playback slider to a different position.
I hear a snippet of music played each time I let go of the slider.
Problem 2:
(a) Open an MP3 file.
(b) Pause it.
(c) Drag the playback slid
Julien Cristau wrote:
> In theory it already does...
O.K., what about in practice? Am I the only one seeing this?
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hello,
It's now been over two years since the last response from the former maintainer
(?),
and the bug is still present in Lenny. What does the time line look like for a
fix?
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscr
Package: xserver-xorg
Version: 1:7.3+18
Severity: normal
If I hold a key down at the moment that I switch away from an X console,
the server misses the key-release signal and keeps auto-repeating key-press
events until I switch back. The easiest way to reproduce this is to type
"chvt 1" in a termi
I don't think that producing "[lines] of garbage" is a wishlist item. Exiftran
ought to at least spit out a warning and ask the user if he really wants to
continue. I say this as someone who has rotated an image and uploaded it
to the Internet before noticing the corruption.
-- John Lindgren
--
Package: audacity
Version: 1.3.5-2
Severity: normal
A tone generated at 10 percent of the PCM range should be shown as -10 decibels,
if my understanding is correct. Audacity's "Waveform (dB)" view shows it as -20
instead. The "Amplify" effect also suggests amplifying it 20 decibels to
maximize
Attached is a simple patch to disable the "unaliasing" (which is not an
essential feature, as far as I can tell) until someone has the time to make
it work correctly.--- thunar-vfs-mime-database.c 2007-12-02 08:46:33.0 -0500
+++ thunar-vfs-mime-database_new.c 2009-01-20 20:16:34.0 -
A simple mistake with an equally simple fix.--- desktop-menu-plugin.c 2007-11-17 14:31:41.0 -0500
+++ desktop-menu-plugin_new.c 2009-01-20 10:32:33.0 -0500
@@ -154,8 +154,8 @@
gint width, height, size, pix_w = 0, pix_h = 0;
GtkOrientation orientation = xfce_panel_plugin_ge
Hello,
I found some more info in the kernel log:
[ 4716.948037] INFO: task hald-addon-stor:2084 blocked for more than 120
seconds.
[ 4716.948047] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables
this message.
[ 4716.948051] hald-addon-st D e00abaa0 0 2084 2047
[ 47
Here's the scoop.
When thunar_vfs_mime_database_store_parse_file loads mimeinfo.cache, it
calls thunar_vfs_mime_database_get_info_locked to get an I.D. for each
MIME-type entry in the file. thunar_vfs_mime_database_get_info_locked
"unaliases" some of these type names; for example, it changes
imag
Hello,
It's been a couple of months since this was forwarded upstream, and there's been
no response. I'd like to write a fix myself, but I've had trouble finding the
actual
lookup code in the zillions of source files. So, if you could just point me in
the
right direction...
-- John Lindgren
Hello,
I can reproduce this in fresh-installed Lenny on a Dell Inspiron 1200,
except that it's now hald-addon-stor that hangs, not hald itself.
Here are the kernel messages that are emitted when the process hangs
(hdb is the CD drive). I don't know what causes the error, since I'm
sure I wasn't
Sorry -- I forgot to attach these!<><>
I think we're not understanding each other well.
Elimar Riesebieter wrote:
> You can try a small script:
>
> /etc/init.d/alsa-utils stop
> hibernate
> and after resume /etc/init.s/alsa-utils start?
>
> Don't know whether it works.
It doesn't. That's what I said before.
> But thats your faul
Package: xfce4-panel
Version: 4.4.2-6
Severity: minor
When the panel's menu plugin shows an icon on its button, it appears
that the icon is scaled to be the same height as the whole panel, not
scaled to fit on the button. As a result, the edges of the icon are
clipped off. I am attaching a sa
Elimar Riesebieter wrote:
> Did you tried the acpi-support package? There we have
> resume/sunspend scripts which stop/start alsa-utils. I didn't found
> something similar in the uswsusp package.
Yes, I tried that. When I use ACPI instead of APM (the kernel allows only one
at a time), the syste
Elimar Riesebieter wrote:
> How do you hibernate your laptop? Please provide involved packages.
I use "s2disk" from the "uswsusp" package (0.7-1.2).
Other information that may be useful:
Toshiba Portege 7010CT
apmd 3.2.2-12
apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
/proc/asound/
> If you play music what happens if you do:
>
> # /etc/init.d/alsa-utils stop
>
> Wait
>
> # /etc/init.d/alsa-utils start
The music resumes fine when I do that. But if I hibernate in between
the "stop" and the "start," I get the jet engine sound.
-- John Lindgren
--
To UNSUBSCRIBE, email
Package: libgtk2.0-0
Version: 2.12.11-4
Severity: normal
In some GTK program (Mousepad, for example), open an "Open" dialog. In
the "Location" field, type "/" and press enter. All the files in the
root folder will be listed twice.
-- System Information:
Debian Release: lenny/sid
APT prefe
Hello,
> export XLIB_SKIP_ARGB_VISUALS=1
That seems to fix the problem.
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hello,
For the benefit of anyone else who may have this problem, using the
"NoAccel" option for the NeoMagic driver seems to be a fix.
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi
Hello,
I just tried the VESA driver, and Terminal works correctly with that.
Based on that, I'm guessing it's either a problem with the NeoMagic
driver or with my laptop. More likely my laptop.
Sorry for the trouble.
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list
Hello,
> And Terminal is the *only* program doing that?
Yes.
> This look like an x
> driver problem, but it's really really weird.
I agree. I've never seen anything like this before.
> Could you try with gnome-terminal, too?
Gnome Terminal works fine.
I'm going to see if I can find a changelog
Hello,
I tried running the Terminal with Openbox and with Metacity. In both
cases, the window still flickers (yellow!) when it first appears, but it
ends up correctly.
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trou
> Which wm are you using? Because that's *completely* unreproducible on
> any box I use.
> Does this happen with all users on the box? Can you create a fresh user
> so there's no config problem?
I'm using XFWM 4.4.2-5. I create a new user with a blank home folder, and run
the following command to
Package: xfce4-terminal
Version: 0.2.8-5
Severity: grave
I am attaching a screenshot that shows the problem better than any description.
In the screenshot, compositing is enabled to show the outline of the window, but
the problem happens just the same with or without compositing.
I have set the
Hello,
The problem is still in Lenny.
/proc/asound/version = Advanced Linux Sound Architecture Driver Version 1.0.16.
-- John Lindgren
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hello,
> Are you running the kernel-driver? Please post the output of
> # cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.15
(Tue Nov 20 19:16:42 2007 UTC).
> Could you please update to at least 1.0.16 (lenny)
I'm getting more and more certain that I should. I don
Package: alsa-base
Version: 1.0.13-5etch1
Severity: minor
I have a Toshiba Portege 7010CT laptop with a Yamaha OPL3-SA23 chip in it. If
I hibernate the laptop (using s2disk) while I have music playing (in Audacious),
on resume, I get random noise. Stopping (but not pausing) the music and then
s
Hello,
> Btw, did you try to reproduce it using another wm?
As a matter of fact, I did. Openbox leaves the window maximized
but disables the unmaximize button. Metacity does something like
XFWM does, putting the window in the top right corner without
decorations; but once you move the window, i
Hello,
Here's a simple piece of code that reproduces the bug without using GTK, if
it's any help.
By the way, thanks for the prompt responses!
-- John Lindgren#include
#include
#include
#include
#include
#include
int main (void)
{
Display * display;
int screen, count;
Window root, wi
Hello,
> Can't reproduce on lenny.
O.K. It's fine with me if you want to close the bug, then. I'm planning on
getting Lenny soon, anyway.
-- John Lindgren
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: xfdesktop4
Version: 4.3.99.1-1
Severity: minor
I have no idea why, but the XFCE desktop reliably blurs wallpaper images, even
when they're centered and therefore don't need to be scaled at all. I'm
attaching a small test image and a screenshot of how the desktop displays it.
-- System
Package: xfwm4
Version: 4.3.99.2-1
Severity: normal
1. Run mousepad and go to the "save as" dialog.
2. Click the "browse for other folders" expander. This changes the dialog from
a fixed size window to resizeable.
3. Maximize the window.
4. Click the expander again. The window changes to fix
Hello,
It's a matter of Thunar looking up the applications wrongly. Whichever entry
(image/jpeg or image/pjpeg) is listed last in
/usr/share/applications/mimeinfo.cache is the one that gets used.
-- John Lindgren
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
Hello,
While looking at the source, I found this (undo.c, lines 295-299):
/*I'm this is only called by init, and when we save. We call it from
the save call back, so that we can properly handle the asterisk in the
titlebar and warn that the document is altered after a save, but
retain the undo
Hello,
To begin with, I am new to building packages on Debian, so I may be doing
something wrong.
I downloaded the source for 0.2.13-2 and built it on Etch, and I'm still seeing
the bug. You
don't see it on Lenny?
-- John Lindgren
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subje
> ... Tracking the
> size/position of all thunar windows isn't really possible, but maybe the
> last window could be remembered.
Actually, the size and position of the last window are already remembered --
only, the size and position that the window would be if it were not maximized.
All that n
Package: thunar
Version: 0.4.0rc1-3
Severity: wishlist
It would be nice if Thunar would remember, when it is closed, that its window
was maximized, and maximize the window the next time it is run. Obviously, this
is not a serious defect, but I have a rather small screen and generally want
everyt
Package: mousepad
Version: 0.2.8-1
Severity: normal
Run Mousepad, creating a blank file.
Type the letter 'a'. The title bar shows that the file has been modified.
Save the file. The title bar now shows not modified.
Press Control-Z to undo typing the 'a'. The title bar stills shows not
modifi
Package: thunar
Version: 0.4.0rc1-3
Severity: minor
Thunar seems to think that every JPEG file is a progressive JPEG, with the MIME
type image/pjpeg, not image/jpeg. As a result, image viewers whose .desktop
files do not list the MIME type image/pjpeg as supported (such as KView and
GQView) ar
51 matches
Mail list logo