gcc in sid

2003-02-19 Thread Arash Bijanzadeh
I couldn't understand what's the gcc version in sid? I dist-upgraded my woody 
and seeing gcc3.2 in the package list I said "woo they did it at last, 
upgraded to 3.2" Then I apt-got X and checked out the source of KDE to 
compile. But it is compiling with gcc2.95?! Then I confsed what sid is 
compiled with? I don't think it is possible to have a system partly compiled 
by a version of cc and partialy with another version? What can I do to check 
get my system integrity




Re: KDE3.1 woody konqueror crash

2003-02-19 Thread Andy
> I'm installing kde3.1 for woody with Ralf Noldens debs, but everytime I use
> konqueror as filemanager it crashes konqueror.
>
> Anyone else has experienced this problem?

It happens to me alotbut not everytime.

If I log out and do a console login as root and delete
everything out of /tmp completely, then I am okay for
about 3 days.  I am a heavy KDE 3.1 user.  That is all I use.
( but I still consider myself a novice to Debian and KDE )

I want to ask this list to help my write a script to 
delete everything out of /tmp.  Can I do that while 
logged into KDE or do I have to log out and into the 
console login to do this?
( this is the only way I can solve the problem...remember I am a novice )

I usually do this as root console ( I think ) :
cd /tmp
rm -rf *
rm -rf .*  (to delete the hidden directories)
(I think...can't remember right now and half asleep)

Then log back into KDE and everything works great for days.
I am on Debian 3.0 stable and I LOVE KDE.

Andy




unsubscribe

2003-02-19 Thread Gerald Stieglbauer




Re: kded can't connect to the X server

2003-02-19 Thread Sven Bergner
Am Sonntag, 16. Februar 2003 23:01 schrieb Sven Bergner:
> On Sun, 16 Feb 2003, Sven Bergner wrote:
> > Hi folks,
> > After an restart of my X-server I noticed that I konqueror can't handle
> > cookies any more. I tracked this down to the message in my
> > .xsession-errors whwre the kded complained about not being able to
> > connect to my X-server. I tried to start it by hand and got the same
> > error message on the konsole. I think it's an problem with some rights
> > somewhere. But I have no idea where I can change this.
> >
> > I hope someone can give me a hint.
>
> I reply to myself to add some information about my system. I use a Debian
> Sarge with the KDE 3.1 packages from ktown.kde.org.

Next reply to myself.;-)
After a almost complete reinstall of the KDE-3.1 packages the kded runs as 
expected. But I still have the problem the the konqueror can't handle cookies 
anymore.

Has someone a hint about konqueror and cookies?

Greetings,
  Sven
--
+-+
!   Sven Bergner  E-Mail: [EMAIL PROTECTED]   !
!Registered Linux-User #65111 !
+-+




Re: Qt packages finally done with 3.1.1-4

2003-02-19 Thread Yun-Ta Tsai
Great work! :-) Thanks every developer.
I know it's worth to wait those high quality pkgs.

Tim


binTxaSBqq6FX.bin
Description: PGP =?big5?B?xl+wzSAweDM4REQ3OUVDoUM=?=


Re: gcc in sid

2003-02-19 Thread Casper Gielen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op woensdag 19 februari 2003 08:02, schreef Arash Bijanzadeh:
> I couldn't understand what's the gcc version in sid? I dist-upgraded my
> woody and seeing gcc3.2 in the package list I said "woo they did it at
> last, upgraded to 3.2" Then I apt-got X and checked out the source of KDE
> to compile. But it is compiling with gcc2.95?! Then I confsed what sid is
> compiled with? I don't think it is possible to have a system partly
> compiled by a version of cc and partialy with another version? What can I
> do to check get my system integrity

We're currently switching from 2.95 to 3.2 Currently, 3.2 is the default 
compiler. Sid is being converted piece by piece. Don't worry, it is possible 
to have software compiled by different compilers on the same system.
- -- 
Casper Gielen
[EMAIL PROTECTED], [EMAIL PROTECTED]
- --
No weapons of mass-destruction in Iraq? No
problem, we'll bring them some of our own.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+U2kdIhQIPPgOSvcRAgn9AJ0fLe1tKx4lqe5xxag5M7Mr69bTFwCghxCU
iC4kOs6D5+VHDxMqXB/O0xA=
=tsds
-END PGP SIGNATURE-




Lisa SMB Browsing

2003-02-19 Thread Waldram, Andrew
Title: Lisa SMB Browsing






Thanks all,


Sorry about the mime encoding (wrote at work)


The only thing I didn't search for SMB tried LAN, Lisa etc
Oh well


Thanks again that works



 Andy





Re: KDE3.1 woody konqueror crash

