Re: Problem when listing contents of a directory

2002-10-10 Thread Julien Louis
On Thu, Oct 10, 2002 at 12:25:29AM +0200, Ralf Nolden wrote:
  /usr/lib/kde3/konq_listview.so: undefined symbol:
  rename__14KonqOperationsP7QWidgetRC4KURLRC7QStringP7QObjectPCc
 
  Could someone help me ?
 It's maybe due to a wrong Qt library version. I have compiled against 
 qt-3.0.5-3 from unstable, please make sure you're not using 3.0.3 or anything 
 else. If in doubt, recompile Qt from unstable.
 
 Ralf
 
$ dpkg -l |grep qt3
ii  libqt3 3.0.5-3Qt GUI Library (runtime files)
ii  libqt3-dev 3.0.5-3Qt GUI development files
ii  libqt3-mt  3.0.5-3Qt GUI Library (Threaded runtime version)
ii  libqt3-mt-dev  3.0.5-3Qt Threaded development files
ii  qt3-tools  3.0.5-3Qt GUI Designer and other Qt3 based tools
 




Re: installing kdevelop

2002-10-10 Thread Leopold Palomo Avellaneda
A Dijous 10 Octubre 2002 01:08, Catalin Avram va escriure:
 Hi,

 I am trying to compile kdevelop from source code.  I am using KDE 3.0.3
 and when I run the command:

 /configure --prefix=$KDEDIR --x-includes=/usr/X11R6/include/X11
 --x-libraries=/usr/X11R6/lib

 I get the following error:


 checking for libXext... no
 configure: error: We need a working libXext to proceed. Since configure
 can't find it itself, we stop here assuming that make wouldn't find
 them either.

 However, I have the following 2 files:

 /usr/X11R6/lib/libXext.so.6
 /usr/X11R6/lib/libXext.so.6.4

 Any ideas?
 Regards,

 Catalin A.
 ---
 I don't know how World War 3 will be fought, but I know that World War 4
 will be fought with sticks and stones!

Hi,

I think that the problem is about the configure parameters. Just try to do 
with:

./configure --prefix=/usr

I have remember that I didn't write the KDEDIR... vars. I just wrote run 
configure with that parameters. I supose that it should work, and it did.

I would like to know how I could do a deb file, but I don't know how. It's one 
of the tasks in my TODO list.

Leo

Leo




Re: Gideon package for Debian (CVS 2002-10-09)

2002-10-10 Thread Alex
On Wednesday 09 October 2002 21:45, Tamas Nagy wrote:

 PS: The source is not APT-get-able due to the restrictions of the
 ISP;(...

Why?  The only thing needed to become apt-get-able is a providing a 
Packages.gz file. You can create that on your computer with:
dpkg-scanpackages . /dev/null | gzip  Packages.gz
and upload it to the dir where the deb's are.

Alex.




subscribe

2002-10-10 Thread Frank Concannon



kde 3.0.4 + antialiased fonts

2002-10-10 Thread Martin Juhlin
From release notes for kde 3.0.4 on woody :

 KDE 3.0.4 Release Notes for Debian 3.0 Woody
 
 
 1. Qt 3.0.5 backport

 Note that due to the fact that Woody ships with XFree 4.1 by default, the Qt 
 libraries have been built with -no-xft. In case you're missing antialiased 
 fonts, please either upgrade to the version in unstable (which is compiled 
 with -xft) or recompile qt-3.0.5 yourself removing -no-xft in
  qt-x11-free-3.0.5/debian/rules. Mind that in case you want to use
 antialiasing, you should install XFree 4.2.x. 

Why must I run XFree 4.2.x  for antialiased fonts? What is wrong with 4.1.x?

Martin




test

2002-10-10 Thread Pat Colbeck
Sorry - testing mail as I trashed my mail config by accident




KDE 3.1beta2 packages

2002-10-10 Thread Sylvain Joyeux
1/ I they are no more on ftp.kde.org. Where are they located 
now ? 

2/ the qt3-tools package I downloaded on ftp.kde.org doesn't 
contain qt-designer (in fact, the designer-real file). Is 
there an updated package somewhere ?

Thank you in advance
--
Sylvain Joyeux
[EMAIL PROTECTED]




Re: disabling portmap with KDE

2002-10-10 Thread Rob Weir
On Mon, Oct 07, 2002 at 01:57:07PM -0400, Alexei Kaminski wrote:
 so installing KDE leads to installation of portmap. I wonder what is the
 proper way to disable portmap while still keeping KDE. I edited
 /etc/init.d/portmap so that it never starts. Is it a proper way? Does it
 cripple KDE anyhow? Are there better ways?

I know nothing about the KDE aspects of this question, but disabling a
daemon is easy:

$ apt-get install rcconf
$ rcconf

Simply select the services you want to have launched on boot.

-rob


pgpuc2aFRrztC.pgp
Description: PGP signature


Re: installing kdevelop

2002-10-10 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 10 October 2002 00:08, Catalin Avram wrote:
 Hi,

 I am trying to compile kdevelop from source code.  I am using KDE 3.0.3
 and when I run the command:

 /configure --prefix=$KDEDIR --x-includes=/usr/X11R6/include/X11
 --x-libraries=/usr/X11R6/lib

 I get the following error:


 checking for libXext... no
 configure: error: We need a working libXext to proceed. Since configure
 can't find it itself, we stop here assuming that make wouldn't find
 them either.

 However, I have the following 2 files:

 /usr/X11R6/lib/libXext.so.6
 /usr/X11R6/lib/libXext.so.6.4

 Any ideas?

Install the xlibs-dev package. The two files you have are from the xlibs 
package, but to compile against them, you need the development package 
(xlibs-dev) as well.

Paul Cupis
- -- 
[EMAIL PROTECTED]

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

iD8DBQE9pYB4IzuKV+SHX/kRArkfAJ44NUDrPSCRKNTh0sRcJTnwWH4T9wCdGldG
UZAwDXRTt94McWwAijNBL/4=
=Wlw6
-END PGP SIGNATURE-




Re: disabling portmap with KDE

2002-10-10 Thread Michael Schuerig
On Thursday 10 October 2002 13:43, Rob Weir wrote:
 On Mon, Oct 07, 2002 at 01:57:07PM -0400, Alexei Kaminski wrote:
  so installing KDE leads to installation of portmap. I wonder what
  is the proper way to disable portmap while still keeping KDE. I
  edited /etc/init.d/portmap so that it never starts. Is it a proper
  way? Does it cripple KDE anyhow? Are there better ways?

 I know nothing about the KDE aspects of this question, but disabling
 a daemon is easy:

 $ apt-get install rcconf
 $ rcconf

KDE (2.x) has the SysV-Init Editor for this purpose.

Michael

-- 
Michael Schuerig                  If at first you don't succeed...
mailto:[EMAIL PROTECTED]          try, try again.
http://www.schuerig.de/michael/   --Jerome Morrow, Gattaca




Re: kdevelop -unmet dependencies

2002-10-10 Thread Bob Underwood
On Thursday 10 October 2002 11:08, Setyo Nugroho wrote:
 Hi all,
 I tried to install kdevelop, but got this msg:

 Sorry, but the following packages have unmet dependencies:
   kdevelop: Depends: libc6 (= 2.2.5-13) but 2.2.5-11.1 is to be
 installed
 Depends: libqt3-mt (= 2:3.0.5-3) but 2:3.0.3-20020329-1 is to be
 installed

 /etc/apt/sourcelist for for kdevelop is:
 deb http://people.debian.org/~njordan kde3.0/

 How to solve this problem?

 I run kde 3 under woody. Any help would highly be appreciated.


 Regards,
 Setyo Nugroho

i grabbed the libc6 from testing and libqt3-mt from unstable.  you'll 
probably need to add the -dev versions of these as well.

hth

bob




Eilt sofort beantworten

2002-10-10 Thread silviaseidel
Jemand der Dich sehr gut kennt wuerde gern ein Treffen mit Dir haben. Die 
Person traut sich jedoch nicht
Dich direkt anzusprechen.

Sie hat deshalb unseren Service in Anspruch genommen und bei uns eine 
persoenliche
Anzeige hinterlassen.

Wenn Du wissen willst wer Dich treffen moechte gehe auf diese Seite:

http://realkontakt.sub4me.org

Gehe in den geschlossenen Bereich und waehle dort die Seite:

real0811

Du kannst dann sehen wer Dich so sehr mag und entscheiden ob Du Kontakt 
aufnehmen
willst oder nicht.

Service Real Kontakt
Silvia Seidel

5151IkcV5-992fRl14




Re: kde 3.0.4 + antialiased fonts

2002-10-10 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 10 October 2002 12:25, Martin Juhlin wrote:
 From release notes for kde 3.0.4 on woody :
  KDE 3.0.4 Release Notes for Debian 3.0 Woody
  
 
  1. Qt 3.0.5 backport
 
  Note that due to the fact that Woody ships with XFree 4.1 by default, the
  Qt libraries have been built with -no-xft. In case you're missing
  antialiased fonts, please either upgrade to the version in unstable
  (which is compiled with -xft) or recompile qt-3.0.5 yourself removing
  -no-xft in
   qt-x11-free-3.0.5/debian/rules. Mind that in case you want to use
  antialiasing, you should install XFree 4.2.x.

 Why must I run XFree 4.2.x  for antialiased fonts? What is wrong with
 4.1.x?
You *can* run KDE with aa fonts on 4.1, but there is certain drivers that 
cause KDE applications to crash with aa enabled. That is why I didn't compile 
qt with -xft to avoid people saying, oh, KDE 3.0.4 apps crash on my woody 
system that I regard to be *stable*. I don't talk around known problems for a 
certain amount of users, the note says, if you don't want xfree 4.2 installed 
that is known to cause less if no problems with aa fonts and use 4.1 from 
woody, fine, but for the sake of the stability of your system, not with aa 
fonts :-)

