installing rekall in woody

2004-04-25 Thread Brad Camroux
Hello,

I am trying to install rekall under Woody.  I cannot seem to get past 
the configure script, where it says that I do not have qt=3.0 
installed.  In the config.log file, I see the message

snip
QT_VERSION not defined
/snip

I'm not quite sure why things are not working, because I most 
certainly do have qt=3.0 installed (otherwise I couldn't be using 
KDE=3.0, which I am).  I have looked for .deb packages of rekall, 
but can't seem to find any with the latest stable version, and I'm 
not sure if there is an official site that is hosting rekall*.deb for 
use with apt-get.

If someone could provide some insight as to how I can get the 
configure script to at least pass the Qt check, I would very much 
appreciate it.

((Please CC me in your reply))

Thank you,

-- 
+--+---+
|Brad Camroux  | === http://www.debian.org === |
|Student   | = |
|Geophysics  Applied Math | Proud admin and user of Debian|
|University of Calgary | since 2003... because Red Hat |
|Calgary, AB, Canada   | just didn't cut it|
+--+---+



Bug#245820: kdeutils: FTBFS on powerpc (missing TAG_BRIGHTNESS)

2004-04-25 Thread Petter Reinholdtsen

Package:  kdeutils
Version:  4:3.2.2-1
Severity: serious

The source fail to build on powerpc because it is missing the
TAG_BRIGHTNESS constant.  This is the build error:

  Making all in powerbook2
  make[4]: Entering directory
`/build/buildd/kdeutils-3.2.2/obj-powerpc-linux/kmilo/powerbook2'
  if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I../../../kmilo/powerbook2
-I../.. -I../../../kmilo/powerbook2/../kmilod -I/usr/include/kde
-I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT pb_monitor.lo -MD -MP -MF
.deps/pb_monitor.Tpo -c -o pb_monitor.lo
../../../kmilo/powerbook2/pb_monitor.cpp; \
  then mv -f .deps/pb_monitor.Tpo .deps/pb_monitor.Plo; else rm
-f .deps/pb_monitor.Tpo; exit 1; fi

  ../../../kmilo/powerbook2/pb_monitor.cpp: In member function `virtual
 KMilo::Monitor::DisplayType PowerBookMonitor::poll()':
  ../../../kmilo/powerbook2/pb_monitor.cpp:82: error: `TAG_BRIGHTNESS'
undeclared
 (first use this function)
  ../../../kmilo/powerbook2/pb_monitor.cpp:82: error: (Each undeclared
identifier
 is reported only once for each function it appears in.)
  ../../../kmilo/powerbook2/pb_monitor.cpp:103: warning: `and' of mutually
 exclusive equal-tests is always 0
  make[4]: *** [pb_monitor.lo] Error 1
  make[4]: Leaving directory
`/build/buildd/kdeutils-3.2.2/obj-powerpc-linux/kmilo/powerbook2'

The problem is in this code:

  Monitor::DisplayType PowerBookMonitor::poll()
  {
Monitor::DisplayType rc = None;
// Drain the queue, send the last message
struct tagitem* tag = readMessage();
m_message = QString::null;
while ( tag  tag-tag != TAG_END ) {
switch ( tag-tag ) {
case TAG_VOLUME:
rc = Monitor::Volume;
m_progress = (int)tag-data;
break;
case TAG_MUTE:
rc = Monitor::Mute;
m_progress = (int)tag-data;
break;
case TAG_BRIGHTNESS:
rc = Monitor::Brightness;
m_progress = ((int)tag-data)*100/15;
break;
  [...]

The TAG_BRIGHTNESS constant is not mentioned anywhere else in the
kdeutils source.  I have no idea which header file it belongs to.

Searching on google for TAG_BRIGHTNESS, I come across a document
URL:http://www.cymes.de/members/joker/projects/pbbuttons/clog-gtkpbbuttons.txt
mentioning that a constant changed name from TAG_BRIGHTNESS to
TAG_LCDBRIGHTNESS.  Perhaps the source need to be updated to use the
new name?

I do not have a powerpc machine available to test this.



Re: Problems with startup menu.

2004-04-25 Thread Dominique Devriese
Adeodato Sim writes:

 * Jan Hudec [Sat, 24 Apr 2004 10:29:14 +0200]:
 I have a problem that Debian item disapeared from my start menu
 in KDE (quite recently, with update from 4:3.2.2-1 to 4:3.2.2-2).

 The /etc/menu-methods/kdelibs-bin is gone. It is reported by
 packages.debian.org as being in kdelibs-bin 4:3.2.2-2, but does not
 exist on my system (was deleted by preinst script, but never
 created nor does it exist in the .deb).

 I am not reporting this as a bug (yet), because I don't know what
 caused it. Please, tell me which things I should check.

 # apt-get install menu-xdg

How could he not have this installed, since kdelibs-bin depends on it?
cheers
domi



Bug#245494: ksvg: svgdisplay gets signal 11 on some images

2004-04-25 Thread Dominique Devriese

package ksvg
tags 245494 +upstream
forwarded 245494 http://bugs.kde.org/show_bug.cgi?id=80320
thanks

Markus Schaber writes:

 Package: ksvg Version: 4:3.2.2-1 Severity: important Tags: sid

 Hi, on some SVG images (e. G. the attached one or the SVGAbout.svg
 that comes with Adobe SVG Plugin) svgdisplay gets killed with signal
 11.

 The DrKonqi backtrace that shows up after the crash seems to be
 rather useless because of a lack of symbols.

 I run it under gnome, in a mixed testing/unstable environment.

 Some of the examples that come with batik squiggle work fine while
 others display distorted images, but I could not provoke a crash
 with those of the squggle examples I tried.

 Can you reproduce the problem?

Yes, thanks, I've forwarded this bug report upstream.

cheers
domi



Processed: Re: Bug#245494: ksvg: svgdisplay gets signal 11 on some images

2004-04-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package ksvg
Ignoring bugs not assigned to: ksvg

 tags 245494 +upstream
Bug#245494: ksvg: svgdisplay gets signal 11 on some images
Tags were: sid
Tags added: upstream

 forwarded 245494 http://bugs.kde.org/show_bug.cgi?id=80320
Bug#245494: ksvg: svgdisplay gets signal 11 on some images
Noted your statement that Bug has been forwarded to 
http://bugs.kde.org/show_bug.cgi?id=80320.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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



Re: Problems with startup menu.

2004-04-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Dominique Devriese wrote:
 How could he not have this installed, since kdelibs-bin depends on it?

Because it doesn't:

$ apt-cache show kdelibs-bin | grep xdg
Recommends: menu-xdg

Grüße/Regards,

René
- -- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAi+m8+FmQsCSK63MRAiFzAJ41oIbz4orzsyutqxDQDqVacn0l6QCbBoBV
dGZJlOsrPhM1IWY8sYI9x8A=
=yNLP
-END PGP SIGNATURE-



Re: Problems with startup menu.

2004-04-25 Thread Christopher Martin
It's only a Recommends, so a manual apt-get install menu-xdg is 
required. The kdelibs README.Debian needs a slight update to explain what 
and why is now required to get the Debian menu in KDE.

Out of curiosity, why isn't menu-xdg a Recommends of kicker or kdebase, 
and perhaps documented there as well? I would guess that more people 
would look to kdebase or kicker for information than kdelibs or the 
dependencies of kdelibs-bin.

Chris

On April 25, 2004 11:52, Dominique Devriese wrote:
  # apt-get install menu-xdg

 How could he not have this installed, since kdelibs-bin depends on it?
 cheers
 domi



Bug#245820: Acknowledgement (kdeutils: FTBFS on powerpc (missing TAG_BRIGHTNESS))

2004-04-25 Thread Petter Reinholdtsen
The constant is supposed to be in pbbtags.h from package
pbbuttonsd-dev.  It was recently upgraded to a newer version
(0.5.9-1), and this new version do not a constant have TAG_BRIGHTNESS.



Bug#245830: kdesktop hangs sometimes

2004-04-25 Thread Robert Gomułka
Package: kdesktop
Version: 4:3.2.2-1
Severity: normal

It started to happen on my current version - on previous versions it
never happened.
From time to time, when I press alt-f2 to execute an application, I
click Run on kdesktop window, then selected application starts, but
kdesktop window doesn't disappear. Clicked button (run) stays pushed.
After a few seconds I click on top-right cross to close kdesktop window,
then pop-up comes and says that kdesktop is not responding and if I want
to close it. I want to close it.
Then Run a command command from my KDE menu stops working.
Alt-F2 doesn't work, too. When my focus is on konsole, pressing Alt-F2
causes printing OQ character sequence on terminal. (Alt-F1 still
works).
I repeat - it didn't happen before my current KDE version (specified
below).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (ignored: LC_ALL set to pl_PL)

Versions of packages kdesktop depends on:
ii  kdebase-bin 4:3.2.2-1KDE Base (binaries)
ii  kdelibs44:3.2.2-2KDE core libraries
ii  libart-2.0-22.3.16-5 Library of functions for 2D graphi
ii  libc6   2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libfam0c102 2.7.0-5  client library to control the FAM 
ii  libgcc1 1:3.3.3-6GCC support library
ii  libice6 4.3.0-7  Inter-Client Exchange library
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libkonq44:3.2.2-1Core libraries for KDE's file mana
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi
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-6The 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



Re: Problems with startup menu.

2004-04-25 Thread Dominique Devriese
Rene Engelhard writes:

 Hi,
 Dominique Devriese wrote:
 How could he not have this installed, since kdelibs-bin depends on
 it?

 Because it doesn't:

 $ apt-cache show kdelibs-bin | grep xdg Recommends: menu-xdg

Hm, right, I was confused by apt-cache rdepends menu-xdg output.

cheers
domi



Re: Problems with startup menu.

2004-04-25 Thread Dominique Devriese
Christopher Martin writes:

 It's only a Recommends, so a manual apt-get install menu-xdg is
 required. The kdelibs README.Debian needs a slight update to explain
 what and why is now required to get the Debian menu in KDE.

 Out of curiosity, why isn't menu-xdg a Recommends of kicker or
 kdebase, and perhaps documented there as well? I would guess that
 more people would look to kdebase or kicker for information than
 kdelibs or the dependencies of kdelibs-bin.

Why is menu-xdg only a Recommended by kdelibs-bin ?  IIUC, it is
needed for Debian policy conformance, and as such should be a hard
depends, no ?

cheers
domi



Bug#245820: [PATCH] Make KMilo compile on ppc

2004-04-25 Thread Dominique Devriese

Hi,

As I'm not sure who's maintaining kmilo, I'm sending this to some
people holding copyright in the relevant files, and core-devel.

The attached patch is supposed to fix a compile failure [1] in
kdeutils/kmilo/powerbook2, which is caused by the pbbuttons library
having renamed the macro TAG_BRIGHTNESS to TAG_LCDBRIGHTNESS ( as
documented in the changelog [2] ).

Ok to commit this patch to BRANCH and HEAD ?

cheers
domi

Footnotes: 
[1]  
http://buildd.debian.org/fetch.php?pkg=kdeutilsver=4%3A3.2.2-1arch=powerpcstamp=1082850620file=logas=raw

[2]  http://www.cymes.de/members/joker/projects/pbbuttons/clog-gtkpbbuttons.txt

Index: kmilo/powerbook2/pb_monitor.cpp
===
RCS file: /home/kde/kdeutils/kmilo/powerbook2/pb_monitor.cpp,v
retrieving revision 1.4.2.2
diff -u -r1.4.2.2 pb_monitor.cpp
--- kmilo/powerbook2/pb_monitor.cpp	27 Mar 2004 17:49:46 -	1.4.2.2
+++ kmilo/powerbook2/pb_monitor.cpp	25 Apr 2004 16:53:09 -
@@ -36,6 +36,12 @@
 //among which is template...
 #undef template
 #include pbb.h
+
+// TAG_BRIGHTNESS was renamed to TAG_LCDBRIGHTNESS in pbbuttons
+// 0.6.1-2
+#ifndef TAG_LCDBRIGHTNESS
+#define TAG_LCDBRIGHTNESS TAG_BRIGHTNESS
+#endif
 }
 
 #define BUFFERLEN	200
@@ -79,7 +85,7 @@
 			rc = Monitor::Mute;
 			m_progress = (int)tag-data;
 			break;
-		case TAG_BRIGHTNESS:
+		case TAG_LCDBRIGHTNESS:
 			rc = Monitor::Brightness;
 			m_progress = ((int)tag-data)*100/15;
 			break;


Bug#245833: KDE Ark bug

2004-04-25 Thread A C Censi

Package: ark
Package: ark
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 708
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Architecture: i386
Source: kdeutils  
Version: 4:3.2.2-1
Depends: kdelibs4 (= 4:3.2.2), libart-2.0-2 (= 2.3.8), libc6 (=
2.3.2.ds1-4), libfam0c102, libgcc1 (= 1:3.3.3-1), libice6 | xlibs (
4.1.0), libpng12-0 (= 1.2.5.0-4), libqt3c102-mt (= 3:3.2.3), libsm6 |
xlibs ( 4.1.0), libstdc++5 (= 1:3.3.3-1), libx11-6 | xlibs ( 4.1.0),
libxext6 | xlibs ( 4.1.0), libxrender1, zlib1g (= 1:1.2.1)
Suggests: khelpcenter, arj, ncompress, rar, unzip, zip, zoo  
Description: KDE archiving tool
 KDE is a powerful Open Source graphical desktop environment for Unix
 workstations. It combines ease of use, contemporary functionality, and
 outstanding graphical design with the technological superiority of the Unix
 operating system.
 .
 An archiver for KDE.
 .
 Supports: zip, tar, tar + compression (lzop, gzip, bzip2, bzip, compress)
 lha, zoo, rar, ar, etc...
 .
 This package is part of the official KDE utils module.

Bug:
Ark cannot open tar.xxx (xxx can be gz, bz2, etc.), giving error message 
utility not  iin your PATH; usually after utility there is an utility name 
like gzip or, but iin this case it is missing.
 
Severity: serious

Note: Bug is already known by KDE developers, as ca be seen in KDE 3.2.2
annoucement page and there is already a patch.

I am just submitting a patch to debiian because there is no reference to
this bug iin debian bugtrack yet.   


-- 
Antonio Carlos Censi



Bug#245820: KDE_3_2_BRANCH: kdeutils/kmilo/powerbook2

2004-04-25 Thread Dominique Devriese
CVS commit by domi: 

Make it compile with pbbuttons = 0.6.1-2

CCMAIL:[EMAIL PROTECTED]


  M +7 -1  pb_monitor.cpp   1.4.2.3


--- kdeutils/kmilo/powerbook2/pb_monitor.cpp  #1.4.2.2:1.4.2.3
@@ -37,4 +37,10 @@ extern C {
 #undef template
 #include pbb.h
+
+// TAG_BRIGHTNESS was renamed to TAG_LCDBRIGHTNESS in pbbuttons
+// 0.6.1-2
+#ifndef TAG_LCDBRIGHTNESS
+#define TAG_LCDBRIGHTNESS TAG_BRIGHTNESS
+#endif
 }
 
@@ -80,5 +86,5 @@ Monitor::DisplayType PowerBookMonitor::p
 m_progress = (int)tag-data;
 break;
-case TAG_BRIGHTNESS:
+case TAG_LCDBRIGHTNESS:
 rc = Monitor::Brightness;
 m_progress = ((int)tag-data)*100/15;





Bug#245820: Acknowledgement (kdeutils: FTBFS on powerpc (missing TAG_BRIGHTNESS))

2004-04-25 Thread Dominique Devriese
Petter Reinholdtsen writes:

 The constant is supposed to be in pbbtags.h from package
 pbbuttonsd-dev.  It was recently upgraded to a newer version
 (0.5.9-1), and this new version do not a constant have
 TAG_BRIGHTNESS.

This bug has been fixed in 3_2_BRANCH and HEAD upstream.  This means
it will be fixed in all further kde releases, notably kde 3.2.3.

cheers
domi



Re: Problems with startup menu.

2004-04-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christopher Martin wrote:
 Out of curiosity, why isn't menu-xdg a Recommends of kicker or kdebase, 
 and perhaps documented there as well? I would guess that more people 
 would look to kdebase or kicker for information than kdelibs or the 
 dependencies of kdelibs-bin.

users looking at Recommends: / Suggests?

haha. MANY don't

(yes, I know apt shows them nowadays but even this is sometimes
ignored and bogus bugs filed...)

Grüße/Regards,

René
- -- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAi/yd+FmQsCSK63MRAlivAJsH7OnMHAcpPnB9mc/wGhhdF4BxYQCfSYMX
OyMnE1pLRoIjovlAWFaa6wo=
=WuTw
-END PGP SIGNATURE-



Re: Problems with startup menu.

2004-04-25 Thread Christopher Martin
On April 25, 2004 13:10, Dominique Devriese wrote:
 Why is menu-xdg only a Recommended by kdelibs-bin ?  IIUC, it is
 needed for Debian policy conformance, and as such should be a hard
 depends, no ?

The question of which package should document and/or have a package 
relationship with menu-xdg is separate from the question of the proper 
strength of the package relationship.

As to this second issue, the Debian Menu System documentation, Ch. 5, 
states:

-
Please, do not make your package depend on the menu package! The preferred 
way of telling dpkg that your wm can cooperate with menu is:

Suggests: menu

Please only consider using depends if you feel providing reasonable 
defaults for systems without menu will make life very difficult for you.
-

If I understand correctly, all that Menu Policy requires of KDE is that it 
give users the option of using the Debian menu system. A Depends is not 
at all required, since not everyone wants to have the Debian menu system. 
So a Recommends is more than enough - in fact, we really should downgrade 
menu to a Suggests. GNOME, blackbox, etc. all Suggest menu. No one 
Depends on it. 

Interestingly, the part of GNOME that Suggests menu is gnome-panel. Maybe 
kicker should do the same, instead of kdelibs-bin.

Cheers,
Chris



Re: Problems with startup menu.

2004-04-25 Thread Chris Cheney
On Sun, Apr 25, 2004 at 02:55:53PM -0400, Christopher Martin wrote:
 On April 25, 2004 13:10, Dominique Devriese wrote:
  Why is menu-xdg only a Recommended by kdelibs-bin ?  IIUC, it is
  needed for Debian policy conformance, and as such should be a hard
  depends, no ?
 
 The question of which package should document and/or have a package 
 relationship with menu-xdg is separate from the question of the proper 
 strength of the package relationship.
 
 As to this second issue, the Debian Menu System documentation, Ch. 5, 
 states:
 
 -
 Please, do not make your package depend on the menu package! The preferred 
 way of telling dpkg that your wm can cooperate with menu is:
 
 Suggests: menu
 
 Please only consider using depends if you feel providing reasonable 
 defaults for systems without menu will make life very difficult for you.
 -
 
 If I understand correctly, all that Menu Policy requires of KDE is that it 
 give users the option of using the Debian menu system. A Depends is not 
 at all required, since not everyone wants to have the Debian menu system. 
 So a Recommends is more than enough - in fact, we really should downgrade 
 menu to a Suggests. GNOME, blackbox, etc. all Suggest menu. No one 
 Depends on it. 
 
 Interestingly, the part of GNOME that Suggests menu is gnome-panel. Maybe 
 kicker should do the same, instead of kdelibs-bin.

The part of kde that reads the menu is actually in kdelibs-bin
/usr/bin/kde-menu which is used by various apps that ask you what to
open something with. So at the very least kdelibs-bin would also have
to have the suggests along with possibly kicker... That was the reason
the menu's were first moved to kdelibs-bin before being split out into
their own separate package.

Chris


signature.asc
Description: Digital signature


Bug#245830: strace output

2004-04-25 Thread Robert Gomułka
Actually at the moment my kdesktop hangs always ...
I have to re-launch it to get it to work ...
These are last lines from executing strace -f kdesktop and then selecting to 
run kmines:

2647  gettimeofday({1082920821, 904735}, NULL) = 0
2647  write(4, [EMAIL PROTECTED]@..., 
1576) = 1576
2647  ioctl(4, FIONREAD, [0])   = 0
2647  ioctl(4, FIONREAD, [0])   = 0
2647  gettimeofday({1082920821, 906743}, NULL) = 0
2647  select(15, [3 4 5 6 8 11 12 14], [], [], {0, 0}) = 1 (in [6], left {0, 
0})
2647  read(6, \0, 1)  = 1
2647  gettimeofday({1082920821, 907081}, NULL) = 0
2647  gettimeofday({1082920821, 907271}, NULL) = 0
2647  gettimeofday({1082920821, 907496}, NULL) = 0
2647  write(4, [EMAIL PROTECTED],\1\20\0;\0\5\0009\0..., 
1612) = 1612
2647  ioctl(4, FIONREAD, [0])   = 0
2647  gettimeofday({1082920821, 908987}, NULL) = 0
2647  select(15, [3 4 5 6 8 11 12 14], [], [], {0, 95748}) = 1 (in [4], left 
{0, 37000})
2647  gettimeofday({1082920821, 968991}, NULL) = 0
2647  ioctl(4, FIONREAD, [32])  = 0
2647  read(4, \3$\374\n\36[EMAIL PROTECTED]..., 
32) = 32
2647  ioctl(4, FIONREAD, [0])   = 0
2647  ioctl(4, FIONREAD, [0])   = 0
2647  ioctl(4, FIONREAD, [0])   = 0
2647  gettimeofday({1082920821, 969519}, NULL) = 0
2647  select(15, [3 4 5 6 8 11 12 14], [], [], {0, 35216}) = 0 (Timeout)
2647  gettimeofday({1082920822, 5270}, NULL) = 0
2647  access(/usr/bin/kmines, F_OK)   = -1 ENOENT (No such file or 
directory)
2647  access(/usr/local/bin/kmines, F_OK) = -1 ENOENT (No such file or 
directory)
2647  access(/usr/bin/kmines, F_OK)   = -1 ENOENT (No such file or 
directory)
2647  access(/bin/kmines, F_OK)   = -1 ENOENT (No such file or 
directory)
2647  access(/usr/X11R6/bin/kmines, F_OK) = -1 ENOENT (No such file or 
directory)
2647  access(/usr/games/kmines, F_OK) = 0
2647  access(/usr/games/kmines, X_OK) = 0
2647  lstat64(/usr/games/kmines, {st_mode=S_IFREG|0755, 
st_size=253532, ...}) = 0
2647  ioctl(6, FIONREAD, [0])   = 0
2647  write(7, \0, 1) = 1
2647  write(3, \2\2\2\0\376\0\0\0e\0\0\0, 12) = 12
2647  write(3, \0\0\0\tkdesktop\0\0\0\0\nklauncher\0\0\0\0\nk..., 135) = 135
2647  write(3, \0\0\0T\0/\0u\0s\0r\0/\0s\0h\0a\0r\0e\0/\0a\0p\0p..., 119) = 
119
2647  read(3, \2\5\0\2\37\0\0\0, 8)   = 8
2647  read(3, e\0\0\0, 4) = 4
2647  read(3, \0\0\0\nklauncher\0\0\0\0\tkdesktop\0\0\0\0\f, 31) = 31
2647  read(3, 0x8054a50, 8) = ? ERESTARTSYS (To be restarted)



And when I select to kill it:
2647  +++ killed by SIGKILL +++

Regards,
Robert



Re: Problems with startup menu.

2004-04-25 Thread Christopher Martin
On April 25, 2004 15:26, Chris Cheney wrote:
 The part of kde that reads the menu is actually in kdelibs-bin
 /usr/bin/kde-menu which is used by various apps that ask you what to
 open something with. So at the very least kdelibs-bin would also have
 to have the suggests along with possibly kicker... That was the reason
 the menu's were first moved to kdelibs-bin before being split out into
 their own separate package.

Ah, I see. From the point of view of the packager or developer, menu-xdg 
enhances kdelibs-bin, because menu-xdg relates to /usr/bin/kde-menu, 
which is provided by kdelibs-bin. But from the point of view of the end 
user, kicker provides the K menu, and it is noticeably altered by 
menu-xdg. Thus it should Suggest menu-xdg as well.

According to this rationale, kdelibs should document the details of how it 
all works and why a separate package (menu-xdg) is now needed. Kicker 
should explain to the end-user what the Suggest will do for them, either 
in the package description or a README.Debian (or both).

Cheers,
Chris



Processed: close 217349

2004-04-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 217349
Bug#217349: knotes: data loss and screen covering after reboot
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Ivan Nestlerode [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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



Processed: close 217288

2004-04-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 217288
Bug#217288: ERROR: Could not delete old config file!!
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Ivan Nestlerode [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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



KDE_3_2_BRANCH: kdeartwork/debian

2004-04-25 Thread Ben Burton
CVS commit by benb: 

Prepare 3.2.2 upload.


  M +7 -0  changelog   1.24.2.6
  M +0 -1  control   1.30.2.5


--- kdeartwork/debian/changelog  #1.24.2.5:1.24.2.6
@@ -1,2 +1,9 @@
+kdeartwork (4:3.2.2-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Don't use Conflicts/Replaces where we should just use Replaces.
+
+ -- Ben Burton [EMAIL PROTECTED]  Mon, 26 Apr 2004 09:25:01 +1000
+
 kdeartwork (4:3.2.1-1) unstable; urgency=low
 

--- kdeartwork/debian/control  #1.30.2.4:1.30.2.5
@@ -71,5 +71,4 @@
 Depends: ${shlibs:Depends}
 Recommends: kwin
-Conflicts: kwin ( 4:3.1.93)
 Replaces: kwin ( 4:3.1.93)
 Description: window decoration themes released with KDE




KDE_3_2_BRANCH: quanta/debian

2004-04-25 Thread Ben Burton
CVS commit by benb: 

Prepare 3.2.2 upload.


  M +6 -0  changelog   1.11.4.8


--- quanta/debian/changelog  #1.11.4.7:1.11.4.8
@@ -1,2 +1,8 @@
+quanta (1:3.2.2-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Ben Burton [EMAIL PROTECTED]  Mon, 26 Apr 2004 09:25:01 +1000
+
 quanta (1:3.2.1-2) unstable; urgency=low
 




KDE_3_2_BRANCH: quanta/debian

2004-04-25 Thread Ben Burton
CVS commit by benb: 

File no longer installed.


  M +0 -1  kfilereplace.install   1.1.2.2


--- quanta/debian/kfilereplace.install  #1.1.2.1:1.1.2.2
@@ -1,4 +1,3 @@
 usr/lib/kde3/libkfilereplacepart.*
-usr/share/applnk/Utilities/kfilereplacepart.desktop
 usr/share/apps/kfilereplacepart
 usr/share/icons/hicolor/22x22/apps/kfilereplace.png




Bug#245894: kcontrol: Cannot configure The Matrix screensaver

2004-04-25 Thread Nick Leverton
Package: kcontrol
Version: 4:3.2.2-1
Severity: normal
Tags: sid

In kcm_screensaver, I'm unable to configure The Matrix screensaver.
It does have config options (man xmatrix), they worked in Debian KDE 3.1,
and they work in a.n.other vendor's KDE 3.2.  In our 3.2, if I click on
Setup for The Matrix, kcontrol pauses for a few seconds and then pops
up the no configuration available box.  Other screensavers can be
successfully configured, though I haven't tested them all I'm afraid.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (550, 'unstable'), (510, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.4.24njl
Locale: LANG=en_GB, LC_CTYPE=en_GB

Versions of packages kcontrol depends on:
ii  kdebase-data4:3.2.2-1KDE Base (shared data)
ii  kdelibs44:3.2.2-2KDE core libraries
ii  libart-2.0-22.3.16-5 Library of functions for 2D graphi
ii  libasound2  1.0.4-1  Advanced Linux Sound Architecture 
ii  libaudio2   1.6c-3   The Network Audio System (NAS). (s
ii  libc6   2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libfam0c102 2.7.0-5  client library to control the FAM 
ii  libfontconfig1  2.2.2-2  generic font configuration library
ii  libfreetype62.1.7-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:3.3.3-6GCC support library
ii  libice6 4.3.0-7  Inter-Client Exchange library
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.5.0-5PNG library - runtime
ii  libqt3c102-mt   3:3.2.3-2Qt GUI Library (Threaded runtime v
ii  libraw1394-50.10.1-1 library for direct access to IEEE 
ii  libsm6  4.3.0-7  X Window System Session Management
ii  libssl0.9.7 0.9.7d-1 SSL shared libraries
ii  libstdc++5  1:3.3.3-6The GNU Standard C++ Library v3
ii  libx11-64.3.0-7  X Window System protocol client li
ii  libxcursor1 1.1.3-1  X cursor management library
ii  libxext64.3.0-7  X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxmu6 4.3.0-7  X Window System miscellaneous util
ii  libxrandr2  4.3.0-7  X Window System Resize, Rotate and
ii  libxrender1 0.8.3-7  X Rendering Extension client libra
ii  libxt6  4.3.0-7  X Toolkit Intrinsics
ii  libxtst64.3.0-7  X Window System event recording an
ii  xlibmesa-gl [libgl1]4.3.0-7  Mesa 3D graphics library [XFree86]
ii  xlibs   4.3.0-7  X Window System client libraries m
ii  zlib1g  1:1.2.1-5compression library - runtime

-- no debconf information