Re: KDE RC3 !

2002-12-03 Thread Paolo Ulivi
On Mon, Dec 02, 2002 at 09:52:23AM +0100, Christian Welzel wrote:

 Am Montag, 2. Dezember 2002 06:49 schrieb Greg James.:
 
  deb http://wh9.tu-dresden.de/kde3/karolina ./
  and the packages there are KDE RC1 !
 
 These files are RC2! Or at least something what Karolina
 claimed to be rc2... she skipped rc3 and rc4 and the next
 version there will be the kde3.1 release...

She doesn't skipped them, they were publicy unavailable
until Monday morning, KDE policy.

p.

-- 
If Linux is not Unix then Windows are not Gates
 Anonymous, XXI Century




Re: How to get Anti-aliasing to work

2002-12-03 Thread Albert Teixidó
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've followed your 'mini-mini-howto' step by step and AA works fine! Thanks!

Albert

El Divendres 29 Novembre 2002 12:58, Regnat Nikolaus va escriure:
 Hi,

 I suggest you do the following:

 apt-get source qt-x11-free
 (This downloads and uncompresses qt 3.0.5 which is recommended for KDE
 3.0.5, You need to have e.g. the following line in your
 /etc/apt/sources.list deb src
 ftp://ftp.kde.org/pub/kde/stable/3.0.5/Debian/woody ./ )

 Then edit the file /debian/rules in your extracted qt-x11-free-3.0.5
 directory

 Search for the text -no-xft and replace it with -xft

 Do a dch -i if you want to increase the Debian version number (to
 distinguish the packages from the original ones), this is optional. dch is
 included in the package devscripts.

 run dpkg-buildpackage to create the debs and install them
 (dpkg-buildpackage is included in the package dpkg-dev).

 Note that it is not recommended to run XFree86 4.1.0 with xft (therefore it
 was disabled). Read the RELEASE-NOTES.woody in on your kde mirror e.g.
 http://ftp.du.se/pub/mirrors/kde/stable/3.0.5/Debian/woody/RELEASE-NOTES.wo
ody



- -- 
Albert Teixidó
Pub PGP key 0x0E16E76 Albert Teixidó [EMAIL PROTECTED]
at pgp.rediris.es

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE97GkB48xkXw4W43YRAnz4AJ9+le+QIAnAorC0Q5cUCWoh2FEq7ACgilTH
RF3t4DCsKZZ7nwOzcIP0jsI=
=YpoS
-END PGP SIGNATURE-




Re: GCC 3.2 migration

2002-12-03 Thread Noel Koethe
On Son, 20 Okt 2002, Chris Cheney wrote:

Hello,

 KDE 3.1 is expected to be released ~ Nov 4, if the transition isn't
 very close to happening I will upload it to unstable compiled against
 2.95.

AFAIK KDE 3.1 will be released this week.

Is the statement still true?

thx.

-- 
Noèl Köthe




Re: GCC 3.2 migration

2002-12-03 Thread Chris Cheney
On Tue, Dec 03, 2002 at 11:19:34AM +0100, Noel Koethe wrote:
 On Son, 20 Okt 2002, Chris Cheney wrote:
 
 Hello,
 
  KDE 3.1 is expected to be released ~ Nov 4, if the transition isn't
  very close to happening I will upload it to unstable compiled against
  2.95.
 
 AFAIK KDE 3.1 will be released this week.
 
 Is the statement still true?
 
 thx.

The current status is this:

KDE 3.1 is scheduled to be released by upstream this Thursday (Dec 5)
afaik. GCC 3.2 still has one bug blocking transition aiui #169497, see:

http://lists.debian.org/debian-gcc/2002/debian-gcc-200212/msg3.html

I have projects due this week and final exams until Dec 12th. I have
talked to Martin Loschwitz and if that gcc bug still isn't fixed by Dec
13th we will start uploading qt 3.1/kde 3.1 to Debian with gcc 2.95.
Also, since the packages will be marked new it may take a few weeks for
them to actually filter into sid.

Thanks,

Chris Cheney




RE: kded accessing HD every 500ms?

2002-12-03 Thread Charlie Reiman


 -Original Message-
 From: Daniel Andor [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, December 03, 2002 3:34 AM
 To: Udo Burghardt; debian-kde@lists.debian.org
 Subject: Re: kded accessing HD every 500ms?


 Hi Udo,

 On Friday 29 November 2002 5:22 pm, Udo Burghardt wrote:
  Am Freitag, 29. November 2002 11:42 schrieb Daniel Andor:
   Since I upgraded from rc2 - rc3 KDED now makes the hard
 disc's head move
   every 500ms when it polls the filesystem.
 
  Just guessing: may be you can manage this by adding noatime to the
  options of the corresponding entry in /etc/fstab. At least this solved a
  similar problem like this for me some time ago.

 I've tried that:
   [EMAIL PROTECTED]:~$ mount
   /dev/hda6 on / type auto (rw,noatime,errors=remount-ro)
   proc on /proc type proc (rw)
 but to no avail.

 Any other suggestions as to why it's doing this?  Perhaps kded is
 desperately
 trying to write to a log or error file?   How can I find out?

 Thanks,
 Daniel.

You can always use find. Sign on as root, then run this:

sleep 310; find /var -mount \( -type d -o -type f \) -mmin -5

This will find anything modified in the last 5 minutes on the /var
partition. This should be enough to get you started finding the problem.




Missing libkonq-data

2002-12-03 Thread Tom Badran
Karloina, your latest packages are missing this one :)
 
Please fix, and thanks

Tom




Re: GCC 3.2 migration

2002-12-03 Thread David Goodenough
On Tuesday 03 December 2002 15:22, Chris Cheney wrote:
 On Tue, Dec 03, 2002 at 11:19:34AM +0100, Noel Koethe wrote:
  On Son, 20 Okt 2002, Chris Cheney wrote:
 
  Hello,
 
   KDE 3.1 is expected to be released ~ Nov 4, if the transition isn't
   very close to happening I will upload it to unstable compiled against
   2.95.
 
  AFAIK KDE 3.1 will be released this week.
 
  Is the statement still true?
 
  thx.

 The current status is this:

 KDE 3.1 is scheduled to be released by upstream this Thursday (Dec 5)
 afaik. GCC 3.2 still has one bug blocking transition aiui #169497, see:

 http://lists.debian.org/debian-gcc/2002/debian-gcc-200212/msg3.html

 I have projects due this week and final exams until Dec 12th. I have
 talked to Martin Loschwitz and if that gcc bug still isn't fixed by Dec
 13th we will start uploading qt 3.1/kde 3.1 to Debian with gcc 2.95.
 Also, since the packages will be marked new it may take a few weeks for
 them to actually filter into sid.

 Thanks,

 Chris Cheney

Chris,

What about the won't compile bug in kdebindings.  The packages has not
existed in any previous Debian packaging for KDE, and it is getting 
to be a real problem to those of us who want to use the others languages.
I get the impression that the problem is that it should really be several
packages, one for each language.  The main problems at the minute seem
to be with the new bindings, the C# one in particular.  Most of other 
language bindings seem to be OK, can the debian package not simply 
exclude the new bindings that are broken?

As far as I can see this won't compile bug is independant of gcc 3.2.

David




Re: Missing libkonq-data

2002-12-03 Thread Karolina Lindqvist
tisdagen den 3 december 2002 19.08 skrev Tom Badran:
 Karloina, your latest packages are missing this one :)

 Please fix, and thanks

 Tom

True, it didn't get move to the ftp directory by my script. I have fixed it 
now.

-- Karolina




kde debs from Karolina

2002-12-03 Thread Wolfgang Mader
hallo,

today I have installed kde3 with the debs from Karolina. Therefore my 
kdeversion is now 3.0.98-1 - very nice.
But there is a problem. My environment is set to german and the locales are 
also set to [EMAIL PROTECTED] als default but kde partly speaks enlish. This 
apperars not in kde 3.0.4 from ftp.kde.org. I can not image that a later 
version should be less translatet that an older one. So I must have made a 
mistace. Can someone goes what to do?
thil then - have fun
wolfgang mader
-- 
Follow your instinct
It usually takes you home
Don't let these words tear you down
You see me hanging by the end of the rope
I tell you...

Slow I go
And the wait seems to be over.
All I know
Is that my life has become such a waste for you




arts - libarts etc.

2002-12-03 Thread Wolfgang Mader
hello to eveyone,
is someone able to tell me the differences betwen arts, libarts, libarts1 etc.
it is very confusing to me to have so much versions from one thing.
thnx wolfgang mader
-- 
Follow your instinct
It usually takes you home
Don't let these words tear you down
You see me hanging by the end of the rope
I tell you...

Slow I go
And the wait seems to be over.
All I know
Is that my life has become such a waste for you




Re: kde debs from Karolina

2002-12-03 Thread Chris Cheney
Install kde-i18n-de.

Chris

On Wed, Dec 04, 2002 at 03:51:35AM +0100, Wolfgang Mader wrote:
 hallo,
 
 today I have installed kde3 with the debs from Karolina. Therefore my 
 kdeversion is now 3.0.98-1 - very nice.
 But there is a problem. My environment is set to german and the locales are 
 also set to [EMAIL PROTECTED] als default but kde partly speaks enlish. This 
 apperars not in kde 3.0.4 from ftp.kde.org. I can not image that a later 
 version should be less translatet that an older one. So I must have made a 
 mistace. Can someone goes what to do?
 thil then - have fun
 wolfgang mader