Bug#965275: atril: slow scrolling for large documents

2020-07-18 Thread Christoph Fritz
Package: atril Version: 1.20.3-1+deb10u1 Severity: normal Tags: patch This issue is fixed in evince but currently not in upstream atril, please see: https://bugzilla.gnome.org/show_bug.cgi?id=779614 https://gitlab.gnome.org/GNOME/evince/-/commit/c3de8e75d6d0920478af210ba19a2d94b0734917 The

Bug#771587: revert 0002_dont-start-desktop-outside-of-MATE-sessions.patch

2015-03-01 Thread Christoph Fritz
The intended fix 0002_dont-start-desktop-outside-of-MATE-sessions.patch breaks documented usage of caja and is wrong! Please read the manpage and revert this patch. The correct fix for the issuer its problem is already described in the manpage section EXAMPLES: caja --no-desktop /home/user/

Bug#518235: [PATCH] SOCKS, socksify irssi vs linking

2010-03-29 Thread Christoph Fritz
On Sun, Mar 28, 2010 at 06:30:38PM -0700, tabris wrote: Last time I played with this (several years ago) when I did a build with socks support, I then found that I couldn't use it WITHOUT socks. This wasn't worth it imo, so I reverted to a non-SOCKS build. If this is no longer the case, I'd

Bug#518235: [PATCH] SOCKS, socksify irssi vs linking

2010-03-28 Thread Christoph Fritz
74df6db..9e3d965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +irssi (0.8.12-8) unstable; urgency=low + + * add SOCKS support +(closes: #518235) + + -- Christoph Fritz chf.fr...@googlemail.com Sun, 28 Mar 2010 18:43:23 +0200 + irssi (0.8.12-7) stable; urgency=medium

Bug#543674: wmbattery: [patch] add feature -x command

2009-08-26 Thread Christoph Fritz
new file mode 100644 index 000..20b2e02 --- /dev/null +++ b/command.c @@ -0,0 +1,106 @@ +/* + * command.c - execute specified command + * + * Copyright (C) 2009 Christoph Fritz chris_honschu(at)gmx.de + * + * License: see file GPL + */ + +#include stdio.h +#include string.h +#include

Bug#540429: asclock: [patch] option -position -0-0/-0+0 doesn't work as expected

2009-08-08 Thread Christoph Fritz
On Saturday, 8. August 2009, Helge Kreutzmann wrote: Could you elaborate a little more? Asclock itself doesn't know it's size, it just assumes 1x1 + 1pixel border width. So if you set point of origin _not_ to upper left corner - you'll see the problem. from the manpage: -position

Bug#540577: fvwm: wrong keymap only at startup

2009-08-08 Thread Christoph Fritz
Package: fvwm Version: 1:2.5.26-1 Severity: normal Tags: l10n This is not a bug in FVWM but in the system that calls it. It only appears at the first start reproduceable by calling /etc/init.d/kdm restart. just for a test case this is the fvwm configfile ~/.fvwm/config: Key y A M Exec

Bug#540429: asclock: [patch] option -position -0-0/-0+0 doesn't work as expected

2009-08-07 Thread Christoph Fritz
Package: asclock Version: 2.0.12-10 Severity: normal Tags: patch #(C) Christoph Fritz chris_hons...@gmx.de, 2009 # asclock option -position -0-0 or -0+0 works better if the # default geometry (char *def_geom) is set, because now it get's # displayed at the corner and not outside of it. # A little

Bug#374062: please add this to debian etch

2007-08-17 Thread Christoph Fritz
Hi, this bug really sucks because development with libsdl-ttf doesn't really work without this patch. And it is very annoying to patch every workstation by hand. So _please_ add this patch to debian etch (stable). # cat 374062_bug_honschu.diff --- freetype-2.2.1.orig/src/base/ftutil.c +++