Bug#402340: installing xulrunner does NOT fix that problem

2009-06-21 Thread Erik Meusel
Hi guys, installing xulrunner does NOT fix that problem. Adding two rows of code to /usr/bin/eclipse to enable support for icedove's libgtkembedmoz.so and installing icedove fixes the problem. Using http://packages.debian.org/search?searchon=contents&keywords=libgtkembedmoz.so&mode=filename&sui

Bug#522023: popularity-contest: popcon should be run/offered to be run once while installation

2009-03-31 Thread Erik Meusel
Package: popularity-contest Version: 1.47 Severity: normal popularity-contest should be run/offered to be run once while installation, because tools like popbugs from debian-goodies package need popularity-contest to be run once. Since there is the following code: # Only run on the given day, t

Bug#401412: libneon26-dev vs. libneon26-gnutls-dev

2006-12-03 Thread Erik Meusel
Hi Laszlo, > > [...] why don't you just > > make libneon26-dev depend on either libneon26 or libneon26-gnutls? So one > > could easily migrate the > > neon-fired applications with automagically adapted binary dependencies to > > GnuTLS by recompiling them > > against a libneon26-dev depending on

Bug#401412: libneon26-dev vs. libneon26-gnutls-dev

2006-12-03 Thread Erik Meusel
Package: libneon26-gnutls-dev Severity: normal Hi, since libneon26-dev and libneon26-gnutls-dev seem to have no notable differences, why don't you just make libneon26-dev depend on either libneon26 or libneon26-gnutls? So one could easily migrate the neon-fired applications with automagically a

Bug#397425: ksvg: svgdisplay crashes on wikipedia image

2006-11-07 Thread Erik Meusel
Package: ksvg Version: 4:3.5.5-1 Severity: normal When I try to display http://de.wikipedia.org/wiki/Bild:Flag_of_Germany.svg with svgdisplay it crashes with the following backtrace: (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debu

Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Erik Meusel
Am Montag, 12. Juni 2006 18:24 schrieb Bastian Blank: > char is neither signed nor unsigned. Only unsigned have defined overflow > behaviour. > > > } while (c != '\0'); > > > > return 0; > > } Alright, but why does this work differently using different versions of gcc or different

Bug#372913: assembler output...

2006-06-12 Thread Erik Meusel
I made a diff of the assembler code with -O0 and -O2: 1 --- test_O0 2006-06-12 15:30:56.0 +0200 2 +++ test_O2 2006-06-12 15:30:49.0 +0200 3 @@ -1,5 +1,6 @@ 4 .file "test.c" 5 .text 6 + .p2align 4,,15 7 .glob

Bug#372913: gcc-4.1: datatype limits / signedness differs with optimization levels

2006-06-12 Thread Erik Meusel
Package: gcc-4.1 Version: 4.1.1-2 Severity: critical Justification: breaks unrelated software Use this little example to see what's happening: #include int main(void) { char c = '\0'; do { printf("%d\n", c); c++; } while (c != '\0');

Bug#368324: nvidia-xconfig: Files->RgbPath needs update for Xorg 7

2006-05-21 Thread erik . meusel
Package: nvidia-xconfig Version: 1.0+20051122-2 Severity: important Due to Xorg 7 arrival in sid, rgb.txt now moved to /etc/X11, resulting in the following Files Section: Section "Files" RgbPath "/etc/X11/rgb" ... EndSection nvidia-xconfig needs to be adapted and made depend on

Bug#346115: oh...

2006-04-22 Thread Erik Meusel
... I just forgot about this bug report of mine, however, the problem doesn't show up anymore on current testing versions, so please close my bug report. :) lg Erik pgp6mao9Ghy6G.pgp Description: PGP signature

Bug#364076: kdeartwork should not explicitly depend on kscreensaver-xsavers

2006-04-21 Thread Erik Meusel
Package: kdeartwork Severity: normal kdeartwork depends on both kscreensaver AND kscreensaver-xsavers, which is not needed, since kscreensaver already suggests kscreensaver-xsavers and depending on kscreensaver-xsavers pulls in libgtk2.0-dependencies to successfully install the "kde" meta packa

Bug#362636: missing void * casts in gcrypt.h

2006-04-14 Thread Erik Meusel
Package: libgcrypt11-dev Version: 1.2.2-1 Severity: normal Tags: patch Hi, when I try to use GCRY_THREAD_OPTION_PTHREAD_IMPL from /usr/include/gcrypt.h with g++, there are compilation problems due to missing casts from void * to pthread_mutex_t * and back. The following version works for me qui

Bug#346115: lineak-xosdplugin: doesn't print onscreen messages anymore

2006-01-06 Thread Erik Meusel
> Is it the first time you use lineak-xosdplugin, or have you use it before and it stopped to work? Well, I used it, and it worked for a while. I pushed the next-prev-buttons on my girlfriend's multimedia keyboard, and the messages appeared in amarok. It stopped working months or weeks ago,

Bug#346115: lineak-xosdplugin: doesn't print onscreen messages anymore

2006-01-05 Thread Erik Meusel
Package: lineak-xosdpluginVersion: 1:0.8.3-6Severity: graveJustification: renders package unusableTags: patchHilineak-xosdplugin doesn't print its onscreen messages. The problem seems to be in the initialize_display function inxosd_plugin/xosdplugin.cpp, which is commented out.When I use the follow