Bug#248235: KDM starts slowly

2004-06-14 Thread Barry
Hello,
I was having the same problem with KDM taking about a minute or more to
start.
Then I found this: 
http://www.linuxformat.co.uk/modules.php?op=modloadname=phpBB_14file=indexaction=viewtopictopic=5678forum=15

Basically the solution is to 'dpkg-reconfigure fontconfig' to rebuild 
the
font cache. It might be possible to just do 'fc-cache -f -v' (from the
postinst for fontconfig) but I didn't try this. Now KDM starts in a few
seconds.

Cheers and such,
--Barry



Bug#253076: Same here but after libqt3c102-mt 3.2.3-3 and kdelibs4 3.2.3-2 update

2004-06-14 Thread Eric Valette

Just to say this :

I upgraded kdelibs4 3.2.3-1 to fix the licupsys problem and got the 
problem described in the original mail. I then upgraded QT to 
libqt3c102-mt and lost the transparency. Now I've upgraded kdelibs4 to 
3.2.3-2 and got the same behavior as initially.


--
   __
  /  `  Eric Valette
 /--   __  o _. 6 rue Paul Le Flem
(___, / (_(_(__ 35740 Pace

Tel: +33 (0)2 99 85 26 76   Fax: +33 (0)2 99 85 26 76
E-mail: [EMAIL PROTECTED]






Bug#254302: kopete: Kopete through http proxy server (using authentication)

2004-06-14 Thread Debian User
Package: kopete
Version: 4:3.2.2-1
Severity: normal


As the subject explains. I can't connect to MSN and ICQ with kopete
through a proxy server that requires authentication. I don't know if it
works if the proxy doesn't require authentication...

Rune Schjellerup

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.4.26-1-k6
Locale: LANG=C, LC_CTYPE=C

Versions of packages kopete depends on:
ii  kdelibs4  4:3.2.3-1  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgadu3  1:1.4-3Gadu-Gadu protocol library - runti
ii  libgcc1   1:3.3.3-9  GCC support library
ii  libglib1.21.2.10-9   The GLib library of C routines
ii  libgtk1.2 1.2.10-16  The GIMP Toolkit set of widgets fo
ii  libice6   4.3.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-4 X Window System Session Management
ii  libssl0.9.7   0.9.7d-3   SSL shared libraries
ii  libstdc++51:3.3.3-9  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi64.3.0.dfsg.1-4 X Window System Input extension li
ii  libxml2   2.6.10-3   GNOME XML library
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxslt1.11.1.7-1XSLT processing library - runtime 
ii  xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
ii  xmms  1.2.10-1   Versatile X audio player that look
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

- fix crash caused by inappropriate delete in Pkg2DepGrouper::addNode
- fix the don't open same package multiple times again, hopefully
  fully this time
- fix rendering of sections and depends
- fix dependency borkage (ie, use TreeFactory, not new TreeNode)


  M +3 -3  kapture/kapture.cpp   1.20
  M +8 -0  libcapture/celem.h   1.2
  M +2 -3  libcapture/depgroupers.cpp   1.13
  M +17 -1 libkapture/listtreewidget.cpp   1.21
  M +2 -0  libkapture/listtreewidget.h   1.13





Re: viewmol wants to provide kde icons

2004-06-14 Thread Dominique Devriese
Drew Parsons writes:

 Hello, my package viewmol contains a handful of icons for kde. I
 don't use kde daily myself, so I'm not sure about correct handling
 of the icons.

 viewmol has its own install script for the icons, it wants to copy
 them under /usr/share/icons/default.kde, as well as providing
 /usr/share/applications/viewmol.desktop and some desktop config
 files under /usr/share/mimelnk.

 Bug #254247 reports that use of /usr/share/icons/default.kde is a
 conflict against kdelibs-data.  But dpkg does not complain.

 On the other hand, kdelibs-data's version of default.kde is a
 symlink to crystalsvg, while viewmol's is a plain directory.  This
 will be a problem if viewmol is installed before kdelibs-data.

 Is there any better way of handling the icons which viewmol wants to
 place under default.kde, or is a pre-dependency on kdelibs-data the
 only solution (not a very good solution for those viewmol users who
 don't use kde)?

I think it should just install them under /usr/share/icons/crystalsvg
( and if the kde icon theme would be changed again some day, in
whatever other directory that default.kde points to ).

cheers
domi



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

- remove the now-redundant Tree * parameter from all addNode instances
- update TODO
- remove some stale code


  M +2 -2  TODO   1.30
  M +9 -9  libcapture/depgroupers.cpp   1.14
  M +7 -47 libcapture/depgroupers.h   1.9
  M +2 -2  libcapture/filters.cpp   1.16
  M +1 -1  libcapture/filters.h   1.10
  M +8 -8  libcapture/grouper.cpp   1.24
  M +2 -2  libcapture/grouper.h   1.18
  M +3 -9  libcapture/tree.cpp   1.19





Bug#254348: konqueror: loses files on move

2004-06-14 Thread Lee Braiden
Package: konqueror
Version: 4:3.2.2-1
Severity: normal


Hi,

I was just moving photos from my usb storage camera (ie, mounted as a 
normal vfat fs) to an NFS mounted folder.  I think I used cut/paste 
rather than move, because dragging the files to the destination gave me 
the not possible cursor (crossed circle, like a no-smoking sign).

Anyway, an error message came up immediately upon paste, saying that the 
clipboard was empty.  Then it showed the normal progress display 
for moving the images.  When it was done, both folders were empty!

I should probably mention that drag-and-drop often crashes in konqueror, 
too.  Maybe that's unrelated.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.6
Locale: LANG=C, LC_CTYPE=C

Versions of packages konqueror depends on:
ii  kcontrol  4:3.2.2-1  KDE Control Center
ii  kdebase-kio-plugins   4:3.2.2-1  KDE I/O Slaves
ii  kdelibs4  4:3.2.3-1  KDE core libraries
ii  kdesktop  4:3.2.2-1  KDE Desktop
ii  kfind 4:3.2.2-1  KDE File Find Utility
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.4-1  GCC support library
ii  libice6   4.3.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.2.2-1  Core libraries for KDE's file mana
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-2  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-4 X Window System Session Management
ii  libstdc++51:3.3.4-1  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

- biggie code sweeping
  - rename s/nodeview/celemview/g
  - ditch bunch of stale code
(doesn't compile atm; needs fixing inside files)


  Alibkapture/celemview.cpp   1.1 [no copyright]
  Alibkapture/celemview.h   1.1 [UNKNOWN]
  Alibkapture/pkgcelemview.cpp   1.1 [no copyright]
  Alibkapture/pkgcelemview.h   1.1 [UNKNOWN]
  Alibkapture/pkgcelemviewcommonui.ui   1.1
  Alibkapture/pkgcelemviewdetailsui.ui   1.1
  M +0 -5  libcapture/treevisitor.h   1.3
  M +3 -3  libkapture/Makefile.am   1.14
  Rlibcapture/treedepnode.cpp   1.4
  Rlibcapture/treedepnode.h   1.4
  Rlibcapture/treegroupnode.cpp   1.1
  Rlibcapture/treegroupnode.h   1.5
  Rlibcapture/treepkgnode.cpp   1.4
  Rlibcapture/treepkgnode.h   1.7
  Rlibcapture/treevernode.cpp   1.3
  Rlibcapture/treevernode.h   1.3
  Rlibcapture/treevisitor.cpp   1.1
  Rlibkapture/nodeview.cpp   1.3
  Rlibkapture/nodeview.h   1.2
  Rlibkapture/operationmenu.cpp   1.4
  Rlibkapture/operationmenu.h   1.2
  Rlibkapture/operationmenuui.ui   1.2
  Rlibkapture/pkgnodeview.cpp   1.24
  Rlibkapture/pkgnodeview.h   1.7
  Rlibkapture/pkgnodeviewcommonui.ui   1.5
  Rlibkapture/pkgnodeviewdetailsui.ui   1.1


--- kdenonbeta/kdedebian/kapture/libcapture/treevisitor.h  #1.2:1.3
@@ -35,9 +35,4 @@ namespace capture {
 virtual void visitGenericNode (TreeNode *n) {};
 virtual void visitNode (TreeNode *n) { visitGenericNode (n); };
-/* virtual void visitNode (TreeBranchNode *n);
-virtual void visitNode (TreePkgNode *n);
-virtual void visitNode (TreeDepNode *n);
-virtual void visitNode (TreeVerNode *n);
-virtual void visitNode (TreeGroupNode *n); */
 };
 }

--- kdenonbeta/kdedebian/kapture/libkapture/Makefile.am  #1.13:1.14
@@ -8,5 +8,5 @@
 # these are the headers for your project
 include_HEADERS = \
-nodeview.h pkgnodeview.h \
+celemview.h pkgcelemview.h \
 treeview.h listtreeview.h \
 kapturemanager.h \
@@ -29,7 +29,7 @@
 # the Part's source, library search path, and link libraries
 libkapture_la_SOURCES = \
-pkgnodeviewdetailsui.ui pkgnodeviewcommonui.ui listtreeviewui.ui \
+pkgcelemviewdetailsui.ui pkgcelemviewcommonui.ui listtreeviewui.ui \
 acqprogress.cpp errordialog.cpp commitstatus.cpp \
-nodeview.cpp pkgnodeview.cpp \
+celemview.cpp pkgcelemview.cpp \
 treeview.cpp \
 listtreeview.cpp listtreewidget.cpp \




Re: Announcing the availability of first Qt 3.3 packages

2004-06-14 Thread Dominique Devriese
Brian Nelson writes:

 IMO, the reason for the missing files is the ridiculous number of
 superfluous packages Qt has been split into.  Is it really
 necessary to have libqt3-mt-dev, libqt3-headers,
 libqt3-compat-headers, qt3-dev-tools, qt3-designer, qt3-apps-dev,
 qt3-linguist, qt3-assistant, qt3-qtconfig, qt3-dev-tools-embedded,
 qt3-dev-tools-compat, etc. (I think I even left some out!) in
 separate packages?  Just a single -dev package seems sufficient to
 me.

 It makes me wonder what kind of a bribe it took to get this past
 the ftp-masters.

 Are you sure you know what you're talking about ?  I can think of a
 lot of situations in which those tools are used in various
 different combinations, so that it really is a good idea to have
 them in separate packages.

 Huh?  That's absolutely no reason to put a bunch of small binaries
 in separate packages.  You gain nothing except unnecessary
 complexity.

Let's see.  I don't consider these small binaries:
qt3-assistant_3%3a3.3.2-0pre1_i386.deb  229K
qt3-designer_3%3a3.3.2-0pre1_i386.deb   3,9M
qt3-linguist_3%3a3.3.2-0pre1_i386.deb   324K
qt3-dev-tools_3%3a3.3.2-0pre1_i386.deb  1,2M
qt3-dev-tools-embedded_3%3a3.3.2-0pre1_i386.deb 273K

 Also, you must only be talking about qt3-assistant, qt3-qtconfig,
 qt3-linguist, and qt3-designer.  

 What you've said doesn't apply to headers, and who the hell knows
 what the difference between qt3-dev-tools, qt3-apps-dev, etc. is
 anyway?

I do, and you would too if you had taken the time to look at the
package descriptions:

qt3-dev-tools: a number of binaries ( note: architecture dependent, so
   you don't want them in an arch independent headers
   package ) for normal development with Qt
qt3-apps-dev: stuff you need when you're going to be doing special
  things with embedding Qt designer and stuff.  Almost
  noone needs this.

Anyway, if you're going to be making claims like this, it would be a
lot more useful if you could provide us with a proposal about how you
would like to see the package split up, so we could consider this in a
useful manner.

cheers
domi



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

compile!


  M +1 -1  kapture/kapture.cpp   1.21
  M +0 -1  libkapture/pkgcelemview.cpp   1.2


--- kdenonbeta/kdedebian/kapture/kapture/kapture.cpp  #1.20:1.21
@@ -39,5 +39,5 @@
 #include libkapture/summaryview.h
 #include libkapture/kapturemanager.h
-#include libkapture/pkgnodeview.h
+#include libkapture/pkgcelemview.h
 #include libkapture/dpkgpm.h
 #include kapturepref.h

--- kdenonbeta/kdedebian/kapture/libkapture/pkgcelemview.cpp  #1.1:1.2
@@ -13,5 +13,4 @@
 #include libcapture/celem.h
 #include libcapture/treenode.h
-#include libcapture/treepkgnode.h
 #include libcapture/param.h
 




Bug#254348: my mistake, maybe

2004-06-14 Thread Lee Braiden
Sorry.  I just found the pics in a folder I had open in another tab while 
moving.  Not sure whether konqueror screwed up or me, so I guess this should 
be closed :/

-- 
Lee Braiden
[EMAIL PROTECTED]



Bug#227538: this seems to be a problem with 3.2.3

2004-06-14 Thread Fedor Karpelevitch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I started to experience this problem with a recent upgrade
right now I am on:

- -
ii  kdelibs  3.2.3-2  KDE core 
libraries metapackage
- -

if I symlink /etc/kde3/kthemestylerc to /etc/qt3/ the error message 
about corrupt cache goes away, but if I go to style screen of 
kcontrol Plastik still does not appear in the list of styles (that 
is what I intend to use), however Keramik does appear (it was also 
missing along with few other styles before I created symlink).

I have this problem on two different machines.

Fedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAzb3aw4m50RG4juoRAjXRAJ4+rKUqLcxR3sN+mn0VQo5edpdVBgCcDC8E
jIwS8VwY9kVeAbaR8FSXZ+w=
=8esf
-END PGP SIGNATURE-



broken debian packages on ktown

2004-06-14 Thread Dirk Mueller

Hi, 

could whoever uploaded the current debian pool run update and upload the 
result?

right now the Packages files are not there, which is rather useless..

Dirk



Re: broken debian packages on ktown

2004-06-14 Thread Dirk Mueller
On Monday 14 June 2004 17:52, Dirk Mueller wrote:

 right now the Packages files are not there, which is rather useless..

also, the source archives are missing, which is violating GPL licensing terms. 



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

Migrate most of the stuff from TreeNode - CElemPtr. Kill some more
stale code. Compiles and seems to work.


  M +19 -19kapture/kapture.cpp   1.22
  M +2 -2  kapture/kapture.h   1.9
  M +11 -0 libcapture/celem.h   1.3
  M +21 -0 libcapture/param.h   1.4
  M +5 -12 libkapture/celemview.cpp   1.2
  M +7 -10 libkapture/celemview.h   1.2
  M +29 -21libkapture/kapturemanager.cpp   1.22
  M +15 -7 libkapture/kapturemanager.h   1.10
  M +2 -21 libkapture/listtreeview.cpp   1.13
  M +0 -5  libkapture/listtreeview.h   1.2
  M +1 -110libkapture/listtreewidget.cpp   1.22
  M +1 -50 libkapture/listtreewidget.h   1.14
  M +74 -88libkapture/pkgcelemview.cpp   1.3
  M +30 -33libkapture/pkgcelemview.h   1.2
  M +2 -2  libkapture/pkgcelemviewcommonui.ui   1.2
  M +2 -2  libkapture/pkgcelemviewdetailsui.ui   1.2
  M +5 -11 libkapture/summaryview.cpp   1.6
  M +0 -2  libkapture/summaryview.h   1.2
  M +2 -4  libkapture/treeview.cpp   1.6
  M +3 -5  libkapture/treeview.h   1.6





Re: Konqueror (Audio CD Browser) causes system freezes

2004-06-14 Thread Elad Lahav
I'm having the same problems. Every once in a while, the system decides to 
insmod several modules, among which are sbpcd, mcd and sjcd. It seems that 
mcd is the one that locks-up the system for several seconds.
I've removed these modules, as a temporary solution. Does anyone know what 
process attempts to load these modules?

Elad



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

- fix slots/signals to connect (depends view still no worky tho)
- update TODO


  M +1 -1  TODO   1.31
  M +2 -1  libkapture/pkgcelemview.cpp   1.4
  M +6 -6  libkapture/pkgcelemview.h   1.3


--- kdenonbeta/kdedebian/kapture/TODO  #1.30:1.31
@@ -101,5 +101,5 @@
   capture::PkgManager)
   
-  ADD A LAYER BETWEEN TREE AND CACHE: CELEMS [done: 60%]
+  ADD A LAYER BETWEEN TREE AND CACHE: CELEMS [done: 80%]
   CElem (short for CacheElement), is a polymorphic type containing some kind
   of package cache information. Usually, this will be a wrapped up

--- kdenonbeta/kdedebian/kapture/libkapture/pkgcelemview.cpp  #1.3:1.4
@@ -57,5 +57,6 @@ PkgCElemView::PkgCElemView (QWidget *par
 w = m_janus - addVBoxPage (QString (Common));
 m_common = new PkgCElemViewCommon (w /* m_tabw */);
-connect (m_common, SIGNAL (versionChanged (pkgCache::VerIterator)), this, 
SLOT (setVersion (pkgCache::VerIterator)));
+connect (m_common, SIGNAL (versionChanged (capture::VerCElemPtr)), this,
+SLOT (setVersion (capture::VerCElemPtr)));
 
 w = m_janus - addVBoxPage (QString (Details));

--- kdenonbeta/kdedebian/kapture/libkapture/pkgcelemview.h  #1.2:1.3
@@ -66,5 +66,5 @@ namespace kapture {
 virtual void rebuild ();
 public slots:
-void setVersion (capture::VerCElemSPtr V);
+void setVersion (capture::VerCElemPtr V);
 virtual bool showElem (CElemPtr n);
 protected:
@@ -96,6 +96,6 @@ namespace kapture {
 PkgCElemViewCommon (QWidget *parent = NULL, const char *name = 
NULL);
 public slots:
-void setPackage (capture::PkgCElemSPtr P);
-void setVersion (capture::VerCElemSPtr V, pkgRecords::Parser *P);
+void setPackage (capture::PkgCElemPtr P);
+void setVersion (capture::VerCElemPtr V, pkgRecords::Parser *P);
 void setVersion (const char *ver);
 void setStatus (int i);
@@ -108,5 +108,5 @@ namespace kapture {
 void uninstall ();
 signals:
-void versionChanged (capture::VerCElemSPtr V);
+void versionChanged (capture::VerCElemPtr V);
 };
 
@@ -120,6 +120,6 @@ namespace kapture {
 PkgCElemViewDetails (QWidget *parent = NULL, const char *name = 
NULL);
 public slots:
-void setPackage (capture::PkgCElemSPtr P);
-void setVersion (capture::VerCElemSPtr V, pkgRecords::Parser *P);
+void setPackage (capture::PkgCElemPtr P);
+void setVersion (capture::VerCElemPtr V, pkgRecords::Parser *P);
 };
 }




Bug#253127: kdebase: kdecore (KIconLoader): WARNING: Icon directory foo group bar is not valid

2004-06-14 Thread Marc Haber
On Mon, Jun 07, 2004 at 04:32:02PM +0530, Amit Shah wrote:
 My .xsession-errors file is filled with the messages like in the
 subject. A complete log is appended later in the mail.

This is also printed to the console when starting a KDE application
from a command line and is very annoying.

Greetings
Marc



Bug#254439: klaptopdaemon: /proc/acpi/sleep cannot be made writeable

2004-06-14 Thread Marc Haber
Package: klaptopdaemon
Version: 4:3.2.2-2
Severity: minor

Hi,

klaptopdaemon's configuration dialog says:
... either make /proc/acpi/sleep writeable by anyone. This doesn't
work:

[8/[EMAIL PROTECTED]:~$ ls -al /proc/acpi/sleep
-rw-r--r--1 root root0 Jun 14 14:37 /proc/acpi/sleep
[9/[EMAIL PROTECTED]:~$ sudo chown :acpi /proc/acpi/sleep
[10/[EMAIL PROTECTED]:~$ sudo chmod g+w /proc/acpi/sleep
[11/[EMAIL PROTECTED]:~$ ls -al /proc/acpi/sleep
-rw-r--r--1 root root0 Jun 14 14:39 /proc/acpi/sleep
[12/[EMAIL PROTECTED]:~$

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-vash
Locale: LANG=C, LC_CTYPE=C

Versions of packages klaptopdaemon depends on:
ii  kdelibs4  4:3.2.3-2  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.4-1  GCC support library
ii  libice6   4.3.0.dfsg.1-4 Inter-Client Exchange library
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-3  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-4 X Window System Session Management
ii  libstdc++51:3.3.4-1  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxtst6  4.3.0.dfsg.1-4 X Window System event recording an
ii  xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



Bug#254441: klipper: Disable Actions by Window Class doesn't work for Firefox

2004-06-14 Thread Marc Haber
Package: klipper
Version: 4:3.2.2-1
Severity: normal

I have both firefox-bin and Firefox-bin listed in klipper's dialog
Disable Actiosn for Windows of Type WM_CLASS. Firefox lists itself
as WM_CLASS(STRING) = Gecko, Firefox-bin.

However, when I select an URL in Firefox, klipper's action popup
appears.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-vash
Locale: LANG=C, LC_CTYPE=C

Versions of packages klipper depends on:
ii  kdelibs4  4:3.2.3-2  KDE core libraries
ii  libart-2.0-2  2.3.16-5   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.3.4-1  GCC support library
ii  libice6   4.3.0.dfsg.1-4 Inter-Client Exchange library
ii  libpng12-01.2.5.0-6  PNG library - runtime
ii  libqt3c102-mt 3:3.2.3-3  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-4 X Window System Session Management
ii  libstdc++51:3.3.4-1  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.1.1-3compression library - runtime

-- no debconf information



kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

Fix dependency view. Also make Pkg2DepGrouper use specific version, not
just candidate one (well, if it is applied on PkgCElem, it will still
use candidate version). Makes dependency view respect the version combo
in pkgcelemview.


  M +18 -13libcapture/depgroupers.cpp   1.15
  M +1 -1  libcapture/depgroupers.h   1.10
  M +2 -2  libkapture/pkgcelemview.cpp   1.5


--- kdenonbeta/kdedebian/kapture/libcapture/depgroupers.cpp  #1.14:1.15
@@ -38,8 +38,8 @@ GROUPER_DESTR (Pkg2DepGrouper) {};
 // --
 GROUPER_CONSTR (Pkg2DepGrouper)
-: Grouper (f, a), m_nextInst (0), m_pkg (0)
+: Grouper (f, a), m_nextInst (0), m_ver (0)
 {
-m_pkg = ParamNode::value (Param::get (a, package));
-cerr  Pkg2DepGrouper::Pkg2DepGrouper package =   m_pkg  endl;
+m_ver = verCElem (ParamCElem::value (Param::get (a, package)));
+cerr  Pkg2DepGrouper::Pkg2DepGrouper package =   m_ver  endl;
 }
 /* }}} */
@@ -50,19 +50,24 @@ void Pkg2DepGrouper::addNode (TreeNode *
 PkgCElem *pe = 0;
 DepCElem *de = 0;
+VerCElem *ve = 0;
 if (! m_nextInst)
 m_nextInst = m_next - instantiate ();
 bool o = 0;
-if (n) {
+if (n) { // find the version to operate on; bit hairy...
 m_nextInst - addNode (n, r);
+ve = verCElem (**n);
+if (! ve) {
 pe = pkgCElem (**n);
-} else if (m_pkg) {
-pe = pkgCElem (**m_pkg);
-if (n)
-n - killChildren ();
+if (pe)
+ve = cElem (PkgManager::cache () - GetCandidateVer (*pe));
 }
-if (n || pe) {
+} else if (m_ver) {
+ve = m_ver;
+/* if (n) // XXX: from stashing times; probably worthless
+n - killChildren (); */
+} // end finding the version
+if (ve) {
 TreeNode *d = 0;
-de = cElem (PkgManager::cache () - GetCandidateVer (*pe) .
-DependsList ());
+de = ve - DependsList ();
 for (; ! de - end (); ++ (* de)) {
 if (o) {

--- kdenonbeta/kdedebian/kapture/libcapture/depgroupers.h  #1.9:1.10
@@ -29,5 +29,5 @@ namespace capture {
 // Pkg2DepGrouper - package - set of depends converter
 // --
-GROUPER_DEF (Pkg2DepGrouper, Grouper, Grouper *m_nextInst; TreeNode 
*m_pkg;);
+GROUPER_DEF (Pkg2DepGrouper, Grouper, Grouper *m_nextInst; VerCElemSPtr 
m_ver;);
 
 // DepTGrouper - dependency type grouper

--- kdenonbeta/kdedebian/kapture/libkapture/pkgcelemview.cpp  #1.4:1.5
@@ -99,5 +99,5 @@ bool PkgCElemView::showElem (capture::CE
 /* }}} */
 /* {{{ */
-void PkgCElemView::setVersion (VerCElemSPtr V)
+void PkgCElemView::setVersion (VerCElemPtr V)
 {
 pkgCache::VerFileIterator Vf;
@@ -112,5 +112,5 @@ void PkgCElemView::setVersion (VerCElemS
 // Feeder *feed = new PkgDepFeeder (V);
 Param::Map a;
-Param::set (a, package, ParamCElem::create (m_pkg));
+Param::set (a, package, ParamCElem::create (V));
 GrouperChain *c = m_depList - grouper ();
 kdDebug ()  chain:   c  endl;




KDE_3_2_BRANCH: kdeartwork/debian

2004-06-14 Thread Ben Burton
CVS commit by benb: 

Preparing for 3.2.3 upload.


  M +9 -0  changelog   1.24.2.7


--- kdeartwork/debian/changelog  #1.24.2.6:1.24.2.7
@@ -1,2 +1,11 @@
+kdeartwork (4:3.2.3-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Rebuilt against STL-enabled Qt and corresponding kdelibs (closes: #254021).
+  * Patched the autoconf tests for kxsconfig so that xscreensaver
+configuration works again (closes: #238180, #243150).
+
+ -- Ben Burton [EMAIL PROTECTED]  Tue, 15 Jun 2004 08:38:18 +1000
+
 kdeartwork (4:3.2.2-1) unstable; urgency=low
 




KDE_3_2_BRANCH: kdetoys/debian

2004-06-14 Thread Ben Burton
CVS commit by benb: 

Prepare for 3.2.3 upload.


  M +7 -0  changelog   1.72.2.7
  M +15 -15control   1.66.2.5


--- kdetoys/debian/changelog  #1.72.2.6:1.72.2.7
@@ -1,2 +1,9 @@
+kdetoys (4:3.2.3-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Don't abuse conflicts (use replaces instead where this is more proper).
+
+ -- Ben Burton [EMAIL PROTECTED]  Tue, 15 Jun 2004 08:38:18 +1000
+
 kdetoys (4:3.2.2-1) unstable; urgency=low
 

--- kdetoys/debian/control  #1.66.2.4:1.66.2.5
@@ -19,5 +19,5 @@
 Section: doc
 Suggests: www-browser, kdetoys
-Conflicts: amor ( 4:2.2.0-0), kmoon ( 4:2.2.0-0), kodo ( 4:2.2.0-0), 
kteatime ( 4:2.2.0-0), kweather ( 4:3.0.0-0), kworldclock ( 4:2.2.0-0)
+Replaces: amor ( 4:2.2.0-0), kmoon ( 4:2.2.0-0), kodo ( 4:2.2.0-0), 
kteatime ( 4:2.2.0-0), kweather ( 4:3.0.0-0), kworldclock ( 4:2.2.0-0)
 Description: KDE toys documentation in HTML format
  By default the toys provided with KDE (the K Desktop Environment) only
@@ -40,6 +40,6 @@
 Recommends: kwin
 Suggests: khelpcenter, kdetoys-doc-html
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys
-Replaces: kdetoys ( 4:3.0.1-0)
+Conflicts: task-kdetoys
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys
 Description: a KDE creature for your desktop
  AMOR stands for Amusing Misuse Of Resources.  It provides several different
@@ -56,6 +56,6 @@
 Depends: ${shlibs:Depends}
 Recommends: kicker
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys
-Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys ( 4:2.0-final-7)
+Conflicts: task-kdetoys
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys
 Description: eyes applet for KDE
  An applet for the KDE panel containing a pair of eyes that follow your mouse
@@ -82,6 +82,6 @@
 Recommends: kicker
 Suggests: khelpcenter, kdetoys-doc-html
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys
-Replaces: kdetoys ( 4:3.0.1-0)
+Conflicts: task-kdetoys
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys
 Description: moon phase indicator for KDE
  Displays the current phase of the moon in the KDE system tray.
@@ -94,6 +94,6 @@
 Depends: ${shlibs:Depends}
 Suggests: khelpcenter, kdetoys-doc-html
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys
-Replaces: kdetoys ( 4:3.0.1-0)
+Conflicts: task-kdetoys
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys
 Description: mouse odometer for KDE
  KOdometer measures your desktop mileage. It tracks the movement of your mouse
@@ -110,6 +110,6 @@
 Recommends: kicker
 Suggests: khelpcenter, kdetoys-doc-html
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys
-Replaces: kdetoys ( 4:3.0.1-0)
+Conflicts: task-kdetoys
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys
 Description: KDE utility for making a fine cup of tea
  KTeaTime is a handy timer for steeping tea.  No longer will you have to
@@ -127,6 +127,6 @@
 Depends: ${shlibs:Depends}
 Suggests: kwin
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys
-Replaces: kdetoys ( 4:3.0.1-0)
+Conflicts: task-kdetoys
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys
 Description: Tux screensaver for KDE
  A neat Tux-in-a-spaceship screensaver for the K Desktop Environment (KDE).
@@ -156,6 +156,6 @@
 Depends: ${shlibs:Depends}
 Suggests: kdeartwork-misc, kicker, khelpcenter, kdetoys-doc-html
-Conflicts: kdetoys ( 4:3.0.1-0), task-kdetoys, kworldwatch (= 4:2.2-beta1-1)
-Replaces: kdetoys ( 4:3.0.1-0), kworldwatch (= 4:2.2-beta1-1)
+Conflicts: task-kdetoys, kworldwatch (= 4:2.2-beta1-1)
+Replaces: kdetoys ( 4:3.0.1-0), task-kdetoys, kworldwatch (= 4:2.2-beta1-1)
 Provides: kworldwatch
 Description: earth watcher for KDE




KDE_3_2_BRANCH: kdeartwork/debian

2004-06-14 Thread Ben Burton
CVS commit by benb: 

Update build-depends for STL-enabled Qt.


  M +1 -1  control   1.30.2.6


--- kdeartwork/debian/control  #1.30.2.5:1.30.2.6
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Ben Burton [EMAIL PROTECTED]
-Build-Depends: automake1.7, debhelper ( 4.0.0), kdebase-dev ( 4:3.2.0), 
kdelibs4-dev ( 4:3.2.0), kwin, xlibmesa-gl-dev, xlibmesa-glu-dev, 
xscreensaver-nognome | xscreensaver
+Build-Depends: automake1.7, debhelper ( 4.0.0), kdebase-dev ( 4:3.2.0), 
kdelibs4-dev (= 4:3.2.3-2), kwin, libqt3-mt-dev (= 3:3.2.3-3), 
xlibmesa-gl-dev, xlibmesa-glu-dev, xscreensaver-nognome | xscreensaver
 Build-Conflicts: nvidia-glx
 Standards-Version: 3.6.1




Bug#245192: Same here

2004-06-14 Thread Hape Schaal
Hi!

 Did anyone else experience something similar?

Unfortunately yes. I ran into the same effects you did: xmms is just fine, ogg 
under kde is, only mp3 under kde is not.

It's like an additional rythm, very disturbing. But I encountered a few other 
disturbing effects: Some files sound very noisy, others sound like if you 
played them with one of these horrible volume enlagers (which produce 
horrible sound in loud parts of the track).

I have no arts-effects enabled and all these files played well with KDE 3.1.5 
under (Beyond) Linux From Scratch.

System: Debian Sarge
Package: libarts1-mpeglib
Version: 4:3.2.2-1

cu

Hape Schaal



Processed: Re: kdebase3-audiolibs needed but not installable

2004-06-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 248414 kde
Bug#248414: kdebase3-audiolibs needed but not installable
Warning: Unknown package 'kdebase3-audiolibs'
Bug reassigned from package `kdebase3-audiolibs' to `kde'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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



KDE_3_2_BRANCH: kdetoys/debian

2004-06-14 Thread Ben Burton
CVS commit by benb: 

Make lintian-clean.


  Asource.lintian-overrides   1.1.2.1
  M +2 -0  changelog   1.72.2.8
  M +1 -1  control   1.66.2.6


--- kdetoys/debian/changelog  #1.72.2.7:1.72.2.8
@@ -3,4 +3,6 @@
   * New upstream bugfix release.
   * Don't abuse conflicts (use replaces instead where this is more proper).
+  * Suggests (konqueror | www-browser) for kdetoys-doc-html instead of
+just www-browser.
 
  -- Ben Burton [EMAIL PROTECTED]  Tue, 15 Jun 2004 08:38:18 +1000

--- kdetoys/debian/control  #1.66.2.5:1.66.2.6
@@ -18,5 +18,5 @@
 Architecture: all
 Section: doc
-Suggests: www-browser, kdetoys
+Suggests: konqueror | www-browser, kdetoys
 Replaces: amor ( 4:2.2.0-0), kmoon ( 4:2.2.0-0), kodo ( 4:2.2.0-0), 
kteatime ( 4:2.2.0-0), kweather ( 4:3.0.0-0), kworldclock ( 4:2.2.0-0)
 Description: KDE toys documentation in HTML format




