Re: Debian KDE maintenance

2003-12-19 Thread Chris Cheney
Essentially combine what Riku and I said. :)

Chris


signature.asc
Description: Digital signature


kdenonbeta/kdedebian/kapture/kapture

2003-12-19 Thread Peter Rockai
CVS commit by mornfall: 

First try on a section grouper (one-level only). Will need reworking --
this is just a proof-of-concept for the grouper concept.


  M +1 -0  kapture_part.cpp   1.3
  M +50 -1 pkggrouper.cpp   1.4
  M +21 -1 pkggrouper.h   1.4
  M +10 -9 pkglist.cpp   1.3
  M +1 -1  pkgsubtree.cpp   1.3
  M +2 -2  pkgtree.cpp   1.4





Re: Processing of kdebase_3.1.4-1_i386.changes

2003-12-19 Thread Nathanael Nerode
>kdebase_3.1.4-1_i386.changes uploaded successfully to localhost
>along with the files:


Hooray!  Good work, Chris!  :-)
 
(I criticize often enough, so I try to give praise where praise is due as 
well.)



Bug#220378: kdelibs 3.1.4-3

2003-12-19 Thread David Liontooth
Hi domi -- 

Sorry for the long delay; for some reason I didn't receive your reply. 

If the bug was not encountered by a lot of people, it may have been due to 
remnants of an unofficial 3.2.

I've just reinstalled kdelibs kdelibs-bin kdelibs-data kdelibs4 4:3.1.4-3 
without triggering the bug.

Thank you for your help. I respond to your questions below but this is likely 
not worth pursuing and I suggest closing the bug. Perhaps the other person who 
reported the same effect could comment.

Best,
David



1 Have you done anything special to your installation like installing
  a(nother) version of Qt and/or KDE yourself or... ?

Yes, I had an unofficial version of KDE 3.2 installed at one point. All the 
packages in this version have since been downgraded to official sid.

2 Can you provide me with the content of ~/.qt/qtrc

cat qtrc
[3.1]
libraryPath=/root/.kde/lib/kde3/plugins/:/usr/lib/kde3/plugins/

[General]
GUIEffects=none^e
embedFonts=true
font=helvetica,-1,12,0,50,0,0,0,0,0
fontPath=\0
libraryPath=/root/.kde/lib/kde3/plugins/:/usr/lib/kde3/plugins/
style=keramik

[KDE]
contrast=7
kdeAddedLibraryPaths=/root/.kde/lib/kde3/plugins/^e/usr/lib/kde3/plugins/^e

[KWinPalette]
activeBackground=#e6
activeBlend=#d8d8d0
activeForeground=#00
activeTitleBtnBg=#e6
frame=#e6
inactiveBackground=#e6
inactiveBlend=#d8d8d0
inactiveForeground=#73
inactiveFrame=#e6
inactiveTitleBtnBg=#e6

[Palette]
active=#00^e#eeeade^e#ff^e#fc^e#52^e#c6c6bf^e#00^e#ff^e#00^e#ff^e#e6^e#00^e#ffdd76^e#00^e#c0^e#800080^e
disabled=#808080^e#eeeade^e#ff^e#fc^e#52^e#c6c6bf^e#c6c6bf^e#ff^e#808080^e#ff^e#e6^e#00^e#d4b862^e#ff^e#c0^e#800080^e
inactive=#00^e#eeeade^e#ff^e#fc^e#52^e#c6c6bf^e#00^e#ff^e#00^e#ff^e#e6^e#00^e#ffdd76^e#00^e#c0^e#800080^e

3 Can you provide me with the output of the following command:
  find -name 'kthemestylerc' ~/.qt ~/.kde

Aside from the fact I get a syntax error on this command, I don't see any 
instance of kthemestylerc in my user.




-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm




Processed: fixed upstream

2003-12-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package kdelibs
Ignoring bugs not assigned to: kdelibs

