Bug#335222: kcontrol: symbol lookup error: /usr/lib/kde3/kcm_input.so: undefined symbol: XcursorLibraryPath

2005-10-22 Thread Wolfgang Roemer
Package: kcontrol Version: 4:3.4.2-3 Severity: normal Calling Peripherals/Mouse leads to an error: kcontrol: symbol lookup error: /usr/lib/kde3/kcm_input.so: undefined symbol: XcursorLibraryPath -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,

Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage

2005-09-07 Thread Wolfgang Roemer
Package: libqt3-mt Version: 3:3.3.4-7 Severity: important A simple conversion of a double value into a QString with the standard QString::arg(...) function fails sometimes: --- code to reproduce bug #include qstring.h #include qregexp.h #include stdio.h int main (int

Bug#327021: Slight correction of the sample code

2005-09-07 Thread Wolfgang Roemer
Hello, of course the QRegExp to show the wrong conversion must look like this: QRegExp unallowedChars (QString ([a-zA-Z;:,[EMAIL PROTECTED]])); Nevertheless you will see the wrong conversion also already in the output of the converted string (first output line of sample code): The intial

Bug#326990: Printing Problem with latest unstable packages, Re: Bug#326990: libqt3-mt: Spinbox code is broken, Re: Bug#326833: kdelibs: KDE pseudoprinters do not work, Subject: Re: Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage

2005-09-07 Thread Wolfgang Roemer
. * Wolfgang Roemer [Wed, 07 Sep 2005 07:51:36 +0200]: Package: libqt3-mt Version: 3:3.3.4-7 Severity: important A simple conversion of a double value into a QString with the standard QString::arg(...) function fails sometimes: