Bug#764226:

2014-10-08 Thread q1werty
Probably you should recompile from source, after patching src/editor/editdraw.c: --- editdraw.c.orig 2014-09-02 12:23:58.0 +0300 +++ editdraw.c 2014-10-08 23:05:18.0 +0300 @@ -210,7 +210,7 @@ status_len = (int) str_term_width1 (status); if (edit-filename_vpath !=

Bug#705896: Unreproducible

2014-10-05 Thread q1werty
Hi, I can reproduce this bug on Wheezy (gnuplot 4.6.0-8): $ unset DISPLAY; echo 'plot sin(x); exit' | gnuplot -persist Failed to initialize wxWidgets. Segmentation fault -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#705896: Unreproducible

2014-10-05 Thread q1werty
With gnuplot 4.6.4-1~bpo70+1 the segfault goes away, it just says Failed to initialize wxWidgets and exits, so I think it's OK. Anton Gladky gl...@debian.org написал Hi, can you please try the gnuplot version, which is available in wheezy-backports? 4.6.4-1~bpo70+1 at the moment Thanks

Bug#749360:

2014-06-15 Thread q1werty
Probably this patch may help... intl-Makefile Description: Binary data

Bug#703265: lletters: crashes on most buttons on non-OSS3 systems

2013-03-17 Thread q1werty
Hi, why do you say it crashes? It only complains cannot open DSP and exits, is it a crash? If you disable sound (use -d), it works. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#701814: os-prober: damages XFS exported via iSCSI but not mounted locally; potential data loss

2013-03-06 Thread q1werty
Hi, Thanks for your comments. IMO the logic for setting the right fs dependent option to mount the fs in true read-only mode should be implemented in the mount command instead of os-prober to let other programs using mount use it, too. I've just got another idea, may this bug be assigned to

Bug#701814: Re: Bug#701814: os-prober: damages XFS exported via iSCSI but not mounted locally; potential data loss

2013-03-04 Thread q1werty
Hi, os-prober uses 'mount -o ro', or grub-mount from 1.45: Please excuse me if this is trivial, but '-o ro' does not prevent write access! According to man: Note that, depending on the filesystem type, state and kernel behavior, the system may still write to the device. For example, Ext3 or

Bug#701852: lletters: program stops responding while playing sound

2013-02-27 Thread q1werty
Package: lletters Version: 0.1.95+gtk2-3 Severity: normal Tags: patch The program sometimes stops responding while playing sounds. I see this is due to error in parsing .wav header by libqdwav/wav_read.c, like wav_len = *(long *)header[40] Since long is 8 bytes on amd64 (not 4 as on i386),