Bug#259522: Tools/Search Messages does not work correctly on IMAP

2004-07-15 Thread Anton Ivanov
Package: kmail Version: 4:3.2.2-2 Severity: important Searches for strings in the message body always return 0 matches. In other words search works only on header fields. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture:

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Streamline the libkapture widgets, make them *cohesive*. Remove the button bars from summary and progress view. This will need some changes in kapture. Makes kurrent much more pleasant tho :). Also (suggested by ervin, let gods forgive him) implemented simple/advanced

Bug#259552: please consider adding kpackage to kontext menu for .deb files

2004-07-15 Thread Marc Haber
Package: kpackage Version: 4:3.2.2-1 Severity: wishlist Hi, when I right click on a .deb file in konqueror, the action menu should have install using kpackage as an option. This can be done, since it also offers me to play the .deb with kaffeine. Please consider adding that option to a later

Bug#259553: please support other root gaining methods like sudo

2004-07-15 Thread Marc Haber
Package: kpackage Version: 4:3.2.2-1 Severity: wishlist Hi, when I install a package using kpackage, the program asks me for the root password. My root passwords are so ugly that they cannot be remembered. Please consider adding support for other root gaining methods, for example sudo. That

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Kévin Ottens
CVS commit by ervin: Adding the necessary to package Kurrent for Debian. Akurrent/kurrent.desktop 1.1 M +13 -0 debian/control 1.7 --- kdenonbeta/kdedebian/kapture/debian/control #1.6:1.7 @@ -85,2 +85,15 @@ But i'd be happy to hear your suggestions (read the TODO

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Run cvs2cl... M +459 -0ChangeLog 1.5

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Only offer actions that makes sense wrt the current package state in the context menu. Probably should change the PkgCElemView analogously... Also make TreeListWidget show upgradable as a separate state. Hmm. The first change suggested by ervin. M +5 -0

kdenonbeta/kdedebian/kapture/libkapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: DPkgPM doesn't need to be a QObject... M +2 -2 dpkgpm.cpp 1.11 M +3 -4 dpkgpm.h 1.7 --- kdenonbeta/kdedebian/kapture/libkapture/dpkgpm.cpp #1.10:1.11 @@ -97,8 +97,8 @@ bool kapture::DPkgPM::forkScript (const } -void kapture::DPkgPM::dpkgExit ()

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Start cleanups in package download/commit code. M +0 -2 libcapture/dpkgpm.cpp 1.7 M +1 -7 libkapture/kapturemanager.cpp 1.29 --- kdenonbeta/kdedebian/kapture/libcapture/dpkgpm.cpp #1.6:1.7 @@ -114,6 +114,4 @@ bool DPkgPM::forkDpkg (char *const argv[

kdenonbeta/kdedebian/kapture/libkapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Slight cleanup of KaptureManager header. M +1 -4 kapturemanager.h 1.15 --- kdenonbeta/kdedebian/kapture/libkapture/kapturemanager.h #1.14:1.15 @@ -31,5 +31,4 @@ namespace kapture { class KaptureManager: public QObject -// XXX: change

kdenonbeta/kdedebian/kapture/libcapture

2004-07-15 Thread Kévin Ottens
CVS commit by ervin: Fixes almost all warnings in libcapture. M +1 -1 ZlibParserInput.cc 1.2 M +1 -1 dpkgpm.cpp 1.8 M +3 -3 grouper.cpp 1.31 M +1 -0 param.cpp 1.4 M +1 -1 param.h 1.8 M +7 -7 pkgcache.cpp 1.28 M +1 -1 pkgmanager.cpp

Bug#259638: kcontrol: energy star logo is non-free

2004-07-15 Thread Florian Weimer
Package: kcontrol Version: 4:3.2.2-1 Severity: serious /usr/share/apps/kcontrol/pics/energybig.png contains the Energy Star logo, which is non-free according to the guidelines at: http://www.energystar.gov/ia/partners/logos/downloads/BrandBook_allpages.pdf -- System Information: Debian Release:

Bug#259522: Tools/Search Messages does not work correctly on IMAP

2004-07-15 Thread Robert Lindgren
This will be fixed in kdepim 3.3, the fix is to disable this feature since it's not working. See http://bugs.kde.org/show_bug.cgi?id=78611 for more info. Cheers. Robert

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Kévin Ottens
CVS commit by ervin: Fixing a lot more warnings in the whole project. M +1 -1 konsole/session.cpp 1.4 M +1 -1 libcapture/param.cpp 1.5 M +4 -4 libkapture/acqprogress.cpp 1.18 M +1 -1 libkapture/commitstatus.cpp 1.5 M +3 -3 libkapture/dpkgpm.cpp 1.12

Bug#254948: Changes to debian submenu saved but never used

2004-07-15 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd appreciate it if someone would take a look at this bug [1]. I reported it to bugs.kde.org at first [2], and they help to trace the probable cause. However, it seems they've lost interest. I recently upgraded to 3.2.3 (Sarge) and I've just

kdeextragear-2/kmplayer

2004-07-15 Thread Koos Vriezen
CVS commit by vriezen: Updates for 0.8.3rc4 M +9 -0 ChangeLog 1.26 M +1 -1 configure.in.in 1.25 M +1 -1 kmplayer.lsm 1.18 M +6 -0 debian/changelog 1.2 M +2 -3 src/kmplayerpartbase.cpp 1.69 M +6 -5 src/kmplayerprocess.cpp 1.77 ---

