Re: Qt

2001-11-07 Thread Ivan E. Moore II
On Tue, Nov 06, 2001 at 10:39:25AM -0700, Josh Hansen wrote:
> Thank you for your input. However, none of these suggestions appear to have 
> worked :-(
> 
> ./configure --with-qt-includes=/usr/include/qt
> ./configure --with-qt-libraries=/usr/lib/qt2/lib 
> --with-qt-includes=/usr/lib/qt2/include
> ./configure --with-qt-dir=/usr/lib/qt2
> ./configure --with-extra-libs=/usr/lib/kde2 
> --with-extra-includes=/usr/include/kde
> ./configure --with-qt-includes=/usr/include/qt
> ./configure --with-extra-libs=/usr/lib/qt2
> ./configure --with-extra-includes=/usr/include/qt
> and others.
> 
> So here's my question: what files are in YOUR /usr/lib/qt2/lib ??? Maybe this 
> will help me to know if my installation is corrupted.

nothing.  /usr/lib/qt2 doesn't exist.

the qt libraries are found in /usr/lib
the qt headers are found in /usr/include/qt

if the app doesn't find qt by telling it --with-qt-includes then the app
isn't very smart.  You might try setting QTDIR=/usr/share/qt and see if it
likes that.

Ivan

-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD




Re: kde

2001-11-07 Thread Ivan E. Moore II
On Tue, Nov 06, 2001 at 06:42:36PM -0500, Bob Underwood wrote:
> On Tuesday 06 November 2001 07:17 pm, Daniel D Jones wrote:
> > Prece
> > dence: list
> > Resent-Sender: [EMAIL PROTECTED]
> >
> > -BEGIN PGP SIGNED MESSAGE-
> >
> > Is the current kde package in unstable broken?  I'm told that kde depends
> > upon kivio, which depends upon python-base, which is not installable.
> 
> I just installed the unstable kde metapackage on my woody system yesterday.  
> It works wonderfully, with no real issues, other than those mentioned in 
> yesterday's discussion.
> 
> A quick check of the dependencies in the listings at www.debian.org doesn't 
> include kivio.

the "kde" meta package depends on koffice which depends on kivio.

-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD




Re: Help -- My CPU is overrun

2001-11-07 Thread Giles Constant
On Tue, 6 Nov 2001, David Bishop wrote:

> hit ctrl-esc.

woo!  I really should spend more time looking at what else is bound to
various keys.. :-)

I've always been an alt-f2-"xkill" man up until now..

-- 
Giles Constant, Systems Programmer
Hyperlink Interactive
http://www.hyperlink-interactive.co.uk




Which adressbook?

2001-11-07 Thread Olaf Stetzer
Hello list,

I wonder which of the available KDE-adressbooks (the one integrated in kmail,
kab or kadressbook) has the future? Or is there an effort to merge these three
into one? I've heard that Suse has one such integrated Adressbook shared 
between different applications, maybe debian provides this too and I've just
overseen it?

Olaf




Re: Help -- My CPU is overrun

2001-11-07 Thread Justin R. Miller
Thus spake Giles Constant ([EMAIL PROTECTED]):

> > hit ctrl-esc.
> 
> woo!  I really should spend more time looking at what else is bound to
> various keys.. :-)
> 
> I've always been an alt-f2-"xkill" man up until now..

Well, for that matter, you can get an xkill by hitting Cntl-Alt-Esc :-)

-- 
Justin R. Miller <[EMAIL PROTECTED]>
PGP/GnuPG Key ID 0xC9C40C31 (preferred)


pgpaQvcakhfNG.pgp
Description: PGP signature


Re: korinoco and kreatecd in debian sid

2001-11-07 Thread P. de Vicente
El Mié 31 Oct 2001 02:59, Christophe Prud'homme escribió:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi all,
>
> two new Kde apps made it today in Debian unstable
> korinoco -- an very nice interface for wireless cards
> kreatecd -- a very nice and featureful CD burner
>
> After installation they will appear automagically in the Application(s)
> menu
>
> best regards
> C.
> - --
>
> | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm
> | ICQ UIN: 24560867 Alias: Jesunix
> | Linux User No: 231917
> |
> | Its name is Public Opinion.  It is held in reverence.
> | It settles everything.
> | Some think it is the voice of God.
> | -- Mark Twain

I have tried kreatecd and it works fine using the root account. Thank you for 
packaging it. I only have one suggestion regarding that package. The package 
should depend or at least suggest:

cdrecord, cdparanoia, mkisofs and cdda2wav

regards,


Pablo de Vicente
KDE spanish translation team




upgrade to 2.2.1

2001-11-07 Thread Bob Underwood
I had mentioned earlier that the process of upgrading from woody to unstable 
kde involved apt-get removing some packages from the upgrade queue.  I just 
upgraded the little woman's box and below is the list of packages removed 
from the queue when the apt-get -f install command is issued:

ark artsbuilder kab karm kcalc kcharselect kcoloredit kcron kdebase 
kdebase-audiolibs kmid kmoon konqueror libkmid libkonq3 noatun

apt-get -t unstable install kde does add them back though.

bob




Re: kde

2001-11-07 Thread Daniel D Jones
-BEGIN PGP SIGNED MESSAGE-

