Bug#726068: mp3check: --cut-junk-end may segfault when the last frame is truncated

2013-10-11 Thread Xavier Hienne
runcated last audio frame when mp3check is called with the --cut-junk-end option. Author: Xavier Hienne Bug-Ubuntu: https://launchpad.net/bugs/592766 --- Bug-Debian: http://bugs.debian.org/ --- mp3check-0.8.7.orig/mp3check.cc +++ mp3check-0.8.7/mp3check.cc @@ -1069,6 +1069,7 @@ bool cut_junk_end(c

Bug#609837: apg: manpage refers to nonexistant option

2012-01-17 Thread Xavier Hienne
Agreed. This should be 'S' instead of 'M'. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#573447: Segfault when terminal is > 129 lines

2010-03-19 Thread xavier . hienne
The number of rows is stored in a signed char, hence the 128 rows limit. The patch below should fix this. Xavier diff -ur mg-20070918.old/def.h mg-20070918.new/def.h --- mg-20070918.old/def.h 2007-05-29 20:47:47.0 +0200 +++ mg-20070918.new/def.h 2010-03-19 20:51:10.0

Bug#502348: gnome-hearts: scrollkeeper I/O warnings after installation

2008-11-20 Thread xavier . hienne
Hi, FWIW, I have the same problem here. It seems that the OMF files /usr/share/omf/gnome-hearts/gnome-hearts-*.omf provided by the gnome-hearts binary package were not properly built: the url attribute in the identifier is empty although it should have been set during the built process. Rebuilding

Bug#298998: O: kernel-patch-2.4-supermount-ng -- Automatically mount and unmount removable media

2005-06-06 Thread Xavier Hienne
Hi Maximiliano, Maximiliano Curia wrote : El 11/03/2005 a las 01:49 escribiste: The current maintainer of kernel-patch-2.4-supermount-ng, Mika Fischer <[EMAIL PROTECTED]>, has orphaned this package. If you want to be the new maintainer, please take it -- see http://www.debian.org/devel/wnpp/

Bug#308208: gnome-terminal: F1 not passed though

2005-05-09 Thread Xavier Hienne
Hi, Mark Sheppard wrote : Package: gnome-terminal Version: 2.8.2-2 Severity: normal I just tried to get help in mutt by pressing the F1 key, but it didn't work. Instead I got a new window pop up with the gnome terminal manual. This is not a bug, this is a feature. > Please can you change this so t

Bug#302038: gnome-terminal: right-clicking on a https url starts epiphany rather than x-www-browser

2005-05-08 Thread Xavier Hienne
Tresi Arvizo a écrit : Package: gnome-terminal Version: 2.8.2-2 Severity: normal gnome-terminal appears to respect x-www-browser when I right-click -> Open Link on a http:// url. However, if it is an https:// url it starts epiphany to visit the url, rather than x-www-browser. There doesn't see

Bug#304430: gnome-terminal: sends SIGWINCH when other tab is zoomed

2005-05-07 Thread Xavier Hienne
Matt Kraai a écrit : Package: gnome-terminal Version: 2.8.2-2 Severity: normal When I have multiple tabs open, zooming in or out in one tab causes a the application in the other tabs to receive SIGWINCH. Hi, I can confirm this bug : not only the hidden applications receive a SIGWINCH, but their te

Bug#227578: xmodmap and Mode_switch, ISO_Level3_Shift

2005-05-07 Thread Xavier Hienne
Göran Weinholt wrote : > When I try to remap Alt Gr combinations xmodmap removes the old > mapping, puts in a mapping that shows up OK in xmodmap -pke, but the > mapping doesn't actually work. > > I'm using XkbRules xfree86, XkbLayout se, XkbModel logicdp. This is my > xmodmap input: > > keycode 55

Bug#296363: xbase-clients: [xmodmap] /etc/X11/Xmodmap not used

2005-05-07 Thread Xavier Hienne
Ashar Voultoiz wrote : Package: xbase-clients Version: 4.3.0.dfsg.1-10 Severity: important Trying to swap my mouse buttons using xmodmap. various how-to advice to do: $ cat ~/.Xmodmap # switch buttons for mousewheel -e "pointer = 1 2 3 6 7 4 5" $ But it s not parsed. Then another how-to advice: $ c

Bug#305499: mozilla-tabextensions causes weird code to be displayed in every mozilla window

2005-05-06 Thread Xavier Hienne
Mikolaj Menke a écrit : Package: mozilla-tabextensions Version: 1.14.2005040701-1 Severity: important Some weird code is displayed in every Mozilla component window, which takes quite a lot of space and makes it look ugly. The code is something like and is in a huge red font. -- System Information

Bug#303188: new version of mozplugger 1.7.2 fixes this problem

2005-05-06 Thread Xavier Hienne
Norbert Preining a écrit : Package: mozplugger Version: 1.7.1-1 Followup-For: Bug #303188 HI all! According to the mozplug website this problem is solved with 1.7.2: April 16, 2005 Released MozPlugger 1.7.2. It adds support for Acrobat Reader 7 and Evince, and fixes the bug that obscured parts of e

Bug#288710: setfacl with many files at cmdline -> Too many open files

2005-04-05 Thread Xavier Hienne
Nathan Scott a écrit : On Mon, Apr 04, 2005 at 10:58:45PM +0200, Xavier Hienne wrote: Hi, I too am encountering the very same bug on a 1900+ entry /home directory. The bug is easily reproducible : Yep, just tried it and it is indeed easy to hit with that test An even easier way to reproduce it

Bug#288710: setfacl with many files at cmdline -> Too many open files

2005-04-04 Thread Xavier Hienne
Hi, I too am encountering the very same bug on a 1900+ entry /home directory. The bug is easily reproducible : $ mkdir /tmp/dir $ cd /tmp/dir $ for ((i=0; i<2000; i++)); do mkdir $i; done $ getfacl * [...] user::rwx group::r-x other::r-x getfacl: Too many open files getfacl: Too many open files g