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#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#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#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 Si

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
an 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 +2