Bug#639646: Filtering performance fix

2011-11-26 Thread Jindrich Makovicka
This patch significantly improves performance of message searching/filtering with gtk3+ (or gtk2 with accessibility on). -- Jindrich Makovicka 03_a11y.dpatch Description: application/shellscript

Bug#563590: possible fix

2010-01-07 Thread Jindrich Makovicka
This patch should fix the issue by wrapping the grep and subsequent $? test with set +e and set -e. It also adds a check for VT in screensaver setup, which has also sense only in the console. -- Jindrich Makovicka --- console-screen.sh.orig 2009-12-19 20:27:00.0 +0100 +++ console

Bug#414036: updated patch

2009-10-04 Thread Jindrich Makovicka
. - dokoupit/ATN = dokup, dokupme, dokupte the -oužit version is further down -- Jindrich Makovicka --- cs_CZ.aff.orig 2005-11-28 17:16:29.0 +0100 +++ cs_CZ.aff 2007-03-08 20:33:10.0 +0100 @@ -285,8 +285,8 @@ SFX D osové os SFX D osù os SFX D osùm

Bug#534512: regression: pieces have lost borders and become transparent

2009-06-28 Thread Jindrich Makovicka
There are a lot of messages like this: xboard: Can't open bitmap file /usr/share/games/xboard/bitmaps.xchess/.64s.bm...using built-in I guess there is some typo in a printf format string (. instead of %). -- Jindrich Makovicka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#483561: 64bit distribution

2009-02-19 Thread Jindrich Makovicka
It would be nice to have a package for x86-64 also. It seems that it suffices to remove dh_strip from the rules file to make the amd64 version build. As the closed source binaries are stripped anyway, it should be ok to remove this line. Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE

Bug#499412: [PATCH] fix slider name corruption

2008-09-18 Thread Jindrich Makovicka
after adding a mixer fixes the issue. Patch attached. -- Jindrich Makovicka --- gkrellm-volume-2.1.13.orig/volume.c +++ gkrellm-volume-2.1.13/volume.c @@ -533,6 +533,7 @@ if (!strcmp(MUTEALL,command)) SET_FLAG(global_flags,MUTEALL); else if (!strcmp(ADDMIXER,command)) { m

Bug#497167: [PATCH] add support for -L pdftex

2008-08-30 Thread Jindrich Makovicka
processed by pdflatex. Regards, -- Jindrich Makovicka 19_transfig_pdftex.dpatch Description: Binary data

Bug#492693: impossible to link due to missing export in .so

2008-07-28 Thread Jindrich Makovicka
internal -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#490275: missing pyrhon-setuptools in Depend:

2008-07-13 Thread Jindrich Makovicka
Definitely it's the packaging problem. In addition, trac should depend on python-setuptools as it cannot run without them. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#468894: wrong arguments to run-mailcap in mc.ext

2008-03-02 Thread Jindrich Makovicka
to be printed. If this change has been made to fix #442024, better remove the mime type completely. Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#466199: unable to launch executables

2008-02-17 Thread Jindrich Makovicka
the issue. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#466019: nfsmount segfaults due to protocol version mismatch

2008-02-15 Thread Jindrich Makovicka
) condition is used to decide about the result format, which is wrong. The result is then misinterpreted, causing a segfault. With nfsmount being SUID root, this could be quite serious, although I am currently unsure if it's exploitable. Trivial fix attached. -- Jindrich Makovicka --- nfsmount.c.orig

Bug#449178: 21.6 build

2008-01-19 Thread Jindrich Makovicka
/~makovick/crafty/ . The enormous opening book from the Crafty ftp is also available. Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#460340: exclude is broken in dh_installdocs and dh_installexamples

2008-01-12 Thread Jindrich Makovicka
Package: debhelper Version: 6.0.1 The added code which appends stuff at the beginning of $exclude variable can be executed more than once, being in a loop, and it breaks with more than one -X argument. Patch attached. -- Jindrich Makovicka diff -ur old/dh_installdocs new/dh_installdocs --- old

Bug#459368: applications spawned by GE linked with wrong libraries

2008-01-05 Thread Jindrich Makovicka
/googleearth-bin $@ -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#456606: Deprecated function warning causes an error 500 in lighttpd

