Bug#357017: Nonstandard rendering of floats
Package: konqueror Version: 4:3.3.2-1sarge1 Test Case: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> Faulty Float body, div { color: white; background: black; } div.box1 { color: black; background: white; width:200px; height:100px; } div.box2 { color: black; background: silver; float: right; width:100px; height:75px; } div.box3 { color: black; background: grey; float: right; width:150px; height:50px; } Expected result: all three boxes should share the same top and right edges (cf. CSS 2.1, 9.5.1: The left outer edge of a left-floating box may not be to the left of the left edge of its containing block. An analogous rule holds for right-floating elements.), in konqueror they don't. Firefox does this correctly. Cheers, Jens p.s. WHY does one want to do this: consider a colored background that should not "cover" the whole float. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#357019: Nonstandard centering of absolutely positioned boxes
Package: konqueror Version: 4:3.3.2-1sarge1 Test Case: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en"> Faulty Centering body { color: white; background: black; padding: 0; } div { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; color: black; background: white; margin: auto; width: 640px; height: 400px; } Fully centered white box with important information... If the browser window is large enought, one gets a fully centered white box with text on black background. If one resizes the window until the box does not fit anymore (reload necessary), parts of the box get inaccessible and the text gets lost. The left/top margin must not get negative so that the white box stays left and/or top aligned (cf. CSS 2.1, 10.3.7 and 10.6.4: If none of the three is 'auto'...). Firefox does this correctly. Cheers, Jens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#356142: Knode works here
Le Vendredi 10 Mars 2006 18:34, Bob Tanner a écrit : > On Friday 10 March 2006 06:18, Daniel Schepler wrote: > > I was able to set up knode and read a few articles here, so the package > > isn't completely unusable for everybody; downgrading. > > > > As for the backtraces, try installing kdepim-dbg to get more info in > > them. > > Just saw the kdepim-dbg bug closed, so I have it installed and will get > better backtrace info. > > Backtrace attached. > > Can reproduce this bug in 7 different systems. Hmm, it looks like it's crashing on an X error. Could you try running knode with --sync and see if that gives more useful information? (And if you install qt-x11-free-dbg and kdelibs-dbg as well, that could help give more info in the backtrace.) -- Daniel Schepler
Bug#357043: korganizer reminder daemon leaks memory
Package: korganizer Version: 4:3.5.1-1 Severity: normal This is pretty bad: korgac leaks memory so badly that its memory footprint grows ~30% every 5 hours. That means it grows to ~250 MB in about to days. This is a new "feature" - I used to run korgac for months at a time without problems, but I cannot tell exactly which version started to leak memory. Or perhaps the leak comes from accessing a calendar on a webdav directory? That's another pretty recent change I've made (apart from updating, that is). -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14+juhaj+v1.0 Locale: LANG=en_GB, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Versions of packages korganizer depends on: ii kdelibs4c2a 4:3.5.1-4 core libraries for all KDE applica ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-5 The Network Audio System (NAS). (s ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libfontconfig12.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1.1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.3-1 GCC support library ii libice6 6.9.0.dfsg.1-4 Inter-Client Exchange library ii libidn11 0.5.18-2 GNU libidn library, implementation ii libjpeg62 6b-12 The Independent JPEG Group's JPEG ii libkcal2b 4:3.5.1-1 KDE calendaring library ii libkdepim1a 4:3.5.1-1 KDE PIM library ii libkpimexchange1 4:3.5.1-1 KDE PIM Exchange library ii libkpimidentities14:3.5.1-1 KDE PIM user identity information ii libpng12-01.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-4 Qt GUI Library (Threaded runtime v ii libsm66.9.0.dfsg.1-4 X Window System Session Management ii libstdc++64.0.3-1The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte ii libxft2 2.1.8.2-3 FreeType-based font drawing librar ii libxi66.9.0.dfsg.1-4 X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-4 X Window System multi-head display ii libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and ii libxrender1 1:0.9.0.2-1X Rendering Extension client libra ii libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics ii perl 5.8.8-3Larry Wall's Practical Extraction ii zlib1g1:1.2.3-11 compression library - runtime Versions of packages korganizer recommends: pn kghostview (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#357054: Opening a second document often crashes kpdf
Package: kpdf Version: 4:3.3.2-2sarge3 Severity: important When opening a new document if there's already a document loaded, kpdf crashes often. Best way to reproduce the crash: - Start kpdf - Open a PDF file using the GUI controls - Scroll a couple of pages down in the main view as well as the thumbnails and click a little in the page (yes, this really helps reproducing the bug!) - Open another PDF file using the GUI controls - At this moment kpdf crashes most of the times without showing any of the contents. The crashes don't seem to be related to specific PDF files. This behaviour is reproducible on two different Debian 3.1 systems. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-k7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages kpdf depends on: ii kdelibs4 4:3.3.2-6.4KDE core libraries ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-6sarge1 client library to control the FAM ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib ii libgcc1 1:3.4.3-13 GCC support library ii libice6 6.9.0.dfsg.1-3bpo1 Inter-Client Exchange library ii libidn11 0.5.13-1.0 GNU libidn library, implementation ii libpaper1 1.1.14-3 Library for handling paper charact ii libpng12-01.2.8rel-1 PNG library - runtime ii libqt3c102-mt 3:3.3.4-3 Qt GUI Library (Threaded runtime v ii libsm66.9.0.dfsg.1-3bpo1 X Window System Session Management ii libstdc++51:3.3.5-13 The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-3bpo1 X Window System protocol client li ii libxext6 6.9.0.dfsg.1-3bpo1 X Window System miscellaneous exte ii libxrender1 1:0.9.0.2-0bpo1X Rendering Extension client libra ii xlibs 6.9.0.dfsg.1-3bpo1 X Window System client libraries m ii zlib1g1:1.2.2-4.sarge.2 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#353740: marked as done (kdelibs-bin: kdeinit not starting)
Your message dated Wed, 15 Mar 2006 16:09:06 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#353740: Bug not reproduceable any more has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: kdelibs-bin Version: 4:3.5.1-2 Severity: normal Hi, after an upgrade of kdelib-bin today I get the following warning when starting a kde session: startkde: Could not start kdeinit. Check your installation. Looking into the .xsession-errors file, I find the following message: kdeinit: symbol lookup error: /usr/lib/libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden This error is reproduceable (I rebooted the machine to be safe) and did not go away by reinstalling either kdelibs-bin or libxft2. Any help welcome. Andrew -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-pcam3 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages kdelibs-bin depends on: ii kdelibs4c2a4:3.5.1-2 core libraries for all KDE applica ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-3 The Network Audio System (NAS). (s ii libbz2-1.0 1.0.3-2 high-quality block-sorting file co ii libc6 2.3.5-13 GNU C Library: Shared libraries an ii libcupsys2 1.1.23-15 Common UNIX Printing System(tm) - ii libfontconfig1 2.3.2-1.1 generic font configuration library ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib ii libgcc11:4.0.2-8 GCC support library ii libice66.9.0.dfsg.1-4Inter-Client Exchange library ii libidn11 0.5.18-1 GNU libidn library, implementation ii libjpeg62 6b-11 The Independent JPEG Group's JPEG ii libpng12-0 1.2.8rel-5PNG library - runtime ii libqt3-mt 3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libsm6 6.9.0.dfsg.1-4X Window System Session Management ii libstdc++6 4.0.2-8 The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-4X Window System protocol client li ii libxcursor11.1.3-1 X cursor management library ii libxext6 6.9.0.dfsg.1-4X Window System miscellaneous exte ii libxft22.1.8.2-3 FreeType-based font drawing librar ii libxi6 6.9.0.dfsg.1-4X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-4X Window System multi-head display ii libxml22.6.23.dfsg.1-0.1 GNOME XML library ii libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and ii libxrender11:0.9.0.2-1 X Rendering Extension client libra ii libxslt1.1 1.1.15-2 XSLT processing library - runtime ii libxt6 6.9.0.dfsg.1-4X Toolkit Intrinsics ii menu-xdg 0.2.2 freedesktop.org menu compliant win ii perl 5.8.7-10 Larry Wall's Practical Extraction ii python 2.3.5-5 An interactive high-level object-o ii zlib1g 1:1.2.3-9 compression library - runtime Versions of packages kdelibs-bin recommends: ii perl-suid 5.8.7-10 Runs setuid Perl scripts -- no debconf information --- End Message --- --- Begin Message --- Andrew Maier wrote: > Hi Hi > I just wanted to say that after some subsequent updated in the > following days, the bug disappeared and I cannot reproduce it any more. > I therefore suggest to close this bug. > > Sorry for the trouble, No problem, closing the bug... Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D signature.asc Description: OpenPGP digital signature --- End Message ---
Bug#356142: Knode works here
On Wednesday 15 March 2006 07:06, Daniel Schepler wrote: > Le Vendredi 10 Mars 2006 18:34, Bob Tanner a écrit : > > On Friday 10 March 2006 06:18, Daniel Schepler wrote: > > > I was able to set up knode and read a few articles here, so the package > > > isn't completely unusable for everybody; downgrading. > > > > > > As for the backtraces, try installing kdepim-dbg to get more info in > > > them. > > > > Just saw the kdepim-dbg bug closed, so I have it installed and will get > > better backtrace info. > > > > Backtrace attached. > > > > Can reproduce this bug in 7 different systems. > > Hmm, it looks like it's crashing on an X error. Could you try running > knode with --sync and see if that gives more useful information? (And if > you install qt-x11-free-dbg and kdelibs-dbg as well, that could help give > more info in the backtrace.) I'm also seeing different behaviors running knode stand-alone vs knode kpart (inside kontact). Backtrace for both attached. Post again here with the -sync options -- Bob Tanner <[EMAIL PROTECTED]> | Phone : (952)943-8700 http://www.real-time.com, Minnesota, Linux | Fax : (952)943-8500 Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288 This backtrace appears to be of no use. This is probably because your packages are built in a way which prevents creation of proper backtraces, or the stack frame was seriously corrupted in the crash. Using host libthread_db library "/lib/tls/libthread_db.so.1". Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1241884992 (LWP 4958)] [New Thread -1301124176 (LWP 22655)] [New Thread -1280013392 (LWP 4997)] [New Thread -1271624784 (LWP 4996)] [New Thread -1263236176 (LWP 4995)] [New Thread -1254847568 (LWP 4994)] 0xb2f11e64 in c4_ColOfInts::Get (this=0x894c274, index_=143966836, [EMAIL PROTECTED]) at column.cpp:1260 in column.cpp #0 0xb2f11e64 in c4_ColOfInts::Get (this=0x894c274, index_=143966836, [EMAIL PROTECTED]) at column.cpp:1260 #1 0xb2f12b5e in c4_FormatX::Get (this=0x894c268, index_=143966836, [EMAIL PROTECTED]) at format.cpp:127 #2 0xb2f19253 in c4_Handler::GetBytes (this=0x894c268, index_=143966836, [EMAIL PROTECTED], copySmall_=false) at handler.cpp:58 #3 0xb2f19315 in c4_Sequence::Get (this=0x9b67428, index_=143966824, propId_=143966836, [EMAIL PROTECTED]) at viewx.cpp:356 #4 0xb2f1b5ca in c4_IntRef::operator long (this=0x894c268) at mk4.inl:421 #5 0xb2f1b6ba in c4_HashViewer::IsUnused (this=0x913ebc0, row_=99) at remap.cpp:148 #6 0xb2f1fc09 in c4_HashViewer::LookDict (this=0x913ebc0, hash_=-9289, cursor_={_seq = 0x8e1a6a0, _index = 0}) at remap.cpp:283 #7 0xb2f21e0b in c4_HashViewer::Lookup (this=0x913ebc0, key_= {_seq = 0x8e1a6a0, _index = 0}, [EMAIL PROTECTED]) at remap.cpp:378 #8 0xb2f11ff6 in c4_CustomSeq::RestrictSearch (this=0x894c274, cursor_= {_seq = 0x8e1a6a0, _index = 0}, [EMAIL PROTECTED], [EMAIL PROTECTED]) at custom.cpp:126 #9 0xb2f1f61e in c4_View::Find (this=0x8e2ade4, [EMAIL PROTECTED], start_=0) at view.cpp:893 #10 0xb2f06607 in Akregator::Backend::StorageMK4Impl::unreadFor ( this=0x94b9c30, [EMAIL PROTECTED]) at storagemk4impl.cpp:181 #11 0xb2f0521b in Akregator::Backend::FeedStorageMK4Impl::unread ( this=0x894c274) at feedstoragemk4impl.cpp:201 #12 0xb2f7cc9d in Akregator::Feed::unread (this=0x894c274) at feed.cpp:713 #13 0xb2f80ecb in Akregator::Folder::updateUnreadCount (this=0x946c598) at folder.cpp:262 #14 0xb2f8131b in Akregator::Folder::slotChildDestroyed (this=0x946c598, node=0x9e703d0) at folder.cpp:285 #15 0xb2f7f3be in Akregator::Folder::qt_invoke (this=0x946c598, _id=9, _o=0xbff8a4d4) at folder.moc:156 #16 0xb702a92c in QObject::activate_signal (this=0x9e703d0, clist=0x950f378, o=0xbff8a4d4) at kernel/qobject.cpp:2380 #17 0xb2f82242 in Akregator::TreeNode::signalDestroyed (this=0x9e703d0, t0=0x894c274) at treenode.moc:135 #18 0xb2f8229f in Akregator::TreeNode::emitSignalDestroyed (this=0x9e703d0) at treenode.cpp:65 #19 0xb2f99ca8 in ~Feed (this=0x9e703d0) at feed.cpp:286 #20 0xb2f87672 in ~Folder (this=0x946c598) at folder.cpp:82 #21 0xb2f87672 in ~Folder (this=0x85025a0) at folder.cpp:82 #22 0xb2f7d7b2 in Akregator::NodeList::setRootNode (this=0x983fd30, folder=0x0) at nodelist.cpp:181 #23 0xb2f8efd2 in ~FeedList (this=0x983fd30) at feedlist.cpp:195 #24 0xb304ce98 in Akregator::View::slotOnShutdown (this=0x80bacc8) at akregator_view.cpp:402 #25 0xb3052c6b in Akregator::Part::slotOnShutdown (this=0x91124b0) at akregator_part.cpp:233 #26 0xb306ff80 in Akregator::Part::qt_invoke (this=0x91124b0, _id=16, _o=0xbff8a6dc) at akregator_part.moc:222 #27 0xb702a92c in QObject::activate_signal (this=0xbff8b2e0, clist=0x80fe580, o=0xbff8a6dc) at kernel/qobject.cpp:2380 #28 0xb702b290 in QObject::activate_signal (this=0xbff8b2e0, signal=15) at kernel/qobject.cpp:2325 #29 0xb
Re: kdepim -> testing migration status
Le Lundi 13 Mars 2006 13:49, Rainer Dorsch a écrit : > Daniel, > > kdepim is the only KDE component from 3.5.x which did not yet make it into > testing. It seems that there are several open bugs (and the number is > growing) and has problems on alpha. > > I am just wondering if you plan to upload a new version, do we need to wait > for kde 3.5.2 or what is the strategy here? Is there a place where I can > get this answers without disturbing you? Sorry, I had a bad cold the past couple of days which kept me from working on new packages, and over the weekend I was waiting for the results of the GFDL GR to see whether I'd need to split out the docs into a non-free package. As for the kmail bugs with disconnected IMAP losing mails, the problem there is that nobody afaik has been able to tell the kmail developers how to reproduce the problem consistently; and without that, it's very difficult to find the cause of the bug and fix it. I'll try to prepare a kdepim upload tonight if at all possible, fixing the problems on alpha, and upload tomorrow morning. As for the other bugs on kdepim, most are in fact upstream bugs and there are simply too many of them for me to keep up to date on the status of each myself. You're welcome to help with this if you want (by forwarding bugs to the upstream KDE bts, marking bugs as already forwarded/fixed as appropriate, etc). See http://lists.debian.org/debian-kde/2006/01/msg00215.html>. -- Daniel Schepler
Bug#356142: Knode works here
On Wednesday 15 March 2006 07:06, Daniel Schepler wrote: > Could you try running knode > with --sync Crashed with the dreaded This backtrace appears to be of no use. This is probably because your packages are built in a way which prevents creation of proper backtraces, or the stack frame was seriously corrupted in the crash. Using host libthread_db library "/lib/tls/libthread_db.so.1". -- Bob Tanner <[EMAIL PROTECTED]> | Phone : (952)943-8700 http://www.real-time.com, Minnesota, Linux | Fax : (952)943-8500 Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288
Bug#349316: marked as done (kaddressbook: Looses all kontacts when shutting down)
Your message dated Wed, 15 Mar 2006 18:02:34 +0100 with message-id <[EMAIL PROTECTED]> and subject line kaddressbook: Looses all kontacts when shutting down has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: kaddressbook Version: 4:3.5.0-4 Severity: grave Justification: causes non-serious data loss -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages kaddressbook depends on: ii kdelibs4c2a 4:3.5.0-3 core libraries for all KDE applica ii libacl1 2.2.34-1 Access control list shared library ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libattr1 2.4.25-1 Extended attribute shared library ii libaudio2 1.7-3 The Network Audio System (NAS). (s ii libbluetooth1 2.24-1 Library to use the BlueZ Linux Blu ii libc6 2.3.5-12 GNU C Library: Shared libraries an ii libfam0 2.7.0-8client library to control the FAM ii libfontconfig12.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.2-7 GCC support library ii libgnokii20.6.8-0.3 Gnokii library ii libice6 6.9.0.dfsg.1-4 Inter-Client Exchange library ii libidn11 0.5.18-1 GNU libidn library, implementation ii libjpeg62 6b-11 The Independent JPEG Group's JPEG ii libkcal2b 4:3.5.0-4 KDE calendaring library ii libkdepim1a 4:3.5.0-4 KDE PIM library ii libkleopatra1 4:3.5.0-4 KDE GnuPG interface libraries ii libktnef1 4:3.5.0-4 Library for handling KTNEF email a ii libpng12-01.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libsm66.9.0.dfsg.1-4 X Window System Session Management ii libstdc++64.0.2-7The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte ii libxft2 2.1.7-1FreeType-based font drawing librar ii libxi66.9.0.dfsg.1-4 X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-4 X Window System multi-head display ii libxpm4 6.9.0.dfsg.1-4 X pixmap library ii libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and ii libxrender1 1:0.9.0.2-1X Rendering Extension client libra ii libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics ii zlib1g1:1.2.3-9 compression library - runtime kaddressbook recommends no packages. -- no debconf information Sometimes when shutting down the PC kaddressbook writes data to std.vcf with length 0. Maybe this due to initng, because initng really quickly shuts down the system and so maybe some programs do not have enough time to write their data to the disk. But this is only a guess and it is hard to figure out it because it only happens seldom (third time since I'm using initng). --- End Message --- --- Begin Message --- patch provided, see : http://bugs.kde.org/87163 it's been included in the kdelibs package. --- End Message ---
Bug#230490: marked as done (knode: Allow reordering of filtering rules)
Your message dated Wed, 15 Mar 2006 19:46:20 +0100 with message-id <[EMAIL PROTECTED]> and subject line Allow reordering of filtering rules in knode has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: knode Version: 4:2.2.2-14.6 Severity: wishlist Currently it's not possible to reorder scoring rules from within the scooring rules edit dialog. As rules are applied in the order in which they appear in the scoring file, this is missing functionality, and grossly affects scoring utility. It's not clear whether or not external edits to the scoreing file can be made while a Knode session is open. Currently the only safe workaround is to exit Knode, edit the scorefile manually, and restart the application. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux superego 2.4.23-1-686 #1 Sun Nov 30 20:51:10 EST 2003 i686 Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages knode depends on: ii kdelibs3 4:2.2.2-13.woody.8 KDE core libraries (runtime files) ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libfam0c102 [libfam0] 2.6.10-6 client library to control the FAM ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libkdenetwork14:2.2.2-14.6 Common libraries needed for KDE ne ii libpng2 1.0.15-4 PNG library, older version - runti ii libqt23:2.3.2-14 Qt GUI Library (runtime version) ii libstdc++2.10-glibc2. 1:2.95.4-19The GNU stdc++ library ii xlibs 4.2.1-12.1 X Window System client libraries ii zlib1g1:1.2.1-3 compression library - runtime -- no debconf information --- End Message --- --- Begin Message --- fixed-upstream http://bugs.kde.org/show_bug.cgi?id=74731 KDESVN commit 435558 by vkrause --- End Message ---
Bug#240329: marked as done (fails to launch)
Your message dated Wed, 15 Mar 2006 19:37:15 +0100 with message-id <[EMAIL PROTECTED]> and subject line knode fails to launch has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: knode Version: 4:3.2.1-1 Severity: grave Tags: sid Hi, if I launch knode, it uses the hard drive extensively then fails with the following message : ERROR: Communication problem with knode, it probably crashed. Tried to erase ~/.kde/share/apps/knode and ~/.kde/share/config to no avail -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.4-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages knode depends on: ii kdelibs44:3.2.1-1KDE core libraries ii libart-2.0-22.3.16-3 Library of functions for 2D graphi ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5 client library to control the FAM ii libgcc1 1:3.3.3-5GCC support library ii libice6 4.3.0-7 Inter-Client Exchange library ii libkdenetwork2 4:3.2.1-1KDE Network library ii libkdepim1 4:3.2.1-1KDE PIM library ii libmimelib1 4:3.2.1-1KDE mime library ii libpng12-0 1.2.5.0-5PNG library - runtime ii libqt3c102-mt 3:3.2.3-2Qt GUI Library (Threaded runtime v ii libsm6 4.3.0-7 X Window System Session Management ii libstdc++5 1:3.3.3-5The GNU Standard C++ Library v3 ii libx11-64.3.0-7 X Window System protocol client li ii libxext64.3.0-7 X Window System miscellaneous exte ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibs 4.3.0-7 X Window System client libraries m ii zlib1g 1:1.2.1-5compression library - runtime -- no debconf information --- End Message --- --- Begin Message --- old bug (2 years ago) not relevant now. knode can be launched on Sid/KDE 3.5.1. Feel free to re-open if it is reproductible. --- End Message ---
Bug#357121: kdebase-kio-plugins: kio http runs very slowly
Package: kdebase-kio-plugins Version: 4:3.5.1-1 Severity: normal Using konqueror or aKregator, loading http URLs is extremely slow. Pages on the apache running on localhost load instantaneously in other browsers, but take several minutes to load and sometimes not completely in konqueror and akregator. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-k7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages kdebase-kio-plugins depends on: ii kdelibs4c2a 4:3.5.1-4 core libraries for all KDE applica ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libdbus-1-2 0.61-4 simple interprocess messaging syst ii libdbus-qt-1-1c2 0.61-4 simple interprocess messaging syst ii libgcc1 1:4.0.3-1 GCC support library ii libhal-storage1 0.5.7-1Hardware Abstraction Layer - share ii libhal1 0.5.7-1Hardware Abstraction Layer - share ii libldap2 2.1.30-13 OpenLDAP libraries ii libopenexr2c2a1.2.2-4.1 runtime files for the OpenEXR imag ii libqt3-mt 3:3.3.5-4 Qt GUI Library (Threaded runtime v ii libsasl2 2.1.19-1.9 Authentication abstraction library ii libsasl2-modules 2.1.19-1.9 Pluggable Authentication Modules f ii libsmbclient 3.0.21c-1 shared library that allows applica ii libstdc++64.0.3-1The GNU Standard C++ Library v3 ii libxcursor1 1.1.3-1X cursor management library ii zlib1g1:1.2.3-11 compression library - runtime Versions of packages kdebase-kio-plugins recommends: ii hal 0.5.7-1Hardware Abstraction Layer ii kamera4:3.5.1-2 digital camera io_slave for Konque ii kdemultimedia-kio-plugins 4:3.5.1-1 enables the browsing of audio CDs ii kdesktop 4:3.5.1-1 miscellaneous binaries and files f ii pmount0.9.9-2mount removable devices as normal -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#348223: allow to change the language of the spellchecker like in Kmail's new
tags 348223 upstream forwarded 348223 http://bugs.kde.org/show_bug.cgi?id=115261 thanks Bastian :) cheers, Fathi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: allow to change the language of the spellchecker like in Kmail's new
Processing commands for [EMAIL PROTECTED]: > tags 348223 upstream Bug#348223: please allow to change the language of the spellchecker like in Kmail's new composer There were no tags set. Tags added: upstream > forwarded 348223 http://bugs.kde.org/show_bug.cgi?id=115261 Bug#348223: please allow to change the language of the spellchecker like in Kmail's new composer Noted your statement that Bug has been forwarded to http://bugs.kde.org/show_bug.cgi?id=115261. > thanks Bastian :) Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#135378: marked as done (knode wishlist: weak threading by subject)
Your message dated Wed, 15 Mar 2006 21:01:20 +0100 with message-id <[EMAIL PROTECTED]> and subject line weak threading by subject has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: knode Version: 4:2.2.2-13 Severity: wishlist It is difficult to read threads when people use broken agents that do not include References: headers on followup. It would be much easier if KNode supported pseudothreading, i.e. grouping messages with the same (modulo a possible /^(re(\[[0-9]+\])|aw)?:[ \t]*/ prefix) subject together. Take a look at Mutt mail client's option `strict_threads'. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux mg 2.4.16 #1 Tue Dec 4 02:27:12 EET 2001 i686 Locale: LANG=C, LC_CTYPE=lt_LT Versions of packages knode depends on: ii kdelibs3 4:2.2.2-11 KDE core libraries (runtime files) ii libc6 2.2.5-3GNU C Library: Shared libraries an ii libfam0 2.6.6.1-4 client library to control the FAM ii libjpeg62 6b-5 The Independent JPEG Group's JPEG ii libkdenetwork14:2.2.2-13 Common libraries needed for KDE ne ii libpng2 1.0.12-3 PNG library - runtime ii libqt23:2.3.1-19 Qt GUI Library (runtime version). ii libstdc++2.10-glibc2.21:2.95.4-2 The GNU stdc++ library ii xlibs 4.1.0-14 X Window System client libraries ii zlib1g1:1.1.3-19 compression library - runtime Marius Gedminas -- Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth --- End Message --- --- Begin Message --- old bug (4 years ago) not relevant anymore. knode do weak threading by subject on Sid/KDE 3.5.1. --- End Message ---
Bug#357127: kdm greeter does not show list of users
Package: kdm Version: 3.3.2-1sarge1 Severity: minor The Greeter of kdm should show a list of users who may log in. It did not do so for me, I attach a copy of the file /etc/kde3/kdm/kdmrc as it was. (It is now called kdmrc.bu .) The sub-window which should have shown user names (and possibly some pictures) was empty, and narrow. I tried using $ man kdm but that did not work. I tried installing doc-linux-html (version 2005.04-1), that did not help either. So I changed two lines in the file /etc/kde3/kdm/kdmrc as folllows: change from: SelectedUsers= ShowUsers=NotHidden to : SelectedUsers=rb,guest ShowUsers=Selected . This works alright, but now I have to alter the file kdmrc whenever I add a new user. Best regards Richard Betham [General] ConfigVersion=2.2 PidFile=/var/run/kdm.pid ServerVTs=-7 Xservers=/etc/kde3/kdm/Xservers [Shutdown] HaltCmd=/sbin/halt RebootCmd=/sbin/reboot UseLilo=false [X-*-Core] AllowNullPasswd=false AllowRootLogin=false AllowShutdown=Root AutoReLogin=false ClientLogFile=.xsession-errors-%s Reset=/etc/kde3/kdm/Xreset Session=/etc/kde3/kdm/Xsession SessionsDirs=/etc/X11/sessions,/usr/share/xsessions Setup=/etc/kde3/kdm/Xsetup Startup=/etc/kde3/kdm/Xstartup [X-*-Greeter] AntiAliasing=false ColorScheme= DefaultUser=guest EchoMode=OneStar FaceSource=AdminOnly FailFont=helvetica,12,-1,5,75,0,0,0,0,0 FocusPasswd=false ForgingSeed=1126157534 GUIStyle=B3 GreetFont=charter,20,-1,5,50,0,0,0,0,0 GreetString=Welcome to %s at %n GreeterPos=50,50 HiddenUsers= Language=en_GB LogoArea=Logo LogoPixmap=/usr/share/apps/kdm/pics/kdelogo.png MaxShowUID=51199 MinShowUID=2500 PreselectUser=None SelectedUsers= ShowUsers=NotHidden SortUsers=true StdFont=helvetica,12,-1,5,50,0,0,0,0,0 UseBackground=true UserCompletion=false UserList=true [X-:*-Core] AllowNullPasswd=true AllowShutdown=All NoPassEnable=false NoPassUsers= [X-:*-Greeter] AllowClose=false FocusPasswd=true LoginMode=DefaultLocal PreselectUser=Previous [X-:0-Core] AutoLoginEnable=false AutoLoginUser=guest ClientLogFile=.xsession-errors [Xdmcp] Enable=false Willing=/etc/kde3/kdm/Xwilling
Bug#194861: .newsrc files support for knode
tags 194861 upstream forwarded 194861 http://bugs.kde.org/show_bug.cgi?id=23601 wishlist submitted to upstream since 5 years, not done at this day. I'll try to contact upstream about it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: .newsrc files support for knode
Processing commands for [EMAIL PROTECTED]: > tags 194861 upstream Bug#194861: knode: Import/export .newsrc files There were no tags set. Tags added: upstream > forwarded 194861 http://bugs.kde.org/show_bug.cgi?id=23601 Bug#194861: knode: Import/export .newsrc files Noted your statement that Bug has been forwarded to http://bugs.kde.org/show_bug.cgi?id=23601. > wishlist submitted to upstream since 5 years, not done at this day. Unknown command or malformed arguments to command. > I'll try to contact upstream about it. Unknown command or malformed arguments to command. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#357133: konqueror: SIGSEGV on http://www.internetnews.com/dev-news/article.php/3591621
Package: konqueror Version: 4:3.5.1-1 Severity: important Konq segfaults on http://www.internetnews.com/dev-news/article.php/3591621 Backtrace attached. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages konqueror depends on: ii kcontrol 4:3.5.1-1 control center for KDE ii kdebase-kio-plugins 4:3.5.1-1 core I/O slaves for KDE ii kdelibs4c2a 4:3.5.1-4 core libraries for all KDE applica ii kdesktop 4:3.5.1-1 miscellaneous binaries and files f ii kfind 4:3.5.1-1 file-find utility for KDE ii libacl1 2.2.35-1 Access control list shared library ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libattr1 2.4.31-1 Extended attribute shared library ii libaudio2 1.7-5 The Network Audio System (NAS). (s ii libc6 2.3.6-3GNU C Library: Shared libraries an ii libfam0 2.7.0-9Client library to control the FAM ii libfontconfig12.3.2-5generic font configuration library ii libfreetype6 2.1.10-1.1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.3-1 GCC support library ii libice6 6.9.0.dfsg.1-4 Inter-Client Exchange library ii libidn11 0.5.18-2 GNU libidn library, implementation ii libjpeg62 6b-12 The Independent JPEG Group's JPEG ii libkonq4 4:3.5.1-1 core libraries for Konqueror ii libpng12-01.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-4 Qt GUI Library (Threaded runtime v ii libsm66.9.0.dfsg.1-4 X Window System Session Management ii libstdc++64.0.3-1The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte ii libxft2 2.1.8.2-3 FreeType-based font drawing librar ii libxi66.9.0.dfsg.1-4 X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-4 X Window System multi-head display ii libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and ii libxrender1 1:0.9.0.2-1X Rendering Extension client libra ii libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics ii zlib1g1:1.2.3-11 compression library - runtime konqueror recommends no packages. -- no debconf information Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1231890752 (LWP 28372)] [KCrash handler] #5 0xb7d7d86a in _int_free () from /lib/tls/libc.so.6 #6 0xb7d7e012 in free () from /lib/tls/libc.so.6 #7 0xb7f305b1 in operator delete () from /usr/lib/libstdc++.so.6 #8 0xb7f3060d in operator delete[] () from /usr/lib/libstdc++.so.6 #9 0xb6199e34 in ~CharacterDataImpl (this=0x86ca888) at dom_stringimpl.h:65 #10 0xb61a8fed in ~TextImpl (this=0x86ca888) at dom_textimpl.h:106 #11 0xb61883ad in ~NodeBaseImpl (this=0x86ca738) at dom_nodeimpl.cpp:964 #12 0xb619deec in ~ElementImpl (this=0x86ca738) at dom_elementimpl.cpp:329 #13 0xb61a9e38 in ~HTMLElementImpl (this=0x86caf30) at html_elementimpl.cpp:67 #14 0xb61e079d in ~HTMLAnchorElementImpl (this=0x86ca738) at html_inlineimpl.h:34 #15 0xb61883ad in ~NodeBaseImpl (this=0x86cb1a0) at dom_nodeimpl.cpp:964 #16 0xb619deec in ~ElementImpl (this=0x86cb1a0) at dom_elementimpl.cpp:329 #17 0xb61a9e38 in ~HTMLElementImpl (this=0x86caf30) at html_elementimpl.cpp:67 #18 0xb61e108d in ~HTMLFontElementImpl (this=0x86cb1a0) at html_inlineimpl.h:64 #19 0xb61883ad in ~NodeBaseImpl (this=0x86c9da8) at dom_nodeimpl.cpp:964 #20 0xb619deec in ~ElementImpl (this=0x86c9da8) at dom_elementimpl.cpp:329 #21 0xb61a9e38 in ~HTMLElementImpl (this=0x86caf30) at html_elementimpl.cpp:67 #22 0xb61a9e68 in ~HTMLGenericElementImpl (this=0x86caf30) at html_elementimpl.cpp:673 #23 0xb61e063d in ~HTMLDivElementImpl (this=0x86c9da8) at html_blockimpl.h:37 #24 0xb61883ad in ~NodeBaseImpl (this=0x86bcb68) at dom_nodeimpl.cpp:964 #25 0xb619deec in ~ElementImpl (this=0x86bcb68) at dom_elementimpl.cpp:329 #26 0xb61a9e38 in ~HTMLElementImpl (this=0x86caf30) at html_elementimpl.cpp:67 #27 0xb61b95ed in ~HTMLTableCellElementImpl (this=0x86bcb68) at html_tableimpl.h:206 #28 0xb61883ad in ~NodeBaseImpl (this=0x86bc490) at dom_nodeimpl.cpp:964 #29 0xb619deec
Bug#357136: libqt4-dev sould depend on libqt4-debug-dev
Package: libqt4-dev Version: 4.1.1-1 When building the tutorial "Hello World" example, I got the following error: $ qmake-qt4 -project $ qmake-qt4 $ make g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o hello.o hello.cc g++ -o kdeprog hello.o-L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread /usr/bin/ld: cannot find -lQtGui_debug collect2: ld returned 1 exit status make: *** [kdeprog] Error 1 Installing libqt4-debug-dev allowed the program to compile without error: $ qmake-qt4 -project $ qmake-qt4 $ make g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o hello.o hello.cc g++ -o kdeprog hello.o-L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread -- Jeremiah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#230491: marked as done (knode: Wrap long headers in message header area)
Your message dated Wed, 15 Mar 2006 21:53:00 +0100 with message-id <[EMAIL PROTECTED]> and subject line wrap long headers in message header area has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: knode Version: 4:2.2.2-14.6 Severity: wishlist Long headers -- e.g.: long subjects, or lists of many cross-posted groups -- scroll right rather than wrapping in the header area of the message view pane. This behavior should be change to allow wrapping of long headers. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux superego 2.4.23-1-686 #1 Sun Nov 30 20:51:10 EST 2003 i686 Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages knode depends on: ii kdelibs3 4:2.2.2-13.woody.8 KDE core libraries (runtime files) ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libfam0c102 [libfam0] 2.6.10-6 client library to control the FAM ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libkdenetwork14:2.2.2-14.6 Common libraries needed for KDE ne ii libpng2 1.0.15-4 PNG library, older version - runti ii libqt23:2.3.2-14 Qt GUI Library (runtime version) ii libstdc++2.10-glibc2. 1:2.95.4-19The GNU stdc++ library ii xlibs 4.2.1-12.1 X Window System client libraries ii zlib1g1:1.2.1-3 compression library - runtime -- no debconf information --- End Message --- --- Begin Message --- old bug (2 years ago) not relevant anymore. knode allows wrapping of long headers in message header area on Sid/KDE 3.5.1. --- End Message ---
Re: kdepim -> testing migration status
Daniel Schepler schrieb: > for the kmail bugs with disconnected IMAP losing mails, the problem there is > that nobody afaik has been able to tell the kmail developers how to reproduce > the problem consistently; and without that, it's very difficult to find the > cause of the bug and fix it. I'll try to prepare a kdepim upload tonight if > at all possible, fixing the problems on alpha, and upload tomorrow morning. I agree that the bug is hard to reproduce (especially, when reproducing means data loss) but at least one KMail-developer observed the problem twice: http://bugs.kde.org/show_bug.cgi?id=104956#c36 Although he assumes (hopes) this bug is not present anymore in the current version I want to point out that I observed this bug again last month with the kmail version from sid. I strongly assume that the bug is closely related to "rebuild index file" (don't know the correct English menu entry -- rightclick on a folder -> dimap problem -> rebuild index file). Since this bug seems only to occur with dIMAP- but not with IMAP-accounts, one way to get a recent version of KMail into etch would be to disable dIMAP completely. Kind regards Bastian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: tagging 356398
Processing commands for [EMAIL PROTECTED]: > tags 356398 + moreinfo Bug#356398: kpilot: Crashes and destroys user data on synch There were no tags set. Tags added: moreinfo > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: tagging 321102
Processing commands for [EMAIL PROTECTED]: > tags 321102 + upstream Bug#321102: kmail looses mails There were no tags set. Bug#332473: kmail: dangerous handling of dimap-folders Bug#350851: kmail: v1.9.1: Data loss w/disconnected IMAP (reported upstream) Tags added: upstream > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#357136: libqt4-dev sould depend on libqt4-debug-dev
"Jeremiah Savage" <[EMAIL PROTECTED]> writes: > Package: libqt4-dev > Version: 4.1.1-1 > > When building the tutorial "Hello World" example, I got the following error: > > $ qmake-qt4 -project > $ qmake-qt4 > $ make > g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB > -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore > -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o hello.o > hello.cc > g++ -o kdeprog hello.o-L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread > /usr/bin/ld: cannot find -lQtGui_debug > collect2: ld returned 1 exit status > make: *** [kdeprog] Error 1 > > > Installing libqt4-debug-dev allowed the program to compile without error: Well, OK, but then the correct fix would be to make qmake not link against the debug libs by default. Having libqt4-dev depend on libqt4-debug-dev doesn't make any sense. -- Captain Logic is not steering this tugboat. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#356398: No backtrace
Paul Johnson a écrit : On Wednesday 15 March 2006 14:14, Filipus Klutiero wrote: Hi, note that there is not much that can be done about this without a backtrace. Might as well close it...I can't reproduce it anymore now. Does this mean you're letting the decision to close to the maintainers? As you are the only one that indicates experiencing this bug, I think you're best placed to decide what to do with this report. Note that grave bugs usually keep packages from transitionning to testing, and this one keeps (among a few other issues) kdepim 3.5 and depending KDE modules from transitionning. Considering this impact, it would be good to treat this bug report well. Whether or not you decide to close or downgrade, if you can eventually reproduce, you should most likely report this upstream first (and then ideally to Debian, mentionning the upstream bug report).