2003-02-19 Thread Severin Greimel
On Tuesday 18 February 2003 22:59, Michael Spanier wrote:
> I'm installing kde3.1 for woody with Ralf Noldens debs, but everytime I use
> konqueror as filemanager it crashes konqueror.
>
> Anyone else has experienced this problem?

Yes, but only when opening certain directories. After having deleted the 
.directory file from that directories it worked.

Severin




KDE PIM in sid?

2003-02-19 Thread Matt Sheffield
I've looked on Chris's unofficial packages as well as the official sid ones 
but there doesn't seem to be a kdepim metapackage or any of its components. 
Has someone compiled it for sid?

I need my sticky notes! :-P




Koffice spellcheck in other language

2003-02-19 Thread Matt Sheffield
I'd like to check my documents' spelling in French but KOffice refuses to run 
in anything other than English. I downloaded the proper internationalization 
packages for the rest of KDE. 

There also doesn't seem to be a package for krita, the KDE raster image 
editor. Are there any more up-to-date debs for sid on the Internet anywhere?




Re: KDE3.1 woody konqueror crash

2003-02-19 Thread Michael Spanier
Am Mittwoch, 19. Februar 2003 09:10 schrieb Andy:
> > I'm installing kde3.1 for woody with Ralf Noldens debs, but everytime I
> > use konqueror as filemanager it crashes konqueror.
> >
> > Anyone else has experienced this problem?
>
> It happens to me alotbut not everytime.
>
> If I log out and do a console login as root and delete
> everything out of /tmp completely, then I am okay for
> about 3 days.  I am a heavy KDE 3.1 user.  That is all I use.
> ( but I still consider myself a novice to Debian and KDE )
>
> I want to ask this list to help my write a script to
> delete everything out of /tmp.  Can I do that while
> logged into KDE or do I have to log out and into the
> console login to do this?
> ( this is the only way I can solve the problem...remember I am a novice )
>
> I usually do this as root console ( I think ) :
> cd /tmp
> rm -rf *
> rm -rf .*  (to delete the hidden directories)
> (I think...can't remember right now and half asleep)
>
> Then log back into KDE and everything works great for days.
> I am on Debian 3.0 stable and I LOVE KDE.

Well I have tried this, but konqueror crashed again :-(


Michael




Re: KDE3.1 woody konqueror crash

2003-02-19 Thread Matthias Kreis
Hello Michael
Do you have a plain woody installation or do you have the debs from bunk 
installed to?

I had to go back to a plain woody installation without the bunk 
packages, but with the proposed updates included. Bevor I also had some 
crashes of konqueror, kmail, koffice.

Regards Matthias Kreis
Michael Spanier wrote:
Am Mittwoch, 19. Februar 2003 09:10 schrieb Andy:
I'm installing kde3.1 for woody with Ralf Noldens debs, but everytime I
use konqueror as filemanager it crashes konqueror.
Anyone else has experienced this problem?
It happens to me alotbut not everytime.
If I log out and do a console login as root and delete
everything out of /tmp completely, then I am okay for
about 3 days.  I am a heavy KDE 3.1 user.  That is all I use.
( but I still consider myself a novice to Debian and KDE )
I want to ask this list to help my write a script to
delete everything out of /tmp.  Can I do that while
logged into KDE or do I have to log out and into the
console login to do this?
( this is the only way I can solve the problem...remember I am a novice )
I usually do this as root console ( I think ) :
cd /tmp
rm -rf *
rm -rf .*  (to delete the hidden directories)
(I think...can't remember right now and half asleep)
Then log back into KDE and everything works great for days.
I am on Debian 3.0 stable and I LOVE KDE.

Well I have tried this, but konqueror crashed again :-(
Michael


--
remasec kreis & gut 
Matthias Kreis  E-Mail: [EMAIL PROTECTED]
Alte Landstrasse 106Tel:071 770 0350
Postfach 202Fax:071 770 0351
9445 Rebstein   Web:www.remasec.ch



Re: KDE PIM in sid?

2003-02-19 Thread Yun-Ta Tsai
Currently,the only solution so far i know is compile urself and make ur
own deb. Don't worry, just follow the steps and u can make the debs on
ur own. (Steal the woody's deb source and compile urself :P)

1. add this in /etc/apt/source.list
deb-src http://ktown.kde.org/~nolden/kde stable main

2. switch to ur console and execute following commands:
   apt-get update
   apt-get source kdepim
   cd kdepim-3.1.0

3. now we have to modify some files to make compiling process smoothly.
   find "control" under debian directory and find "automake1.6", modify
   it to automake1.7.(make sure u have automake1.7 already.)

   And find "debianrule" under admin directory, find
   $QTDIR=/usr/share/qt and change it to /usr/share/qt3.
   Also, find --with-qt-includes, u have to rewrite it as
   --with-qt-includes=/usr/share/qt3/include, and add
   --with-qt-libraries=/usr/share/qt3/lib after that.

4. OK, done!
   back to kdepim-3.1.0/ and execute "dpkg-buildpackage -D"
   well...it might require u to install some packages, most of them are
   headers or libraries for kdepim.
   And after configuration, just wait ur hot and fresh deb pkgs.

Note: Still, it's not official debs, just a temporary solution.
  After sid debs release, you have to remove ur "woody" pkgs first.
  
Tim
On Wed, Feb 19, 2003 at 09:39:56AM -0500, Matt Sheffield wrote:
> I've looked on Chris's unofficial packages as well as the official sid ones 
> but there doesn't seem to be a kdepim metapackage or any of its components. 
> Has someone compiled it for sid?
> 
> I need my sticky notes! :-P
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


binqwW254MpeB.bin
Description: PGP =?big5?B?xl+wzSAweDM4REQ3OUVDoUM=?=


kde3.1 - konqueror - italic fonts

2003-02-19 Thread Wim Uyttebroek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The rendering of Italic fonts in konqueror is very strange !
You can take a look at: http://poke.studentenweb.org/slashdot.png

I also had this problem with the unofficial RC of kde 3.1 for sid !

Anybody an idea?
thx
wim
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+U6BlwCaTIAeGzwYRAgLAAJ0U0C+pKicKQPh1TV+ng+iTcRAcIgCfY3rD
7Gk0Caf+lRl1auAaDXxawbo=
=ki9+
-END PGP SIGNATURE-




Re: KDE3.1 woody konqueror crash

2003-02-19 Thread Michael Spanier
Am Mittwoch, 19. Februar 2003 16:12 schrieb Matthias Kreis:
> Hello Michael
>
> Do you have a plain woody installation or do you have the debs from bunk
> installed to?
>
> I had to go back to a plain woody installation without the bunk
> packages, but with the proposed updates included. Bevor I also had some
> crashes of konqueror, kmail, koffice.
>
> Regards Matthias Kreis


Well to be honest I have the bunk debs installed. You are right there could be 
a problem with the bunk xserver packages.

Thanks for the hint


Michael




kde-i18n-de_4:3.1-1 in testing?

2003-02-19 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Why is kde-i18n-de_4:3.1-1 already in testing?:
Inst kde-i18n-de (4:3.1-1 Debian:testing)

Actually, it should not as nothing else of KDE3.1 is in testing (AFAIK not 
even entering sid is complete). BTW: it fails to install because it 
overwrites a file (/usr/share/locale/de/LC_MESSAGES/quanta.mo) from Ben 
Burton quanta package (1:3.0.0-1).
What am I supposed to to? Deleting quanta because a non-needed KDE3.1 package 
already entered testing?
How can this be prevented in the future?

Thnx

HS

- -- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+U6ZEzvr6q9zCwcERAiCCAKCkyM8iz2GKekBeOP6N9MnIi1fvLgCgoBtp
PfJ5rfVQWOp+V87A81HRVOI=
=/hHi
-END PGP SIGNATURE-




My ITP on k3b

2003-02-19 Thread Jean-Michel Kelbert
Hi,

I've put some times ago an ITP on k3b. However someone notice me that is
part of kde-extragear and so can not be packaged.

Could someone confirm or infirm if I have the right to package k3b. As
a matter of fact an user ask me when I will do it ! 
I have right to build I will upload it in sid after my mid-term exams.

Thanks
-- 
Jean-Michel Kelbert


pgpnDXZqvlMD6.pgp
Description: PGP signature


Re: KDE PIM in sid?

2003-02-19 Thread Thomas Ritter
Am Mittwoch, 19. Februar 2003 15:39 schrieb Matt Sheffield:
> I've looked on Chris's unofficial packages as well as the official sid ones
> but there doesn't seem to be a kdepim metapackage or any of its components.
> Has someone compiled it for sid?

Hi,

I made kdepim packages for sid from the ktown source deb. I changed nothing, 
just bare bones, but it works. I was rather rude with the QT headers I 
thought would be missing (I copied the files from a woody system)... Yes, I 
know, I read the thread after they were finished ;) But that should be no 
problem at all.
I have 128 KBit Upload and even with the LARTC ADSL Wondershaper, full upload 
lets downloads drop to about half the speed, so if anyone could give me space 
to place a directory, I could set up an easy repository and upload it there, 
so if anyone could send me a personal mail...
It's 2.9 MB together, but with my donkey running, multiple uploads would be 
bad, this shouldn't hurt anyone without a DSL modem with stupidly large 
upload queues (without Wondershaper the ping drops from 70ms to about 5000ms 
with full upload).

Maybe someone will be interested in my knetmonapplet package (again, bare 
bones), which will display the upload UNDER the download, using the normal 
panel size.

By the way, did anyone manage to compile lyx-1.3 with the brand new QT 
interface on sid? I made a simple package, but just with the old (but as it 
is said - better) ... what was it? xforms? ... interface.
-- 
Thomas Ritter




Re: Koffice spellcheck in other language

2003-02-19 Thread Steffen Hein
Ooops, just misread the "spellcheck" thinggy.
AFAIK koffice uses ispell. apt-get install ifrench

 ~sth




DDPD - the Dangerous Debian Package Dump - Was: Re: KDE PIM in sid?

2003-02-19 Thread Thomas Ritter
Am Mittwoch, 19. Februar 2003 16:32 schrieb Yun-Ta Tsai:
[exact build instructions removed]
Your packages seem to be smoother than mine.

Too many people build packages for themselves and do not share them. Maybe we 
should think about DDPD - the Dangerous Debian Package Dump, where users can 
dump packages and write messages about them in the mailing list. Surely 
without APT metainformation, as automatic updates from such sources would be 
more than stupid, and with file size limits and a mime checker script 
deleting all unwanted file types and overwriting of files disallowed.

If the uploader supplies the debian mailing list address where he posts about 
these packages as anonymous password, an autogenerated message could inform 
the list (or an own list) about removal of files.

What do you think?
-- 
Thomas Ritter




Re: Where is qlist.h ?

2003-02-19 Thread John Goerzen
Please see:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180816

There is an extensive discussion on this issue already.

Sergio Rodriguez de Guzman Martinez <[EMAIL PROTECTED]> writes:

> I'm missign qlist.h while trying to compile some applications. I
> supposed that it was in libqt3-headers, but with the last update
> (3.1.1-3) on a Sid machine, it has disappeared.
>
> apt-file output:
> libqt3-headers: usr/include/qt/qlist.h
>
>
> Sergio.
>
> -- 
> Sergio Rodríguez de Guzmán Martínez| Lo que quiere el sabio lo busca en sí 
> [EMAIL PROTECTED]  | mismo; el vulgo, lo busca en los
> -=Debian GNU/Linux Sid=-   -o) | demás.   -- Confucio. (551-479 a.C.)
> Kernel 2.4.20   /\ | Filósofo y estadista chino.  
> on a i686  _\_v| 
> PGP Key www.nova1one.com/satai.asc | 
> Registered Linux user number 279084
>
>
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Koffice spellcheck in other language

2003-02-19 Thread Matt Sheffield
I've got ifrench installed.


--- Steffen Hein <[EMAIL PROTECTED]> wrote:
> Ooops, just misread the "spellcheck" thinggy.
> AFAIK koffice uses ispell. apt-get install ifrench
> 
>  ~sth

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com




qt3-designer segmentation fault

2003-02-19 Thread Sergio Rodriguez de Guzman Martinez
I'm having several problems while trying to use qt3-designer. I'm not
sure if it is a bug or it's something I'm missing.

The first time I ran designer after an update (I'm not sure when), the
output was Segmentation fault. I tried to move the $HOME/.qt, and I
could load designer but without kdewidgets, so I edited $HOME/.qt/qtrc
and added the line:

libraryPath=/usr/lib/kde3/plugins/:/usr/lib/qt3/plugins

I got the kdewidgets in designer, but when I try to use them in it
I get the nasty seg fault (no more info in the console output).

Any ideas?.

Sergio.

-- 
Sergio Rodríguez de Guzmán Martínez| Si eres paciente en un momento de ira,
[EMAIL PROTECTED]  | escaparás a cien días de tristeza.  
-=Debian GNU/Linux Sid=-   -o) | -- Proverbio chino.  
Kernel 2.4.20   /\ | 
on a i686  _\_v| 
PGP Key www.nova1one.com/satai.asc | 
Registered Linux user number 279084




Re: DDPD - the Dangerous Debian Package Dump - Was: Re: KDE PIM in sid?

2003-02-19 Thread Yun-Ta Tsai
Since everyone might use different version of libaries,
sharing the official debs might cause serious problems, such as broken
dependency, dist-upgrade lost its function, and ur apt package database
might also be filled with junks.

Still...using unofficial debs or compiling myself is temporary choice.
(My opinion)

Tim
On Wed, Feb 19, 2003 at 05:01:02PM +0100, Thomas Ritter wrote:
> Am Mittwoch, 19. Februar 2003 16:32 schrieb Yun-Ta Tsai:
> [exact build instructions removed]
> Your packages seem to be smoother than mine.
> 
> Too many people build packages for themselves and do not share them. Maybe we 
> should think about DDPD - the Dangerous Debian Package Dump, where users can 
> dump packages and write messages about them in the mailing list. Surely 
> without APT metainformation, as automatic updates from such sources would be 
> more than stupid, and with file size limits and a mime checker script 
> deleting all unwanted file types and overwriting of files disallowed.
> 
> If the uploader supplies the debian mailing list address where he posts about 
> these packages as anonymous password, an autogenerated message could inform 
> the list (or an own list) about removal of files.
> 
> What do you think?
> -- 
> Thomas Ritter
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


binzFfLtjAsnZ.bin
Description: PGP =?big5?B?xl+wzSAweDM4REQ3OUVDoUM=?=


libqt3 from Ralf

2003-02-19 Thread Leopold Palomo Avellaneda
Dear Ralf,

I have updated at work from 3.0.3 to 3.1. More or less the same problems as 
everybody but now all is Ok. ... less one big important thing to me.

I'm using OpenGL aplications I have realise that qt is not compiled (I think) 
with OpenGL option.

I have tried to recompile myself, but I have found unmet dependencies 
(devhelper).

Please could you try to resolve this? or there's some way to recompile the 
libqt package with opengl support?

Thank's in advance.

Leo




Re: DDPD - the Dangerous Debian Package Dump - Was: Re: KDE PIM in sid?

2003-02-19 Thread Thomas Ritter
Am Mittwoch, 19. Februar 2003 20:23 schrieb Yun-Ta Tsai:
> Still...using unofficial debs or compiling myself is temporary choice.
> (My opinion)

This is what I meant this for. Like the kdepim packages.
and... broken dependency? dist-upgrade lost its function? Sounds like every 
KDE upgrade I made on Debian ;)

Thomas Ritter




Re: libqt3 from Ralf

2003-02-19 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Mittwoch, 19. Februar 2003 20:32 schrieb Leopold Palomo Avellaneda:
> I have tried to recompile myself, but I have found unmet dependencies
> (devhelper).
   ^^^

Must be a typo, should be "debhelper"

HS

- -- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+U+ZEzvr6q9zCwcERAll8AJ45GJap89hLWzlcEsFlaLqBTvyQGwCgvLON
1z8IAb0/nWp11PJI5k6CQ+M=
=Lo08
-END PGP SIGNATURE-




Re: qt3-designer segmentation fault

2003-02-19 Thread Filipe Sousa
On Wednesday 19 February 2003 17:34, Sergio Rodriguez de Guzman Martinez 
wrote:
> I'm having several problems while trying to use qt3-designer. I'm not
> sure if it is a bug or it's something I'm missing.
>
> The first time I ran designer after an update (I'm not sure when), the
> output was Segmentation fault. I tried to move the $HOME/.qt, and I
> could load designer but without kdewidgets, so I edited $HOME/.qt/qtrc
> and added the line:
>
> libraryPath=/usr/lib/kde3/plugins/:/usr/lib/qt3/plugins
>
> I got the kdewidgets in designer, but when I try to use them in it
> I get the nasty seg fault (no more info in the console output).
>
> Any ideas?.

Yep,
I had the same problem, just remove (or move) the 
/usr/lib/kde3/plugins/designer/kdewidgets.so designer plugin. That should 
solve the problem.

> Sergio.
>
> --
> Sergio Rodríguez de Guzmán Martínez| Si eres paciente en un momento de ira,
> [EMAIL PROTECTED]  | escaparás a cien días de tristeza.
> -=Debian GNU/Linux Sid=-   -o) | -- Proverbio chino.
> Kernel 2.4.20   /\ |
> on a i686  _\_v|
> PGP Key www.nova1one.com/satai.asc |
> Registered Linux user number 279084

-- 
Filipe Sousa




Re: My ITP on k3b

2003-02-19 Thread Ben Burton

> I've put some times ago an ITP on k3b. However someone notice me that is
> part of kde-extragear and so can not be packaged.

This is not true.  The extragear modules should not be packaged as a
single unit anyway, since each app is on its own release cycle.

Please feel welcome to package k3b separately.

Ben.




Re: libqt3 from Ralf

2003-02-19 Thread Leopold Palomo Avellaneda
A Dimecres 19 Febrer 2003 21:17, Hendrik Sattler va escriure:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Am Mittwoch, 19. Februar 2003 20:32 schrieb Leopold Palomo Avellaneda:
> > I have tried to recompile myself, but I have found unmet dependencies
> > (devhelper).
>
>^^^
>
> Must be a typo, should be "debhelper"

of course . 

-- 
Linux User 152692 
Catalonia




Re: KDE3.1 woody konqueror crash

2003-02-19 Thread Achim Bohnet
On Wed, Feb 19, 2003 at 04:42:16PM +0100, Michael Spanier wrote:
> Am Mittwoch, 19. Februar 2003 16:12 schrieb Matthias Kreis:
> > Hello Michael
> >
> > Do you have a plain woody installation or do you have the debs from bunk
> > installed to?
> >
> > I had to go back to a plain woody installation without the bunk
> > packages, but with the proposed updates included. Bevor I also had some
> > crashes of konqueror, kmail, koffice.
> >
> > Regards Matthias Kreis
> 
> 
> Well to be honest I have the bunk debs installed. You are right there could 
> be 
> a problem with the bunk xserver packages.

For me downgrade of bunks libvorbis* to  Ralfs on ktown was enough.

Achim
> 
> Thanks for the hint
> 
> 
>   Michael
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 




k3b

2003-02-19 Thread R. Rodriguez
Hi. On recent versions, i've noticed that k3b seems a little "strange" to me, 
since the directories window doesn't appear "sticked" to the main window 
anymore... if u select the main window, the directories window gets hidden 
and that stuff... 

Any ideas??

Thx every1...
R. Rodriguez




Re: libqt3 from Ralf

2003-02-19 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mittwoch, 19. Februar 2003 20:32, Leopold Palomo Avellaneda wrote:
> Dear Ralf,
>
> I have updated at work from 3.0.3 to 3.1. More or less the same problems as
> everybody but now all is Ok. ... less one big important thing to me.
>
> I'm using OpenGL aplications I have realise that qt is not compiled (I
> think) with OpenGL option.
>
> I have tried to recompile myself, but I have found unmet dependencies
> (devhelper).
>
> Please could you try to resolve this? or there's some way to recompile the
> libqt package with opengl support?

Only libqt3-mt is compiled with opengl support as xlibmesa has been build with 
threaded support. That means that libqt (the non-threaded version) can't be 
build with opengl support. If your application needs opengl support, compile 
it with libqt-mt.

Ralf

>
> Thank's in advance.
>
> Leo

- -- 
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.1 (GNU/Linux)

iD8DBQE+VAiUu0nKi+w1Ky8RAv/MAKCegYakhfrFZqfhbW7OrolS8aLe4QCfahYz
GuB4r0uZJsYCVM6eUQFI9SY=
=grsL
-END PGP SIGNATURE-





Re: libqt3 from Ralf

2003-02-19 Thread Leopold Palomo Avellaneda
A Dimecres 19 Febrer 2003 23:43, Ralf Nolden va escriure:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Mittwoch, 19. Februar 2003 20:32, Leopold Palomo Avellaneda wrote:
> > Dear Ralf,
> >
> > I have updated at work from 3.0.3 to 3.1. More or less the same problems
> > as everybody but now all is Ok. ... less one big important thing to me.
> >
> > I'm using OpenGL aplications I have realise that qt is not compiled (I
> > think) with OpenGL option.
> >
> > I have tried to recompile myself, but I have found unmet dependencies
> > (devhelper).
> >
> > Please could you try to resolve this? or there's some way to recompile
> > the libqt package with opengl support?
>
> Only libqt3-mt is compiled with opengl support as xlibmesa has been build
> with threaded support. That means that libqt (the non-threaded version)
> can't be build with opengl support. If your application needs opengl
> support, compile it with libqt-mt.

But this change it's only in qt3.1?, because qt3.0.x you only have to compile 
with qt.

For example, SoQt, makes a check, and do it with qt to find if it can compile 
qglwidget. What are doing the others distros?

I don't have any problem to change my application, but there others?

I remember that qt2 had a qt-gl package (in debian). When I compiled my 
program at work (with debian), I had to put -lqt-gl. At home with Mandrake I 
had to erase that line because qt was with gl suport.

Now I will have to do something similar?

I'm only asking. I will do that the packagers of debian said. If you think 
that this is the best approach, ok. I'm just a newbie.

Best regards,

Leo

>
> Ralf
>
> > Thank's in advance.
> >
> > Leo
>
> - --
> 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.1 (GNU/Linux)
>
> iD8DBQE+VAiUu0nKi+w1Ky8RAv/MAKCegYakhfrFZqfhbW7OrolS8aLe4QCfahYz
> GuB4r0uZJsYCVM6eUQFI9SY=
> =grsL
> -END PGP SIGNATURE-

-- 
Linux User 152692 
Catalonia




Re: libqt3 from Ralf

2003-02-19 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Donnerstag, 20. Februar 2003 00:21, Leopold Palomo Avellaneda wrote:
> A Dimecres 19 Febrer 2003 23:43, Ralf Nolden va escriure:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Mittwoch, 19. Februar 2003 20:32, Leopold Palomo Avellaneda wrote:
> > > Dear Ralf,
> > >
> > > I have updated at work from 3.0.3 to 3.1. More or less the same
> > > problems as everybody but now all is Ok. ... less one big important
> > > thing to me.
> > >
> > > I'm using OpenGL aplications I have realise that qt is not compiled (I
> > > think) with OpenGL option.
> > >
> > > I have tried to recompile myself, but I have found unmet dependencies
> > > (devhelper).
> > >
> > > Please could you try to resolve this? or there's some way to recompile
> > > the libqt package with opengl support?
> >
> > Only libqt3-mt is compiled with opengl support as xlibmesa has been build
> > with threaded support. That means that libqt (the non-threaded version)
> > can't be build with opengl support. If your application needs opengl
> > support, compile it with libqt-mt.
>
> But this change it's only in qt3.1?, because qt3.0.x you only have to
> compile with qt.
>
> For example, SoQt, makes a check, and do it with qt to find if it can
> compile qglwidget. What are doing the others distros?

qglwidget.a was a static library that the GL classes were collected in for 
Qt2.x, but this is now a standard part of libqt-mt (as said, libqt can't be 
linked against xlibmesa, only libqt-mt can be).

>
> I don't have any problem to change my application, but there others?
I'm sorry, but this is a requirement. There is no other technical way in Qt 
3.1 to deal with this. It also helps to simplify the use of Qt. By the way, 
you should *always* use libqt-mt wherever possible with Qt 3 so that your 
application integrates seamlessly into KDE and picks up the KDE style to run 
with.

> I remember that qt2 had a qt-gl package (in debian). When I compiled my
> program at work (with debian), I had to put -lqt-gl. At home with Mandrake
> I had to erase that line because qt was with gl suport.
Yes, Qt was quite misconfigured for a while :-((  We tried to correct all 
issues with the current build and I'm quite content with it now. The current 
(means: the 3.1.1-4 build going into sid tomorrow; I'll update my builds as 
well) build are the most that you can make out of Qt and configure it in a 
way that will allow better coexistance with Qt 2 as well as Qt-embedded 2.x 
and 3.x

> Now I will have to do something similar?
Just use -lqt-mt. If you use KDE's admin directory you can use $(LIB_QT) which 
will pick up the appropriate version automatically for you.

> I'm only asking. I will do that the packagers of debian said. If you think
> that this is the best approach, ok. I'm just a newbie.
Please use -lqt-mt if you're unsure. Make your packages depend on having 
libqt3-mt-dev installed as a build dependency so that you actually link 
against libqt-mt.so.

Ralf

>
> Best regards,
>
> Leo
>
> > Ralf
> >
> > > Thank's in advance.
> > >
> > > Leo
> >
> > - --
> > 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.1 (GNU/Linux)
> >
> > iD8DBQE+VAiUu0nKi+w1Ky8RAv/MAKCegYakhfrFZqfhbW7OrolS8aLe4QCfahYz
> > GuB4r0uZJsYCVM6eUQFI9SY=
> > =grsL
> > -END PGP SIGNATURE-

- -- 
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.1 (GNU/Linux)

iD8DBQE+VBYJu0nKi+w1Ky8RApduAKCrZq1esXhQMOkccY14n0raB1KhbQCaA6HA
OpBU2a5qghxLn4MIbtlE640=
=REle
-END PGP SIGNATURE-





Creating a Help Index?

2003-02-19 Thread Michael Schuerig

Presumably (from looking at the source), the Help Index Control Center 
module should display a list of help documents. In my case (KDE 3.1) 
there are no entries in this list.

Michael

-- 
Michael Schuerig   Most people would rather die than think.
mailto:[EMAIL PROTECTED]   In fact, they do.
http://www.schuerig.de/michael/  --Bertrand Russell




configure for cdbakeoven crashes

2003-02-19 Thread Slaven Peles
As it says in the subject line I click Settings -> Configure cdbakeoven 
and the dialog box crashes. cdbakeoven still works after that, but it is 
impossible to configure it (or better say I don't know how to configure it by 
editing configuration files). I'm using version 1.8.9 on "clean" woody + 
Ralph's KDE 3.1.

If anyone came accross this problem please let me know. Please cc me, I'm not 
on the list.

Many thanks,
Slaven




Re: My ITP on k3b

2003-02-19 Thread Jean-Michel Kelbert
Le 19/02/03 à 17:22 Ben Burton ([EMAIL PROTECTED]) écrivait :
> Please feel welcome to package k3b separately.

Ok. I will package it ! I also notice that there is a separate source
file for locales. So there'll be two packages. I think it is a little
bit "stupid", but I can't merge uptsream sources ! On top of that the
upstream configure require too much stuff for building locale (like qt
for example).

I've will package it after my mid-term exams next week.
-- 
Jean-Michel Kelbert


pgp13CBzxaAaY.pgp
Description: PGP signature


Ralf's KDE and XFree 4.2 on Woody

2003-02-19 Thread Alexander Antoniades
I know Ralf said not to run any other versions of Xfree86, but I wanted to try 
out James Strandboge's new backport of Gnome 2.2, which requires Xfree 4.2.

I know Bunk's versions have caused problems, has anyone tried XFree 4.2 from:
deb http://people.debian.org/~blade/woody/i386 ./
?

I want to try the new Gnome, but I'm not risking KDE 3.1.

Any help would be appreciated,

Sander




Re: Problems with relocated Qt headers

2003-02-19 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Dienstag, 18. Februar 2003 13:47, Ben Burton wrote:
> Well, FWIW I can now verify that there are problems with third-party
> apps building out of the box since the Qt headers have moved from
> /usr/include/qt to /usr/include/qt3.
>
> From the kile build:
>
>   checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and
>   libraries) not found. Please check your installation!
>
> Anyway, as I said earlier, the problem is that third-party apps
> ship a snapshot of admin/ that is not necessarily up-to-date with
> KDE CVS.  It seems then that /usr/include/qt3 hasn't always been in the
> default search path for KDE3 includes.
>
> I'm not asking for the headers to be moved back, and packagers are
> presumably aware of how to fix the builds, but it's nevertheless worth
> being aware that some apps already in debian will break, and some of the
> numerous not-yet-packaged third-party apps won't build quite as smoothly
> out of the box as they used to.

Those who are affected can change the debianrules file in the admin directory 
and correct the include path if they are using the dh_make template from 
kdelibs4-dev for instance. Otherwise pass 
- --with-qt-includes=/usr/include/qt3, or even better 
- --with-qt-dir=/usr/share/qt3 to configure.

Ralf
>
> Ben.

- -- 
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.1 (GNU/Linux)

iD8DBQE+U0Tau0nKi+w1Ky8RAlysAJ9G4U4RYAqpKk/NMQ8UcV/3JsRcqACgh+lr
jzkQ1m61KDbSYEe2jQmVNgI=
=PYOn
-END PGP SIGNATURE-





Qt packages finally done with 3.1.1-4

2003-02-19 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Martin Loschwitz and I can now report that we finished working on the Qt 
packages last night. Martin will repackage today and then uploading -4 into 
sid can take place.

We'd like to thank you for your patience with us and hope that you will see 
that the restructuring needed to be done for various reasons. We actually
tried to solve all problems that Qt packages in Debian had until now and we've 
been quite successful. Actually I'm delighted with the new packages :-) as 
they really make a lot more sense now and include everything that is needed 
to build for instance QSA (filed an ITP for that) out of the box with it as 
well as that we have found the quite simplest way to build all examples by 
people who want to start Qt development on Debian in one go.

We'd like you to read the included, very precise README.Debian for questions 
first if you encounter problems (which in most cases aren't problems but 
requirements of the new packages that were long overdue) with packages that 
build against Qt before bugging us with bugreports. The patches we used 
against Qt are now reduced to the absolute minimum and are coordinated with 
TrollTech so that we can get patches into the main Qt tree for Qt 3.1.2 
and/or Qt 3.2. 

Have fun,

Ralf
- -- 
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.1 (GNU/Linux)

iD8DBQE+U0a9u0nKi+w1Ky8RAoEgAKCnkKEGfl2o/H2i416cxCfHPzYnZACdGa4b
m9ELT8lwKW/9HL6trZi61Ds=
=pkZx
-END PGP SIGNATURE-





Re: Problems with relocated Qt headers

2003-02-19 Thread Adam Majer
On Wed, Feb 19, 2003 at 09:48:26AM +0100, Ralf Nolden wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Dienstag, 18. Februar 2003 13:47, Ben Burton wrote:
> > Well, FWIW I can now verify that there are problems with third-party
> > apps building out of the box since the Qt headers have moved from
> > /usr/include/qt to /usr/include/qt3.
> >
> > From the kile build:
> >
> >   checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and
> >   libraries) not found. Please check your installation!

> Those who are affected can change the debianrules file in the admin directory 
> and correct the include path if they are using the dh_make template from 
> kdelibs4-dev for instance. Otherwise pass 
> - --with-qt-includes=/usr/include/qt3, or even better 
> - --with-qt-dir=/usr/share/qt3 to configure.

Or maybe --with-qt=/usr/share/qt3 and let the symlinks cake over.

- Adam