2007-12-16 Thread Jindrich Makovicka
, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#443883: [PATCH] wxgtk2.6 crashes with recent gtk+

2007-09-24 Thread Jindrich Makovicka
right at startup). The issue can be fixed by replacing g_free with gtk_border_free as in the patch. See also http://mail.gnome.org/archives/desktop-devel-list/2007-August/msg00256.html Regards, -- Jindrich Makovicka diff -ur gtk.orig/button.cpp gtk/button.cpp --- gtk.orig/button.cpp 2006-05-01

Bug#440528: New upstream 0.6.1 available

2007-09-02 Thread Jindrich Makovicka
available as a package. Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#440102: .bashrc should set HISTCONTROL=ignoreboth when already set to ignorespace

2007-08-29 Thread Jindrich Makovicka
. A possible fix is to check if HISTCONTROL is already set to ignorespace, and in that case, promote it to ignoreboth: if [ $HISTCONTROL = ignorespace ] ; then export HISTCONTROL=ignoreboth else export HISTCONTROL=ignoredups fi Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL

Bug#434199: resolvconf script lockup

2007-07-22 Thread Jindrich Makovicka
to shutdown correctly, and it also needs some Ctrl-C hitting to boot. Patch attached. -- Jindrich Makovicka --- pdnsd.orig 2007-07-22 12:08:05.0 +0200 +++ pdnsd 2007-07-22 12:04:52.0 +0200 @@ -37,9 +37,15 @@ done } -uniquify `cat $(/lib/resolvconf/list-records

Bug#431740: [PATCH] claws-mail 2.10.0 compatibility

2007-07-04 Thread Jindrich Makovicka
Package: gkrellm Version: 2.2.10-2 Hi, the attached patch makes gkrellm compatible with Claws 2.10.0, which has renamed the .sylpheed_mark files containing the information on read mails to .claws_mark. With the patch, both variants are recognized. -- Jindrich Makovicka 04_mail.c.dpatch

Bug#430362: Patched REXX detection is slow with UTF-8 locale

2007-06-23 Thread Jindrich Makovicka
, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#427608: openoffice.org-l10n-cs package is empty

2007-06-05 Thread Jindrich Makovicka
Package: openoffice.org Version: 2.2.1~rc3-1 openoffice.org-l10n-cs package contains only documentation, and it is not possible to select the Czech user interface. Only English is available in the Languages/User interface combo box. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL

Bug#425298: amuleweb is built without libpng

2007-05-20 Thread Jindrich Makovicka
be trivially crashed by requesting a nonexistent image (in my other report). Build fix attached. -- Jindrich Makovicka diff -u a/acinclude.m4 b/acinclude.m4 --- a/acinclude.m4 2006-03-27 15:20:38.0 +0200 +++ b/acinclude.m4 2007-05-20 20:51:02.0 +0200 @@ -258,11 +258,11

Bug#425300: remote crash of amuleweb

2007-05-20 Thread Jindrich Makovicka
Package: amule-daemon Version: 2.1.3-2 Severity: grave Amuleweb does not check if a requested image actually exists. This means requests like http://localhost:4711/xyzzy.png (but only if the user is logged in) crash the webserver due to a NULL pointer dereference. Fix attached. -- Jindrich

Bug#425298: amuleweb is built without libpng

2007-05-20 Thread Jindrich Makovicka
On Sun, 20 May 2007 21:18:20 +0200 Adeodato Simó [EMAIL PROTECTED] wrote: Version: 2.1.3-3 * Jindrich Makovicka [Sun, 20 May 2007 21:03:29 +0200]: Package: amule-daemon Version: 2.1.3-2 Severity: grave Current Sid contains a beta version of libpng, which is misdetected

Bug#425300: remote crash of amuleweb

2007-05-20 Thread Jindrich Makovicka
On Sun, 20 May 2007 21:22:44 +0200 Adeodato Simó [EMAIL PROTECTED] wrote: severity 425300 normal thanks * Jindrich Makovicka [Sun, 20 May 2007 21:09:04 +0200]: Amuleweb does not check if a requested image actually exists. This means requests like http://localhost:4711/xyzzy.png

Bug#421502: build problem: CFLAGS are discarded due to a typo

2007-04-29 Thread Jindrich Makovicka
;; - *) $2=[$]$1 $f ;; + *) $2=[$]$2 $f ;; esac done ]) -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#414036: [PATCH] fix typos in Czech affixes

2007-03-08 Thread Jindrich Makovicka
Package: myspell-cs-cz Version: 20040229-4 Hi, newer versions of OpenOffice.org complain about stripping characters incompatible with stripping conditions. The attached patch (hopefully correctly) fixes the typos in the affix file and removes the warnings. -- Jindrich Makovicka

Bug#411224: [PATCH] get rid of the hash size 24M problem

2007-02-17 Thread Jindrich Makovicka
to modify the kernel parameters by root if one wants to use larger hash hashp values. In addition, it is guaranteed that the mmap()ped memory will be released in the case of application crash. -- Jindrich Makovicka diff -ur orig/crafty-20.14/chess.h crafty-20.14/chess.h --- orig/crafty-20.14/chess.h

Bug#388841: more recent changelog

2007-01-29 Thread Jindrich Makovicka
Newer ChangeLog entries are in the Trac wiki: http://libtorrent.rakshasa.no/wiki/Changelog I just converted them to the ChangeLog format so I am attaching it. Regards, -- Jindrich Makovicka 2006-01-26 Jari Petter Sundell [EMAIL PROTECTED] * libtorrent 0.11.2 released

Bug#406367: [PATCH] use color instead of dim attribute for the curses driver

2007-01-10 Thread Jindrich Makovicka
, and linux console also reports that this attribute is supported, while rendering it the same way as normal color. With this patch, all (3) levels of brightness can be successfully utilized on the console :) Regards, -- Jindrich Makovicka --- aacurses.c.orig 2001-04-26 16:37:31.0 +0200

Bug#402499: initramfs-tools: depmod wastes space and time, please replace it with a modules.dep file

2007-01-07 Thread Jindrich Makovicka
IMHO there should be at least a dummy modules.dep to suppress the FATAL: Cannot load modules.dep messages during booting, when kernel tries to load net-pf-1 etc. depmod -a can later replace the dummy with a correct modules.dep. I currently use the attached hook to do this. -- Jindrich Makovicka

Bug#404817: Cannot build from source

2006-12-28 Thread Jindrich Makovicka
and saxon. when these are not installed, the build process fails when trying to install the documentation. gdk-pixbuf is contained in gtk-2.0. libgdk-pixbuf-dev is a gtk-1.2 library and it is not necessary. moreover, its installation pulls a lot of obsolete gtk-1.2 stuff. Regards, -- Jindrich Makovicka

Bug#395849: [PATCH] Typo in constellation lines

2006-10-28 Thread Jindrich Makovicka
) . Regards, -- Jindrich Makovicka --- clines.dat.orig 2006-10-28 09:29:42.0 +0200 +++ clines.dat 2006-10-28 09:37:15.0 +0200 @@ -419,7 +419,9 @@ D zet Her M eps Her D del Her -D alp2Her +D mu Her +D xi Her +D omi Her M pi Her D rho Her D the Her

Bug#382300: /etc/hddtemp.db: New entry for Seagate 7200.10 320GB

2006-08-10 Thread Jindrich Makovicka
Package: hddtemp Version: 0.3-beta15-21 Severity: wishlist ST3320620AS 194 C Seagate Barracuda 7200.10 320GB SATA Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#382296: crash log

2006-08-10 Thread Jindrich Makovicka
/samba/cores/smbd Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#378082: Please allow ttf-dejavu also (or just recommend the font)

2006-07-13 Thread Jindrich Makovicka
. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#356508: [patch] add a missing struct member initialization

2006-03-12 Thread Jindrich Makovicka
Package: gkrellm-volume Version: 2.1.13-1 the attached patch adds a missing initialization of the changed_state member in the ALSA mixer. -- Jindrich Makovicka --- alsa_mixer.c.orig 2004-08-19 22:07:27.0 +0200 +++ alsa_mixer.c2006-03-12 15:30:05.774491108 +0100 @@ -118,7

Bug#351955: udev, hdparm and filesystem corruption

2006-02-08 Thread Jindrich Makovicka
5 08:11:36 holly kernel: usb 3-1: new full speed USB device using uhci_hcd and address 2 Feb 5 08:11:36 holly kernel: usb 3-1: new device found, idVendor=04a9, idProduct=220e Feb 5 08:11:36 holly kernel: usb 3-1: new device strings: Mfr=1, Product=2, SerialNumber=0 Regards, -- Jindrich Makovicka

Bug#347268: defoma hints are not up-to-date

2006-01-09 Thread Jindrich Makovicka
Package: ttf-dejavu Version: 2.1-1 There were some naming changes and the condensed variants have to be added too. The attached patch should bring the hints into sync again. -- Jindrich Makovicka --- ttf-dejavu.hints.old2006-01-08 08:02:05.0 +0100 +++ ttf-dejavu.defoma-hints

Bug#346150: fixed in upstream

2006-01-06 Thread Jindrich Makovicka
It has been fixed in 6.4 release. Hopefully it will get packaged soon, as this bug really sucks. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#340001: [patch] please enable the tyuetype font hinting

2005-11-20 Thread Jindrich Makovicka
patch solves the issue. -- Jindrich Makovicka --- xorg-x11-6.8.2.dfsg.1.orig/xc/lib/font/FreeType/module/ftoption.h +++ xorg-x11-6.8.2.dfsg.1/xc/lib/font/FreeType/module/ftoption.h @@ -436,7 +436,7 @@ /* Do not #undef this macro here, since the build system might */ /* define

Bug#339672: [patch] fix menu display in Java/Swing applications

2005-11-17 Thread Jindrich Makovicka
. The Swing bug can be seen eg. in JAlbum (http://jalbum.net). The patch is for basic variant of Clearlooks, the others would need a similar modification. -- Jindrich Makovicka --- gtkrc.orig 2005-06-30 12:47:24.0 +0200 +++ gtkrc 2005-09-08 19:55:43.157659021 +0200 @@ -92,6 +92,7

Bug#304690: fixed in module-init-tools 3.2-pre8-1

2005-11-04 Thread Jindrich Makovicka
What is the purpose of keeping such diversion when there is nothing to divert anymore? There is only one pair of k(all)?syms, the one in modutils. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#320458: solution

2005-10-09 Thread Jindrich Makovicka
ok, you finally convinced me to rebuild xserver-xorg from source, so i can now confirm that enabling the bytecode interpreter in xc/lib/font/FreeType/module/ftoption.h fixes the issue as expected. -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#315460: jed: Please build against libslang2

2005-08-14 Thread Jindrich Makovicka
Pre-version 0.99.17.111 builds with Slang2. The Debian patch still applies, except UID fixes, which have been included in the upstream. Complete tarball is at http://kmlinux.fjfi.cvut.cz/~makovick/jed_0.99.pre17.111.tar.gz if it helps. Regards, -- Jindrich Makovicka -- To UNSUBSCRIBE

Bug#320458: xserver-xorg: gtk1.2 apps have screwed up fonts after migration

2005-08-14 Thread Jindrich Makovicka
/freetype/config/ftoption.h , line /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ -- Jindrich Makovicka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#299662: [patch] fix log file corruption due to races

2005-03-15 Thread Jindrich Makovicka
was completely inappropriate for my system (looked like it's related to some memory location, rather than process id). I am running Debian Sid on 32bit x86. -- Jindrich Makovicka diff -ur vanilla/privoxy-3.0.3/errlog.c privoxy-3.0.3/errlog.c --- vanilla/privoxy-3.0.3/errlog.c 2003-03-07 04:41:04.0

Bug#293302: [patch] use MMX optimized effects on x86

2005-02-02 Thread Jindrich Makovicka
, it should still run even on non-MMX x86 machines, according to the documentation. -- Jindrich Makovicka --- rules.orig 2005-02-02 11:59:58.0 +0100 +++ rules 2005-02-02 12:01:11.0 +0100 @@ -62,6 +62,7 @@ ifeq ($(DEB_HOST_ARCH),i386) DEB_OPTFLAGS=-02 -Wall -Wno-unused -march