> tags 152491 +fixed-upstream
Bug#152491: kmail: problem with mode 711 directories owned by other users
There were no tags set.
Tags added: fixed-upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: confirming

2003-12-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package kdelibs
Ignoring bugs not assigned to: kdelibs

> tags 206976 +confirmed
Bug#206976: kdelibs: should enable dnotify for KDirWatch
Tags were: patch
Tags added: confirmed

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



KDE_3_1_BRANCH: kdebase/debian

2003-12-19 Thread Dominique Devriese
CVS commit by domi: 

Applying pretty straightforward patch for Debian bug #160428.

Chris, I hope I'm doing this right :)

CCMAIL:Christopher L. Cheney <[EMAIL PROTECTED]>


  M +4 -4  konqueror.mime   1.9.2.1


--- kdebase/debian/konqueror.mime  #1.9:1.9.2.1
@@ -11,6 +11,6 @@
 text/plain; konqueror %s;test=test "$DISPLAY" != ""; priority=5
 text/html; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/ps; konqueror %s; test=test "$DISPLAY" != "" &&  expr `gs --version` 
">=" 3.51 >/dev/null 2>&1; priority=5
-image/pdf; konqueror %s; test=test "$DISPLAY" != "" && expr `gs --version` 
">=" 3.51 >/dev/null 2>&1; priority=5
-application/pdf; konqueror %s; test=test "$DISPLAY" != "" && expr `gs 
--version` ">=" 3.51 >/dev/null 2>&1; priority=5
-application/postscript; konqueror %s; test=test "$DISPLAY" != "" && expr `gs 
--version` ">=" 3.51 >/dev/null 2>&1; priority=5
+image/ps; konqueror %s; test=test "$DISPLAY" != "" && which gs >/dev/null 2>&1 
&& expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+image/pdf; konqueror %s; test=test "$DISPLAY" != "" && which gs >/dev/null 
2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+application/pdf; konqueror %s; test=test "$DISPLAY" != "" && which gs 
>/dev/null 2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+application/postscript; konqueror %s; test=test "$DISPLAY" != "" && which gs 
>/dev/null 2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5




Re: Debian KDE maintenance

2003-12-19 Thread Dominique Devriese

Hi, 

Thanks a lot, Riku and Chris for you replies.  It's made it all a lot
clearer.  I've committed a simple patch to KDE_3_1_BRANCH some time
ago, I hope I've done it right. I've registered on alioth as
domi-guest, can someone add me to the developers for the pkg-kde
project, please ?

Chris Cheney writes:

>> 6.  What is the status of the group maintainership ?

> Anyone can join, we need people that can triage bugs (forward,
> close, etc) like what you currently do, and others that can help
> with packaging issues. 

I currently intend to continue to do this, I also am experimenting
with creating kdebindings packages ( they seem to have been abandoned
some time ago ), I may post some questions on this subject to the list
some time in the future.

> There is also some new Debian work being done upstream in kdenonbeta
> which would be useful to help with. I think they are working on a
> debconf frontend and a few other projects. If you are interested in
> the upstream debian projects join the kde-debian list that is on
> lists.kde.org.

I was already subscribed to the list, and am listed as one of the
supporters.  I think it's a very interesting project, but I am
currently just lurking a little on the list to see if something
interesting to work on comes up.

Thanks for the help
domi



Processed: moreinfo --> help

2003-12-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package kdelibs4-dev
Ignoring bugs not assigned to: kdelibs4-dev

> tags 183702 -moreinfo
Bug#183702: ftp.debian.org: dist-upgrade triggers massive kde uninstall
Tags were: moreinfo sid
Tags removed: moreinfo

> tags 183702 +help
Bug#183702: ftp.debian.org: dist-upgrade triggers massive kde uninstall
Tags were: sid
Tags added: help

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#220378: marked as done (kdelibs 3.1.4-3: "KThemeStyle cache seems corrupt!")

2003-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 20 Dec 2003 00:41:09 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#220378: kdelibs 3.1.4-3
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)

--
Received: (at submit) by bugs.debian.org; 12 Nov 2003 09:27:15 +
>From [EMAIL PROTECTED] Wed Nov 12 03:27:13 2003
Return-path: <[EMAIL PROTECTED]>
Received: from steen1.sscnet.ucla.edu (sigillo) [128.97.184.97] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AJrHN-0001Tr-00; Wed, 12 Nov 2003 03:27:13 -0600
Received: from root by sigillo with local (Exim 3.36 #1 (Debian))
id 1AJrHH-0002YW-00; Wed, 12 Nov 2003 01:27:07 -0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: David Liontooth <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: kdelibs 3.1.4-3: "KThemeStyle cache seems corrupt!"
X-Mailer: reportbug 2.36
Date: Wed, 12 Nov 2003 01:27:07 -0800
Message-Id: <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.0 required=4.0
tests=BAYES_30,HAS_PACKAGE
version=2.53-bugs.debian.org_2003_11_9
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_9 
(1.174.2.15-2003-03-30-exp)

Package: kdelibs
Version: 4:3.1.4-3
Severity: normal

Upgrading to 3.1.4-3 generates the error "KThemeStyle cache seems corrupt!" on 
startup. 
If ~.kde is empty, most themes fail to show in the opening wizard. Downgrading 
to 3.1.4-2
resolves the problem.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sigillo 2.6.0-test9 #2 Tue Oct 28 11:53:24 PST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kdelibs depends on:
ii  kdelibs-bin   4:3.1.4-2  KDE core binaries
ii  kdelibs-data  4:3.1.4-2  KDE core shared data
ii  kdelibs4  4:3.1.4-2  KDE core libraries

-- no debconf information


---
Received: (at 220378-done) by bugs.debian.org; 20 Dec 2003 01:24:11 +
>From [EMAIL PROTECTED] Fri Dec 19 19:24:10 2003
Return-path: <[EMAIL PROTECTED]>
Received: from thumbler.kulnet.kuleuven.ac.be [134.58.240.45] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AXUEJ-00029z-00; Fri, 19 Dec 2003 17:40:23 -0600
Received: from localhost (localhost [127.0.0.1])
by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP
id 2031E137B4C; Sat, 20 Dec 2003 00:40:23 +0100 (CET)
Received: from antonius.kulnet.kuleuven.ac.be (antonius.kulnet.kuleuven.ac.be 
[134.58.240.73])
by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP
id AB500137B5E; Sat, 20 Dec 2003 00:40:22 +0100 (CET)
Received: from appel (domi.kotnet.org [10.0.57.168])
by antonius.kulnet.kuleuven.ac.be (Postfix) with ESMTP
id 9BF584C0D1; Sat, 20 Dec 2003 00:40:22 +0100 (CET)
Received: from domi by appel with local (Exim 3.36 #1 (Debian))
id 1AXUF3-0002NI-00; Sat, 20 Dec 2003 00:41:09 +0100
To: "David Liontooth" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#220378: kdelibs 3.1.4-3
References: <[EMAIL PROTECTED]>
From: Dominique Devriese <[EMAIL PROTECTED]>
Date: Sat, 20 Dec 2003 00:41:09 +0100
In-Reply-To: <[EMAIL PROTECTED]> (David Liontooth's
 message of "Fri, 19 Dec 2003 17:06:25 -0500")
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion,
 linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Dominique Devriese <[EMAIL PROTECTED]>
X-Virus-Scanned: by KULeuven Antivirus Cluster
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=FOOASDF,HAS_BUG_NUMBER 
autolearn=no 
version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 

David Liontooth writes:

> If the bug was not encountered by a lot of people, it may have been
> due to remnants of an unofficial 3.2.

I believe so too.

> I've just reinstalled kdelibs kdelibs-bin kdelibs-data kdelibs4
> 4:3.1.4-3 without triggering the bug.

> Thank you for your help. I respond to your questions below but this
> is likely not worth pursuing and I suggest closing the bug.

Okay, thanks