Ralf
   Martin

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9pdLiu0nKi+w1Ky8RAvDGAJ9vOiVlEQJy2gmNrZnf2ydtX9+X2ACfUKf2
J1lKePrCRysXtXwXUcxq8So=
=pKbL
-END PGP SIGNATURE-




RE: Gideon package for Debian (CVS 2002-10-09)

2002-10-10 Thread Tamas Nagy
The updates have just been sent in a private mail, soon available from
CVS...

Tamas

-Original Message-
From: Stefan Schimanski [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 09, 2002 10:18 PM
To: Tamas Nagy; [EMAIL PROTECTED]
Cc: debian-kde@lists.debian.org
Subject: Re: Gideon package for Debian (CVS 2002-10-09)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

 PS: The source is not APT-get-able due to the restrictions of the 
 ISP;(...
 PS2: If anybody would like to commit my debian dir (minor updates
 only) to the CVS, I gladly share it. I do not have KDE CVS account...

I have updated the cvs debian dir of Gideon recently. I will apply 
your fixes to the cvs if you send them to me.

Schimmi
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9pI8LHUDhE+YrLEURAhS/AJ4kzVvJJxr4n1w4gIIHmCxBkSI7cwCfZ1u2
d9wyjbNVyS/9bvFU9jgubhI=
=/iQI
-END PGP SIGNATURE-




KDE 3.0.4 MD5checksum

2002-10-10 Thread Alexander Opitz
Hi,

I'll update KDE from 3.0.3 to 3.0.4 but I get following MD5 error.

Get:1 http://download.us.kde.org ./ konqueror 4:3.0.4-1 [1749kB]
Get:2 http://download.us.kde.org ./ noatun-plugins 4:3.0.4-1 [260kB]
Get:3 http://download.us.kde.org ./ kdeartwork-theme-desktop 4:3.0.4-1 
[6572kB]
Fetched 8581kB in 1m37s (88.1kB/s)
Failed to fetch 
http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdebase/konqueror_3.0.4-1_i386.deb
  
MD5Sum mismatch
Failed to fetch 
http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdeaddons/noatun-plugins_3.0.4-1_i386.deb
  
MD5Sum mismatch
Failed to fetch 
http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdeartwork/kdeartwork-theme-desktop_3.0.4-1_all.deb
  
MD5Sum mismatch


Are the packages damaged?

Greetings Alex//




Re: KDE 3.0.4 MD5checksum

2002-10-10 Thread Todd Charron
I got that error from that server as well.  Switched download.uk.kde.org
and everything went through fine.  Not sure what's up with
download.us.kde.org though...

Todd

On Thu, 2002-10-10 at 17:14, Alexander Opitz wrote:
 Hi,
 
 I'll update KDE from 3.0.3 to 3.0.4 but I get following MD5 error.
 
 Get:1 http://download.us.kde.org ./ konqueror 4:3.0.4-1 [1749kB]
 Get:2 http://download.us.kde.org ./ noatun-plugins 4:3.0.4-1 [260kB]
 Get:3 http://download.us.kde.org ./ kdeartwork-theme-desktop 4:3.0.4-1 
 [6572kB]
 Fetched 8581kB in 1m37s (88.1kB/s)
 Failed to fetch 
 http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdebase/konqueror_3.0.4-1_i386.deb
   
 MD5Sum mismatch
 Failed to fetch 
 http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdeaddons/noatun-plugins_3.0.4-1_i386.deb
   
 MD5Sum mismatch
 Failed to fetch 
 http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdeartwork/kdeartwork-theme-desktop_3.0.4-1_all.deb
   
 MD5Sum mismatch
 
 
 Are the packages damaged?
 
 Greetings Alex//
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 





Re: KDE 3.0.4 MD5checksum

2002-10-10 Thread Nick Boyce
On 10 Oct 2002 17:16:18 -0400, Todd Charron wrote:

I got that error from that server as well.  Switched download.uk.kde.org
and everything went through fine.  Not sure what's up with
download.us.kde.org though...

Todd

On Thu, 2002-10-10 at 17:14, Alexander Opitz wrote:
 Hi,
 
 I'll update KDE from 3.0.3 to 3.0.4 but I get following MD5 error.
 
 Get:1 http://download.us.kde.org ./ konqueror 4:3.0.4-1 [1749kB]
 Get:2 http://download.us.kde.org ./ noatun-plugins 4:3.0.4-1 [260kB]
 Get:3 http://download.us.kde.org ./ kdeartwork-theme-desktop 4:3.0.4-1 
 [6572kB]
 Fetched 8581kB in 1m37s (88.1kB/s)
 Failed to fetch 
 http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdebase/konqueror_3.0.4-1_i386.deb
   
 MD5Sum mismatch

Interestingly, I've been getting exactly the same symptom (and various
other file content failures and connection failures) for a couple of
weeks, on our two Woody systems inside our company network behind a
proxy firewall.

But I think I've just fixed it all (today) by setting :
   acquire::http::queue-depth=0
in apt.conf - certainly I had no failures after making this change. I
may be wrong about the parameter being called queue-depth - I'm not
at a Woody system at the moment - but check out the apt.conf man page,
where reference is made to this setting being required if your HTTP
proxy doesn't handle idling a connection properly (or something like
that) - with data corruption being the result otherwise.

Are you guys behind a proxy firewall ?

Sorry if this is off-track.

Nick Boyce
Bristol, UK
--
There is no spoon.




Re: KDE 3.0.4 MD5checksum

2002-10-10 Thread Todd Charron
'fraid not.  No proxy here.

Todd


On Thu, 2002-10-10 at 18:47, Nick Boyce wrote:
 On 10 Oct 2002 17:16:18 -0400, Todd Charron wrote:
 
 I got that error from that server as well.  Switched download.uk.kde.org
 and everything went through fine.  Not sure what's up with
 download.us.kde.org though...
 
 Todd
 
 On Thu, 2002-10-10 at 17:14, Alexander Opitz wrote:
  Hi,
  
  I'll update KDE from 3.0.3 to 3.0.4 but I get following MD5 error.
  
  Get:1 http://download.us.kde.org ./ konqueror 4:3.0.4-1 [1749kB]
  Get:2 http://download.us.kde.org ./ noatun-plugins 4:3.0.4-1 [260kB]
  Get:3 http://download.us.kde.org ./ kdeartwork-theme-desktop 4:3.0.4-1 
  [6572kB]
  Fetched 8581kB in 1m37s (88.1kB/s)
  Failed to fetch 
  http://download.us.kde.org/pub/kde/stable/latest/Debian/sid/./i386/kdebase/konqueror_3.0.4-1_i386.deb

  MD5Sum mismatch
 
 Interestingly, I've been getting exactly the same symptom (and various
 other file content failures and connection failures) for a couple of
 weeks, on our two Woody systems inside our company network behind a
 proxy firewall.
 
 But I think I've just fixed it all (today) by setting :
acquire::http::queue-depth=0
 in apt.conf - certainly I had no failures after making this change. I
 may be wrong about the parameter being called queue-depth - I'm not
 at a Woody system at the moment - but check out the apt.conf man page,
 where reference is made to this setting being required if your HTTP
 proxy doesn't handle idling a connection properly (or something like
 that) - with data corruption being the result otherwise.
 
 Are you guys behind a proxy firewall ?
 
 Sorry if this is off-track.
 
 Nick Boyce
 Bristol, UK
 --
 There is no spoon.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]