kdenonbeta/kdedebian/kapture [POSSIBLY UNSAFE]

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Change the status handling in PkgCache. The PkgCache::PkgState is now a bitfield and there is a bunch of static predicates in PkgCache to query this bitfield on both current status (st*) and possible actions (can*). Should un-burden frontends of reimplementing this stuff

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Robustness ++. Catch error conditions from dpkg and various scripts. M +1 -1 libcapture/pkgmanager.cpp 1.38 M +1 -1 libcapture/pkgmanager.h 1.26 M +21 -21libkapture/dpkgpm.cpp 1.13 M +1 -0 libkapture/kapturemanager.cpp 1.30 ---

Re: strange konqueror toolbar behaviour

2004-07-15 Thread Jon Dowland
On Wed, Jul 14, 2004 at 03:55:46PM -0500, Gregg Belli wrote: On Wednesday 14 July 2004 12:42 pm, Jon Dowland wrote: However, whenever I restart konqueror, the `Main' and `Bookmarks' toolbars remain. I have tried disabling them by right-clicking on the toolbar bit and unticking the

XMMS: Can't set konqueror file associations

2004-07-15 Thread James Hirschorn
When I try to set konq. to use xmms for mp3 files, it claims to update the system configuration but then immediately forgets. Does anyone know anything about this? Thanks, James -- James Hirschorn [EMAIL PROTECTED] Centre de Recerca Matemàtica

Re: KDE 3.3 packages?

2004-07-15 Thread Jeff Tranter
Antiphon wrote: Can someone tell me where to download packages for the KDE betas? I do not have the time to compile from source right now. This was just posted to the kde-devel list: Date: Thu, 15 Jul 2004 16:54:01 +0200 From: Christophe Caillet [EMAIL PROTECTED] To: KDE Devel [EMAIL PROTECTED]

KDE 3.3b1

2004-07-15 Thread Daniel Andor
Someone just mentioned mentioned an apt repository for KDE 3.3b1 (as advertised on another kde list) -- sorry I lost mail. Trying to install it, it turns out to require new a qt, which in turn requires libgcc1 version 3.4. Unstable currently carries 3.3 -- is my mirror just lagging, or do I

Re: XMMS: Can't set konqueror file associations

2004-07-15 Thread Paul Johnson
James Hirschorn [EMAIL PROTECTED] writes: When I try to set konq. to use xmms for mp3 files, it claims to update the system configuration but then immediately forgets. So, XMMS doesn't appear anywhere under the Open With context menu? Are you sure you associated it? Are you perhaps

Re: XMMS: Can't set konqueror file associations

2004-07-15 Thread Wolfgang Mader
In my setup (kde 3.2.3 from unstable) I do not even get the normal configuration dialog to configure the file type in which I could choose the apps assosiated with this type of file. Can anyone confirme? On Thursday 15 July 2004 15:52, James Hirschorn wrote: When I try to set konq. to use xmms

Re: KDE 3.3b1

2004-07-15 Thread Adeodato =?iso-8859-1?Q?Sim=F3?=
* Daniel Andor [Thu, 15 Jul 2004 18:04:59 +0100]: Trying to install it, it turns out to require new a qt, which in turn requires libgcc1 version 3.4. Unstable currently carries 3.3 -- is my mirror just lagging, or do I need to get new gcc from elsewhere? there is a libgcc1 3.4 in

Re: KDE 3.3b1

2004-07-15 Thread =?iso-8859-1?q?Andr=E9_W=F6bbeking?=
On Thursday 15 July 2004 19:04, Daniel Andor wrote: Trying to install it, it turns out to require new a qt, which in turn requires libgcc1 version 3.4. Unstable currently carries 3.3 -- is my mirror just lagging, or do I need to get new gcc from elsewhere? GCC 3.4 is in experimental. André

Re: KDE 3.3b1

2004-07-15 Thread Daniel Andor
On Thursday 15 July 2004 10:49 pm, Adeodato Simó wrote: * Daniel Andor [Thu, 15 Jul 2004 18:04:59 +0100]: Trying to install it, it turns out to require new a qt, which in turn requires libgcc1 version 3.4. Unstable currently carries 3.3 -- is my mirror just lagging, or do I need to get new

display problem

2004-07-15 Thread Michael Rudmin
Hi, I have an old 100 Mhz Pentium with 48 Meg RAM, a whole bunch of hard drives, and a VESA graphics card. When I run Knoppix, it identifies it as 86c968 Vision 968 VRAM XF86S3 (Vesa), and the card seems to run okay. [I don't really understand this card; it appears to have only 256 Megabytes of

Re: display problem (correction)

2004-07-15 Thread Michael Rudmin
So in Debconf, I selected VESA/8 bit/600x800, and told it to assign 512 MB to the card. correction, I meant 512 kB, or half a megabyte. __ Do you Yahoo!? Yahoo! Mail - You care about security. So do we.

Re: display problem (correction)

2004-07-15 Thread Bruce Sass
On Thu, 15 Jul 2004, Michael Rudmin wrote: So in Debconf, I selected VESA/8 bit/600x800, and told it to assign 512 MB to the card. correction, I meant 512 kB, or half a megabyte. that's better It sounds like you need to play with the modelines yourself, instead of taking the first one offered by