On Wednesday 07 November 2001 01:26, Ivan E. Moore II wrote:
> On Tue, Nov 06, 2001 at 06:42:36PM -0500, Bob Underwood wrote:
> > On Tuesday 06 November 2001 07:17 pm, Daniel D Jones wrote:
> > > Is the current kde package in unstable broken?  I'm told that kde
> > > depends upon kivio, which depends upon python-base, which is not
> > > installable.
> >
> > I just installed the unstable kde metapackage on my woody system
> > yesterday. It works wonderfully, with no real issues, other than those
> > mentioned in yesterday's discussion.
> >
> > A quick check of the dependencies in the listings at www.debian.org
> > doesn't include kivio.
>
> the "kde" meta package depends on koffice which depends on kivio.

Exactly.  
apt-get install kde complains that koffice is needed, which complains that 
kivio is needed, which complains that python-base is needed but isn't 
avialable.  Technically I guess it isn't kde which is broken - it's kivio.  I
have python1.5 installed and python-base no longer exists, so I suspect that
forcing the install of kivio would work but I haven't tried it yet.

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQB1AwUBO+muwzA1uBpee9v5AQGGzgL/R+j3gppbDVE7JcGIOKctcHeC6Q4OzDml
my4qyeCyvCwSpscLsBemhntgZXo6OlG60XYdBGdma01FURWFKFfAfdSNUZfk/tWg
qVmX+IIi2OoLN/7us5bVSWbePpzHGjkA
=MOLc
-END PGP SIGNATURE-




Re: kde

2001-11-07 Thread Ben Burton

> Exactly.
> apt-get install kde complains that koffice is needed, which complains that
> kivio is needed, which complains that python-base is needed but isn't
> avialable.  Technically I guess it isn't kde which is broken - it's kivio. 

Kivio was one of the packages that got hit by the recent python upheaval.  A 
new kivio conforming to the new python policy was uploaded early this morning 
and should already be in the debian archives by now.

Ben.

-- 

Ben Burton
[EMAIL PROTECTED]  |  [EMAIL PROTECTED]
http://baasil.humbug.org.au/bab/
Public Key: finger [EMAIL PROTECTED]

I know I'm not like a picnic in the city on Sunday; but when you
wake up one morning and you are making these gingerbread muffins for breakfast
and you are dropping razor blades into them just to see how he reacts,
you have to pull back and say, 'hang on a minute.' And that's really where
the record (Boys For Pele) stems from. It's from being a woman alone and
not being able to hide behind anyone else's personality.
- Tori Amos




KDE & euro

2001-11-07 Thread Aurelien Jarno
Hi all !

The Euro is coming soon (in less than 60 days), and so I have tried to 
configure my linux box to support the Euro. I have add the ISO8859-15 fonts, 
and the following lines in my .bashrc

LC_CTYPE=ISO-8859-15
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
export LC_MONETARY LC_CTYPE LC_NUMERIC LC_TIME LC_MESSAGES LC_COLLATE LANG 
LANGUAGE LC_ALL LESSCHARSET

In the KDE configuration panel I have selected the ISO8859-15 set.

It works under console and in all X applications except KDE. I mean that when 
I press Alt-Gr+E in a KDE application, the character which appears is a 
question mark, but if I do a copy/paste from xterm for or if I read a text 
document or a website the euro symbol appears.

It is something I forgot to do ?




Re: Qt

2001-11-07 Thread Josh Hansen
The nonexistance of /usr/lib/qt2 on your machine turned out to be a crucial 
bit of information. Somehow qt was installed in both /usr/lib and 
/usr/lib/qt2 on my machine. I'm not an expert on these things, but my theory 
is that the existance of duplicate libs confused ldconfig etc., so the 
configure scripts had no idea what was going on.

Anyway, the configure scripts are now working for me in their default mode.

Thank you!

- Josh

> > So here's my question: what files are in YOUR /usr/lib/qt2/lib ??? Maybe
> > this will help me to know if my installation is corrupted.
>
> nothing.  /usr/lib/qt2 doesn't exist.
>
> the qt libraries are found in /usr/lib
> the qt headers are found in /usr/include/qt




CPU Utilization

2001-11-07 Thread Robert Tilley
Can anyone chime in with the purpose of the kded process?

On my Debian unstable system that process is taking up over 70% system 
resources according to ps aux.
-- 
Comments and information are appreciated.
Flames, rants, and other miscellany are routed to /dev/null.

Robert Tilley, [EMAIL PROTECTED]




2.2.2's upload

2001-11-07 Thread Ivan E. Moore II
Ok folks...as you may well know, KDE 2.2.2 is supposed to be out like Monday
(I think that's when it's scheduled).  Well aj (our release guy) made a 
statement (as you also probably know) that we finally got the legal advice
we have been waiting for on crypto in main.  So my plans are simple.  I am
not going to upload 2.2.2 until libssl makes it's way into main.

This shouldn't be that big of an issue for most as I've been following CVS
pretty closely for the most part so you all have a pretty close to 2.2.2
set of packages anyways.  The big things you'll be waiting for are things like
*-alsa packages built with libasound2 now (yeh! finally)...The fact that
the kdelibs source that's currently in sid won't build with the latest version
of libxml2-dev.  Conformation with the new python policy... and some other
bug fixes such as printing to files who's name include spaces (#117962)...
There is also a bug that folks may or may not see that is due to a change
in Qt 2.3.2 which is fixed in 2.2.2...and whatever else ends up being fixed
before I upload.

anyways...just so you all know...I need to cut down on the amount of uploads
as we move into the freeze and this will help.

ohh..and then you won't need to worry about kdelibs3-crypto and kdebase-crypto

Ivan


-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD