Re: Woody

2002-08-05 Thread Richard Ibbotson
Hi

Following Tomas Pospiseks advice of last week I went to the web page 
he described and did what it said at that page...

> http://mypage.bluewin.ch/kde3-debian/

Following on from that I now find that there are a number of problems 
with this page which I would like to resolve so that I can make an 
attempt at installing KDE3 if it's possible.  To start with some of 
the download URLS that are described do not work..

deb http://arachni.kiwi.uni-hamburg.de/~harlekin/debs/  

the above is a malformed line according to apt-get.  What do I change 
?

deb http://www.ping.uio.no/~mortehu/kde-i386 ./ 

error 404 Not Found

deb http://people.debian.org/~schepler kdegames/   # kdegames
deb http://people.debian.org/~msp ./  # kmerlin
deb http://ftp.es.debian.org/~ender/ ./ # xmmsarts 
deb http://people.debian.org/~njordan kde3.0/# KDevelop 2.1.1

error 404 Not Found

deb ftp://ftp.kvirc.net/kvirc/snapshots/debian/kde3 ./ # kvirc

error 302 Not Found

What should I put rather than the above ?  Other issues...

"Update package sources: 
apt-get update
Clean the package cache: 
apt-get clean"

Fine

"Install libqt3 3.0.4: available in unstable/SID"

Can you describe a path to this ?  I don't know where to download 
from.

"Install arts: 
apt-get install arts"

What is the exact name of the package and where do I get it from ?

"Install kdebase (~20 MB): 
apt-get install kdebase kdelibs3"

Where from ?  Any help greatly appreciated :)


-- 
Thanks



Richard

www.sheflug.co.uk




no HighColor widget style with qt3.0.5

2002-08-05 Thread Michael Schmitz
Hi,

I've upgraded qt from 3.0.4 to 3.0.5.
After this the KDE3 HighColor default theme is no longer available. Only a 
reduced set of widget styles is available (the QT built-in styles). 
Downgrading qt3-mt back to 3.0.4. everything is working fine.

Any ideas?

Thank you very much in advance.

Michael




Re: no HighColor widget style with qt3.0.5

2002-08-05 Thread Rob Andrews
[Michael Schmitz wrote in newsgate.debian.kde]
 > I've upgraded qt from 3.0.4 to 3.0.5.
 > After this the KDE3 HighColor default theme is no longer available. Only a 
 > reduced set of widget styles is available (the QT built-in styles). 
 > Downgrading qt3-mt back to 3.0.4. everything is working fine.
 > Any ideas?

Chris Cheney mentioned that he was prepping new debs to fix this a few
threads back.

-- 
rob  [EMAIL PROTECTED]  0x8bb5c71e




Re: Woody

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

On Monday 05 August 2002 12:02, Richard Ibbotson wrote:

> deb http://www.ping.uio.no/~mortehu/kde-i386 ./
>
> error 404 Not Found

This should be:

  deb http://kde.ping.uio.no/i386 ./
  
> deb http://people.debian.org/~njordan kde3.0/# KDevelop 2.1.1
>
> error 404 Not Found

people.debian.org is temporarily unavailable whilst it is begin moved - use 
klecker.debian.org in the men time until people.debian.org is ready.

> deb ftp://ftp.kvirc.net/kvirc/snapshots/debian/kde3 ./ # kvirc
>
> error 302 Not Found

The kvirc debs are not apt-gettable. You should go to the specified location 
with an ftp client (try your web browser) and download the debs manually. 
Install using dpkg -i 

> "Install libqt3 3.0.4: available in unstable/SID"
>
> Can you describe a path to this ?  I don't know where to download
> from.

The appropriate qt packages are only currently in the sid "distribution" of 
Debian. You can get these but adding an "unstable" line your your 
/etc/apt/sources.list:

  deb ftp://ftp.uk.debian.org/debian unstable main contrib non-free

for example, and running:

  apt-get update && apt-get install libqt3 -t unstable

> "Install arts:
> apt-get install arts"
>
> What is the exact name of the package and where do I get it from ?

You should just run:

  apt-get update && apt-get install arts

> "Install kdebase (~20 MB):
> apt-get install kdebase kdelibs3"
>
> Where from ?  Any help greatly appreciated :)

Just run:

  apt-get update && apt-get install kdebase kdelibs

Paul Cupis
- -- 
[EMAIL PROTECTED]

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

iD8DBQE9TnhQIzuKV+SHX/kRArTmAJ0UoInZNANRys4QI2pCA0glJgMt4gCeJtfs
9Lu7pchFNaQY586zeh3sYSQ=
=DbQO
-END PGP SIGNATURE-




Re: can't install libqt3-dev in unstable

2002-08-05 Thread Linus Gasser
On Thursday 01 August 2002 15:05, Chris Cheney wrote:
> A new libqt3 is going into sid today that will be installable.
Hi,
hmm, I just installed kde3 from kde3.geniussystems.net, and when trying 

apt-get install libqt3-dev

I get the same error as Erik. And when I try

apt-get install libpng-dev

I get

 Reading Package Lists... Done
 Building Dependency Tree... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.

 Since you only requested a single operation it is extremely likely that
 the package is simply not installable and a bug report against
 that package should be filed.
 The following information may help to resolve the situation:

 Sorry, but the following packages have unmet dependencies:
   libpng-dev: Depends: libpng3 (= 1.2.1-1.1.woody.2) but 1.2.1-2 is to be  
installed
 E: Sorry, broken packages

I think I didn't understand everything yet in debian (mild understatement ;-). 
As far as I see, there's some trouble with libpng3_1.2.1-2 not providing 
libpng-dev, which points still to libpng3_1.2.1-1. Or not? I don't get it 
anymore... Please help!

greets,

Ineiti

PS: my /etc/apt/sources.list reads, and yes, I did apt-get update...:

deb ftp://sunsite.cnlab-switch.ch/mirror/debian/ stable main non-free contrib
deb ftp://sunsite.cnlab-switch.ch/mirror/debian/ unstable main non-free 
contrib
deb ftp://sunsite.cnlab-switch.ch/mirror/debian/ testing main non-free contrib
deb-src ftp://sunsite.cnlab-switch.ch/mirror/debian/ stable main non-free 
contrib
deb-src ftp://sunsite.cnlab-switch.ch/mirror/debian/ unstable main non-free 
contrib
deb-src ftp://sunsite.cnlab-switch.ch/mirror/debian/ testing main non-free 
contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib 
non-free
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib 
non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib 
non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib 
non-free

deb http://kde3.geniussystems.net/debian ./

deb http://security.debian.org/ stable/updates main contrib non-free




Re: can't install libqt3-dev in unstable

2002-08-05 Thread Linus Gasser
On Monday 05 August 2002 16:16, Linus Gasser wrote:
> PS: my /etc/apt/sources.list reads, and yes, I did apt-get update...:
>
> deb ftp://sunsite.cnlab-switch.ch/mirror/debian/ stable main non-free
Hi self,
tried another mirror, because the debian-site told me that libqt3 3.0.5-2 is 
out, and I only got libqt3 3.0.4... So after I 
:%s/sunsite.cnlab-switch.ch\/mirror/ftp.de.debian.org/
on my sources.list (and apt-get update), I have

# apt-get install libqt3-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libpng3-dev libqxt0 qt3-tools
The following NEW packages will be installed:
  libpng3-dev libqt3-dev libqxt0 qt3-tools
0 packages upgraded, 4 newly installed, 0 to remove and 2  not upgraded.
Need to get 5597kB/5830kB of archives. After unpacking 20.3MB will be used.
Do you want to continue? [Y/n]

Sorry for the dust. I won't use this old mirror anymore. It's not the first 
time it gets me into trouble. It's a pity though, because it must be about 5 
years now that I use it... Anyway,

happy hackin,

ineiti




RE: Woody

2002-08-05 Thread Tamas Nagy
Thanks for your comments...

Tamas

-Original Message-
From: Richard Ibbotson [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 05, 2002 1:03 PM
To: Tomas Pospisek's Mailing Lists
Cc: debian-kde@lists.debian.org
Subject: Re: Woody


Hi

Following Tomas Pospiseks advice of last week I went to the web page 
he described and did what it said at that page...

> http://mypage.bluewin.ch/kde3-debian/

Following on from that I now find that there are a number of problems 
with this page which I would like to resolve so that I can make an 
attempt at installing KDE3 if it's possible.  To start with some of 
the download URLS that are described do not work..

deb http://arachni.kiwi.uni-hamburg.de/~harlekin/debs/  

the above is a malformed line according to apt-get.  What do I change 
?

deb http://www.ping.uio.no/~mortehu/kde-i386 ./ 

error 404 Not Found

deb http://people.debian.org/~schepler kdegames/   # kdegames
deb http://people.debian.org/~msp ./  # kmerlin
deb http://ftp.es.debian.org/~ender/ ./ # xmmsarts 
deb http://people.debian.org/~njordan kde3.0/# KDevelop 2.1.1

error 404 Not Found

deb ftp://ftp.kvirc.net/kvirc/snapshots/debian/kde3 ./ # kvirc

error 302 Not Found

What should I put rather than the above ?  Other issues...

"Update package sources: 
apt-get update
Clean the package cache: 
apt-get clean"

Fine

"Install libqt3 3.0.4: available in unstable/SID"

Can you describe a path to this ?  I don't know where to download 
from.

"Install arts: 
apt-get install arts"

What is the exact name of the package and where do I get it from ?

"Install kdebase (~20 MB): 
apt-get install kdebase kdelibs3"

Where from ?  Any help greatly appreciated :)


-- 
Thanks



Richard

www.sheflug.co.uk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]




Pb while compiling quanta 3.0 pr1 under KDE 3.0.2

2002-08-05 Thread Grégoire Cachet
hi

I tried to compile quanta 3.0 pr1 under my KDE 3.0.2 and my Sid

KDE come from kde3.geniussystems.net

quanta came from the KDE's CVS or the release from sourceforge, the
problem is the same

I receive this error :

make[3]: Entering directory
`/home/zwiffer/compil/quanta/quanta/treeviews'
source='quantapropertiespage.cpp' object='quantapropertiespage.o'
libtool=no \
depfile='.deps/quantapropertiespage.Po'
tmpdepfile='.deps/quantapropertiespage.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
g++ -I. -I. -I../.. -I. -I. -I../.. -I/usr/include/kde -I/usr/include/qt
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall
-pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2
-fno-exceptions -fno-check-new  -c -o quantapropertiespage.o `test -f
quantapropertiespage.cpp || echo './'`quantapropertiespage.cpp
quantapropertiespage.cpp: In method
`QuantaPropertiesPage::QuantaPropertiesPage(QWidget * = 0, const char *
= 0, unsigned int = 0)':
quantapropertiespage.cpp:48: invalid use of undefined type `class
KComboBox'
quantapropertiespage.h:17: forward declaration of `class KComboBox'
quantapropertiespage.cpp:49: no matching function for call to
`QHBoxLayout::addWidget (KComboBox *&)'
/usr/include/qt/qlayout.h:378: candidates are: void
QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
quantapropertiespage.cpp:74: no matching function for call to
`QuantaPropertiesPage::connect (QCheckBox *&, const char[15], KComboBox
*&, const char[19])'
/usr/include/qt/qobject.h:112: candidates are: static bool
QObject::connect(const QObject *, const char *, const QObject *, const
char *)
/usr/include/qt/qobject.h:208: bool
QObject::connect(const QObject *, const char *, const char *) const
make[3]: *** [quantapropertiespage.o] Erreur 1
make[3]: Leaving directory
`/home/zwiffer/compil/quanta/quanta/treeviews'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/zwiffer/compil/quanta/quanta'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/zwiffer/compil/quanta'
make: *** [all] Erreur 2

Can anybody help me please ? I dunno what I have to do to solve the
problem ...

thanx

grégoire

-- 
IBM : I Buy Macintosh




KDE3, korganizer and alarms

2002-08-05 Thread Andreas Goesele
Hi,

here's one more problem I have after changing to kde3.

I use korganizer as my calendar and heavily relay on it's alarms. But
after changing to kde3 there are no more alarms coming from
korganizer.

Additional information:

At the beginning of every kde session I now get the warning:

KDEInit could not launch 'alarmd': Could not find 'alarmd' executable.

And indeed, while former packages of korganizer came with an
executable "alarmd" this is now missing.

There is now a new package kalarmd, and kalarmd starts with every
session. Could it be, that this kalarmd is meant as replacement for
alarmd? But how would one get korganizer to effectively use it?

Any hints, how I could get my alarms back?

Andreas Gösele




kdm seems to have died?

2002-08-05 Thread Tom Badran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just updated the new kde3 packages (as of today) and it seems that kdm has 
stopped loading on boot up. It works fine when started with both 
"/etc/init.d/kdm start" or just "kdm", but it wont load on boot. 

The link is in my /etc/rcX.d (specifically 2 in my case, and its an S* not a 
K*) and i havent changed anything. Ive looked at the script, and there is 
nothing that appears wrong, i even get "starting kde desktop manager" appear 
in the console.

Im happy to provide any more info if needed.

Tom

- -- 
Email: [EMAIL PROTECTED] || Jabber: [EMAIL PROTECTED]
Homepage:   http://www.doc.ic.ac.uk/~tb100
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9TsfzXCpWOla2mCcRAnCbAKDMBZKTByBqc5SYUrhQ5v9hM4DkswCgwK/9
9eOrO+LPK13sS+TC4Vl8ur0=
=qaIG
-END PGP SIGNATURE-




kppp doesn't work

2002-08-05 Thread Zoltan Nagy
Hi,

I installed the KDE and I tried to use the kppp program but did not
succeed.
It can call the ISP but there are some problem with the authentication.
My ISP requires CHAP authentication.
Can anybody help me?

Zoltan

Here is the log message:

Aug  5 20:58:16 cptl6 pppd[16029]: Using interface ppp0
Aug  5 20:58:16 cptl6 pppd[16029]: Connect: ppp0 <--> /dev/ttyS2
Aug  5 20:58:16 cptl6 pppd[16029]: sent [LCP ConfReq id=0x1
]
Aug  5 20:58:16 cptl6 /etc/hotplug/net.agent: assuming ppp0 is already
up
Aug  5 20:58:16 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x0]
Aug  5 20:58:16 cptl6 pppd[16029]: sent [LCP ConfAck id=0x0]
Aug  5 20:58:16 cptl6 pppd[16029]: rcvd [LCP TermAck id=0x0]
Aug  5 20:58:18 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x4e   ]
Aug  5 20:58:18 cptl6 pppd[16029]: sent [LCP ConfRej id=0x4e  ]
Aug  5 20:58:18 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x4f   
  ]
Aug  5 20:58:18 cptl6 pppd[16029]: sent [LCP ConfRej id=0x4f ]

Aug  5 20:58:18 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x50  ]
Aug  5 20:58:18 cptl6 pppd[16029]: sent [LCP ConfRej id=0x50 ]
Aug  5 20:58:18 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x51   
  ]
Aug  5 20:58:18 cptl6 pppd[16029]: sent [LCP ConfRej id=0x51 ]

Aug  5 20:58:19 cptl6 pppd[16029]: sent [LCP ConfReq id=0x1
]
Aug  5 20:58:19 cptl6 pppd[16029]: rcvd [LCP ConfAck id=0x1
]
Aug  5 20:58:20 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x52   
  ]
Aug  5 20:58:20 cptl6 pppd[16029]: sent [LCP ConfRej id=0x52 ]

Aug  5 20:58:20 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x53  ]
Aug  5 20:58:20 cptl6 pppd[16029]: sent [LCP ConfRej id=0x53 ]
Aug  5 20:58:21 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x54   
  ]
Aug  5 20:58:21 cptl6 pppd[16029]: sent [LCP ConfRej id=0x54 ]

Aug  5 20:58:21 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x55  ]
Aug  5 20:58:21 cptl6 pppd[16029]: sent [LCP ConfRej id=0x55 ]
Aug  5 20:58:21 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x56   
  ]
Aug  5 20:58:21 cptl6 pppd[16029]: sent [LCP ConfRej id=0x56 ]

Aug  5 20:58:21 cptl6 pppd[16029]: rcvd [LCP ConfReq id=0x57  ]
Aug  5 20:58:21 cptl6 pppd[16029]: sent [LCP ConfRej id=0x57 ]
Aug  5 20:58:21 cptl6 pppd[16029]: rcvd [LCP TermReq id=0x58]
Aug  5 20:58:21 cptl6 pppd[16029]: sent [LCP TermAck id=0x58]
Aug  5 20:58:22 cptl6 pppd[16029]: sent [LCP ConfReq id=0x1
]
Aug  5 20:58:31 cptl6 last message repeated 3 times
Aug  5 20:58:33 cptl6 pppd[16029]: Hangup (SIGHUP)
Aug  5 20:58:33 cptl6 pppd[16029]: Modem hangup
Aug  5 20:58:33 cptl6 pppd[16029]: Connection terminated.
Aug  5 20:58:33 cptl6 pppd[16029]: Exit.