KDE_3_2_BRANCH: kdeartwork/debian

2004-06-14 Thread Ben Burton
CVS commit by benb: 

Make lintian-clean.


  Asource.lintian-overrides   1.1.2.1
  M +4 -0  changelog   1.24.2.8
  M +1 -2  control   1.30.2.7


--- kdeartwork/debian/changelog  #1.24.2.7:1.24.2.8
@@ -5,4 +5,8 @@
   * Patched the autoconf tests for kxsconfig so that xscreensaver
 configuration works again (closes: #238180, #243150).
+  * Suggests (kwin | x-window-manager) for kdewallpapers instead of just
+x-window-manager.
+  * Removed recommends: kwin from kdeartwork-theme-window since this is
+already coming in as a depends from the kwin shlibs file.
 
  -- Ben Burton [EMAIL PROTECTED]  Tue, 15 Jun 2004 08:38:18 +1000

--- kdeartwork/debian/control  #1.30.2.6:1.30.2.7
@@ -70,5 +70,4 @@
 Section: kde
 Depends: ${shlibs:Depends}
-Recommends: kwin
 Replaces: kwin ( 4:3.1.93)
 Description: window decoration themes released with KDE
@@ -83,5 +82,5 @@
 Architecture: all
 Section: kde
-Suggests: x-window-manager
+Suggests: kwin | x-window-manager
 Conflicts: kdeartwork-theme-desktop (= 4:3.1.2-1)
 Replaces: kdeartwork-theme-desktop (= 4:3.1.2-1)




kdenonbeta/kdedebian/kapture

2004-06-14 Thread Peter Rockai
CVS commit by mornfall: 

- code  comment cleanups
- monitor child dpkg process; also open status fd pipe for it [beware:
  this is terrible hack and should be fixed to be more reliable]
- get rid of PkgManager::_commit flags (use _config again)
- update TODO


  M +12 -8 TODO   1.32
  M +4 -2  kapture/kapture.cpp   1.23
  M +3 -2  kapture/kaptureui.rc   1.3
  M +28 -2 libcapture/dpkgpm.cpp   1.2
  M +3 -0  libcapture/dpkgpm.h   1.2
  M +19 -31libcapture/grouper.h   1.19
  M +7 -9  libcapture/pkgmanager.cpp   1.24
  M +4 -4  libcapture/pkgmanager.h   1.17
  M +10 -11libcapture/tree.h   1.13
  M +14 -1 libkapture/dpkgpm.cpp   1.2
  M +2 -1  libkapture/dpkgpm.h   1.2
  M +6 -2  libkapture/kapturemanager.cpp   1.23