Skip to content

Proposed Timetable for KDE 3

Tuesday, 24 July 2001  |  Dre

While we anxiously await the release of KDE 2.2 in two weeks, Waldo Bastian, the current KDE release coordinator, has posted the proposed schedule for the release of KDE 3. The upshot: KDE 2.2.1 is scheduled for September 2001 and KDE 3.0 for January 2002. The full schedule is available below.

 


From:  Waldo Bastian <bastian@kde.org>
To:  kde-core-devel@kde.org
Subject:  RFC: The Road Ahead
Date:  Mon, 23 Jul 2001 14:07:01 -0700

To wrap up the Qt3 discussion and to bring everyones expectations a bit in line, here is a proposed time-table for the rest of this year:

  • Aug 2001: Release of KDE 2.2
  • Sep 2001: Release of KDE 2.2.1
  • Oct 2001: Development release, KDE 2.89 aka Qrash3.
  • Nov 2001: KDE 3.0beta1
  • Dec 2001: KDE 3.0beta2
  • Jan 2002: KDE 3.0 final

I suggest to switch KDE CVS to Qt3 after the release of 2.2.1.

If you would like to be the release dude for KDE 3.0, now is a good time to step forward :-)

Cheers,
Waldo
--
Andrei Sakharov, Exiled 1980-1986, USSR, http://www.aip.org/history/sakharov/
Dmitry Sklyarov, Detained 2001-????, USA, http://www.elcomsoft.com/

Comments:

Re: Proposed Timetable for KDE 3 - kde-zealot - 2001-07-24

There is a saying ... Vision without action is fiction Three cheers for KDE for keeping me in the NON-fiction part of the library :) On a side note .. the funniest thing about the new KDE site www.freekde.org is the hyperlink which reads Humour. The link points to gnome.org. Now THAT was funny!

Re: Proposed Timetable for KDE 3 - philiKON - 2001-07-25

... and :wq links to vim.org

i don't believe it - john - 2001-07-24

my god. 6 months until KDE3.0?! don't you people have lives?!?! sheesh. 8*] can't wait for it. --john

Migration - Konrad Wojas - 2001-07-24

How about KDE2 programs? Will KDE3 be source comaptible with KDE2? Will I/O slaves written for KDE3 also work with the KDE2 programs or do you have to maintain a separate set of I/O slaves? I'm looking forward to KDE3, but I hope some attention will be given to backward compatibility with KDE2...

Re: Migration - David Faure - 2001-07-25

I don't expect the I/O slave system to change except for a very small cleanup. For the rest it's hard to tell, the porting hasn't been done yet. The plan is _not_ to re-engineer everything as happened during the 1.x->2.x switch, so the porting should be quite easy. Don't expect binary compatibility though, recompiling will be in order.

Re: Proposed Timetable for KDE 3 - M. Khawar Zia - 2001-07-24

what features will kde 3 have???

Re: Proposed Timetable for KDE 3 - Dre - 2001-07-24

If you want a lot of details you can read the thread at <a href="http://www.kde.com/maillists/view_thread.php?f=1&l=20&sb=rank&o=d&v=search&mq=35987&t=494946&m=494972">http://www.kde.com/maillists/</a> <br><br> The executive summary: the intiial kde 3 release will just be a port of KDE 2.x to Qt-3, with the usual set of feature enhancements that accompanies a KDE major release (e.g., like KDE 2.0 to KDE 2.1). <br><br> Qt-3 offers some significant advantages over Qt-2, including bi-directional text support (for Arabic and Hebrew), database-aware widgets, QTable, etc. Of course there is also the rich text widget and the "html" widget, but at least the rich text widget has been backported to Qt-2 for KOffice already. <br><br> Also, porting KDE 2 to qt-3 will be *a lot* easier than it was to port KDE 1 to qt-2. The changes are far less drastic; some have reported porting complex and large applications in just a few hours. Plus KDE itself is not getting rewritten, as was the case for KDE 2. <Br><br> The thread also gives the reason for switching to KDE 3 so soon. Most distributions will upgrade to gcc 3.0 and the accompanying libstdc++ in the near future. This will break binary compatability for all KDE programs. Also gcc-3.1 is again to break binary compatability, this time for libstdc++ only. Thus the idea is to switch to KDE 3 right along with the gcc 3.1 release so that binary compatability is not broken a third time with KDE 3. It does break source compatability, but as noted above it is not difficult to port to Qt-3 from Qt-2.

Re: Proposed Timetable for KDE 3 - John - 2001-07-24

Wow, that thread makes for facinating reading. A nice, reasoned exchange of ideas until a sensible plan is developed. A great example of how the Open Source model is supposed to work. Props to the guys for professional way they've attacked the problems involved. John.

The new component model shipped with Qt3 - Victor Röder - 2001-07-24

How does the new component model play a part in KDE 3? Bye, Victor

Re: Proposed Timetable for KDE 3 - Eeli Kaikkonen - 2001-07-25

>Thus the idea is to switch to KDE 3 right along >with the gcc 3.1 release ??? Cannot be 3.1, KDE 3 was proposed to be ready in January 2002, gcc 3.1 is scheluded for April.

Re: Proposed Timetable for KDE 3 - someone - 2001-07-24

Some developers started to scribble down their plans, of course this is not complete: http://developer.kde.org/development-versions/kde-2.3-features.html

KDEUpdate - dude who cares - 2001-07-24

I think it would be beneficial to everyone if we had an update system built into KDE. after KDE2 came out, we had update after update after update, without really a way to upgrade kde2.0 to 2.0.1, then 2.0.2 then 2.1 then 2.2, and all the beta's in between that. Is there anybody working on a live update's package for KDE2 that can take binary packages, download them, and install them into the KDE directory for you. You would still use the system's package manager, but not for updates. KDE would take care of all that for you. Only use the distribution's package manager when doing a new install of kde, or when doing a major upgrade (ie, kde2x to kde3x) This would also put KDE on a lot more desktops of willing beta testers. And can keep people from the kde2x series up to date, without having to re-do their whole KDE installation. i hope you like this suggestion bye

Re: KDEUpdate - wizdom - 2001-07-24

kdeinstaller does (or at least aims to do) something similar already. It's in the kdenonbeta directory of the main CVS repository. Haven't tested it myself, good luck. Regards, wizdom.

Re: KDEUpdate - Steve Hunt - 2001-07-25

The KDE Installer Project was halted by its fearless leader, Nick Betcher. Their website is at http://kdeinstaller.rox0rs.net

Re: KDEUpdate - Corey - 2001-07-24

I dont think that this is within the scope of KDE. Also this is duplicating what decent distros already do. Try using Debian, "apt-get update; apt-get dist-upgrade". Plus, if you want a GUI to do it for you there is kpackage. I'm sure that sometime soon the other distros will catch up to what apt has been doing for ages.

Re: KDEUpdate - dingodonkey - 2001-07-24

As far as I am concerned, that should be up to the OS distro including KDE. They mostly all have their own update programs anyway, best keep it simple. And if you know enough to get KDE set up on a system that didn't come with it, you know enough to update yourself. That would just bloat things more than they need be.

Re: KDEUpdate - Alain - 2001-07-24

> As far as I am concerned, that should be up to the OS distro including KDE. They mostly all have their own update programs anyway, No, they have not any an easy way to install. Only a lot of rpm, with bad dependencies to manage. So a kdeinstaller would be useful. Good thing this KDE 3 calendar, I am happy to see the dynamism of the KDE team ! Changing sooner is a sign of leadership. Good luck for many powerful improvements !

Re: KDEUpdate - Psiren - 2001-07-24

> No, they have not any an easy way to install. Only a lot of rpm, with bad dependencies to manage. Yeah, cos RPM based distro's suck. As said above, use Debian. Dependencies are dealt with automagically.

Re: KDEUpdate - Alain - 2001-07-24

> As said above, use Debian. Dependencies are dealt with automagically. Sorry, I want something user friendly (and, about it, Debian sucks, as you said...) or I wait... Now I wait, I install KDE only with a distrib new version.

Re: KDEUpdate - Gregory W. Brubaker - 2001-07-25

this might become a flame war... hehe... Anyway, KDE runs on everything... not just linux... and linux, as well as the other operating systems don't just run on intel processors... It would take a large team to support this many binary update schemes... Personaly, the operating system ( or in Linux's case, the maybe the distro maker ) should probably handle this... After all, just because KDE developers are on steroids (They take it in tea form), doesn't mean they don't (ever) sleep... ------------------------------ New Thought: ------------------------------ Man did we all notice KDE spinning along last Fall/Winter. Many of us didn't believe they would be able to release on schedule, with what they had planed, and do it all so well. Now, we know it will be done, and can just stare in ammazement... However, don't forget you too can join these cool guys, and help out however possible...

Re: KDEUpdate - Evandro - 2001-07-26

Conectiva has APT and Mandrake has URPM to handle dependencies automagically. And they´re both rpm-based distributions.

Re: KDEUpdate - David Ludwig - 2001-07-25

One possible solution to this would be to have an updater/installer GUI interface with multiple backends. One backend for Debian, one for RedHat, one for SuSE, etc.

Re: KDEUpdate - Rick Kreikebaum - 2001-07-26

or a common backend like the ximian setup tools or something that all the distros could later adopt

Re: KDEUpdate - Peaker - 2001-07-27

Debian's apt-get dist-upgrade seems to keep me in line of the newer KDE packages pretty quickly already :) If anything, just post new .debs every day?

Qrash3? - antialias - 2001-07-24

Aka Qrash3? Joke? :) When I pronounce Qrash it sounds like 'crash'. Hehe...

Re: Qrash3? - Jerome Loisel - 2001-07-24

KDE 1.89, the first 2.0 pre-release, was code-named "Krash". The intent was to let everybody know that this was a very early beta of a whole new KDE architecture and was therefore still unstable. Think "technology preview". This time, of course, the new technology will mostly stem from the new Qt version... Hence the name "Qrash". But it's mostly for laughs. :-)

Re: Proposed Timetable for KDE 3 - AC - 2001-07-24

Great news. I have been hoping they would opt to switch to Qt 3 sooner rather than later.

What about Speed and OS independence! - Asif Ali Rizwaan - 2001-07-24

KDE 2.1.1 is still very much slower than Windows or say KDE 1.1 which was very fast. Here is my observation: 1. Explorer takes 2 seconds in windows 98 2. Konqueror takes 3 seconds in KDE 2.1.1 3. KFM file manager/broweser took 1/2 (half) second. KDE Updates should be Statically linked binaries like windows Internet Explorer, Windows Media Player, etc., upgrades. Other than that Opera Browser is a good example for Linux. All I want is KDE 1.1's speed in KDE 2.2 or KDE 3.0. Have the developers Optimized the KDE code!?

Making it clear :) - Asif Ali Rizwaan - 2001-07-24

> 1. Explorer takes 2 seconds in windows 98 > 2. Konqueror takes 3 seconds in KDE 2.1.1 > 3. KFM file manager/broweser took 1/2 (half) second. 1. Explorer takes 2 seconds in windows 98 _to appear_ after click. 2. Konqueror takes 3 seconds in KDE 2.1.1 _to appear_ after click. 3. KFM file manager/broweser took 1/2 (half) second _to appear_ after click on the associated icon. > Other than that Opera Browser is a good example for Linux. Other than that Opera Browser is a good example for Linux which gives statically linked application. I used that on RH 6.2.

Re: What about Speed and OS independence! - aleXXX - 2001-07-24

The speed penalty is in big parts due to the linker (ld). Waldo Bastian analyzed the problem and now somebody from the ld team is working on it. I read first numbers which said a first alpha version of the improved linker reduced the time needed for linking on his machine from 0.6 to 0.01 seconds. This sounds very promising :-) The second thing is the slow icon loading, I will have a look at it. Bye Alex

more ram is the answer for me - kde-user - 2001-07-24

Is this at all possible? (I don't expect it to be done, but just from a wish-list point of view) I would rather buy another 128mb DIMM RAM so that the entire KDE could be run from RAM so that everything is already loaded. Why can't we have this as a solution for people NOW that can afford it? I would love that as the solution for me :)

Re: more ram is the answer for me - Fred - 2001-07-24

I don't think that RAM is the answer, since I've tried that solution myself. I doubled my RAM from 128 MB to 236 MB - I know that it isn't a huge amount of RAM - but it still ought to make a difference - and that's my point: I didn't for me... So I'll look forward to see Waldo's paper turned into code i KDE 2.2 /Fred

Re: more ram is the answer for me - Fred - 2001-07-24

Let me try again : ) 128 MB + 128 MB is 256 MB all those numbers...

Re: more ram is the answer for me - Carl R - 2001-07-25

I recently upgraded my ram from a puny 64 megs to a total of 320. Starting times of kde apps are somewhat better, but this is mainly due to the fact that I don't have to hit swap anymore. I'd imagine there might also be some slight improvements just because previously accessed files (including binaries for the apps) get cached in ram, making the second load faster. I don't really know enough about how Linux does this to accurately comment, though. Hopefully the loader issues get sorted out soon, though; the effect of it currently is fairly noticable on a 350MHz cpu. --c.

Re: more ram is the answer for me - Justin Hibbits - 2001-07-25

Hmm...I have 256MB and I hit swap all the time. Maybe something's wrong. Running Potato, X 4.1.0-4.0.1 "hybrid", Kernel 2.4.5, 57 MB Swap, and ran completely out once, had to kill X, then went down to 3 MB used. What could the problem be? Probably my celeron...maybe on my 1.0GHz Thunderbird things will change.......

Re: more ram is the answer for me - Jeff N. - 2001-07-25

IIRC, Linux kernels in the 2.4 series prior to 2.4.6 had some memory management issues. I noticed these myself... After going from 2.2.18 to 2.4.2, memory use on my 128MB Athlon 600 system really seemed to *not* perform as well as with 2.2.18. I upgraded with each new 2.4.x, and now with 2.4.6 memory usage has really improved! Yay! =) If you are still using 2.4.5, try upgrading to the latest kernel and see if that helps... IIRC, there was something about it (the kernel) not releasing allocated memory when the memory was no longer being used..? Can't say more because I don't know all the details. -- Cheers, Jeff

Re: more ram is the answer for me - Carl R - 2001-07-25

I'm still running 2.2.19 until I either find a compelling reason to switch, or I decide to play with a new distro that has a 2.4.x kernel. I *think* the problem with the 2.4 kernels up to 2.4.5 was that they would allocate pages in swap, but not always *de*allocate them. This would cause any machine to eventually run out of swap space. I could be remembering this wrong though, so check Kernel Traffic for details.

Re: more ram is the answer for me - Dieter Nützel - 2001-07-27

I would suggest all of you to switch to 2.4.7, as soon as possible. With it most VM issues are fixed (some more optimizations are under development). Linus et. all. are very pleased with it. Even most of the outstanding ReiserFS fixes are in place, now (NFS). Cheers, Dieter BTW I have 640 MB but it is NOT the answer to all questions...;-)

running out of RAM (was: more ram is the answer fo - Gunter Ohrner - 2001-07-26

Hi! Are you using imported GTK pixmap themes? I don't know if that has been fixed but in times of KDE 2.0.x there was a huge ressource leak in GTK pixmap theme handling. Additionally I must say that I still have memory consumption problems although I dropped my favourite GTK theme quite fast. (at least for KDE...) I have 512 Mb RAM installed in a DualCeleron 466 machine running Linux 2.4.6, glibc 2.2.0 and X 4.0.3 / 4.1.0. X often uses more than 200 MB RAM, sometimes even causing my machine to page out memory... :-( Kernel 2.4.6 seems to perform substantically better than the previous 2.4.xs. Greetinx, Gunter Ohrner

Re: running out of RAM (was: more ram is the answer fo - Justin Hibbits - 2001-07-26

Nope, I never use Gtk+ themes, since there are KDE themes that are close enough, so I use those. Now I use KDE 1, but parts still seem to be a little slow. Oh, well. Ever since I upgraded to kernel 2.4.7 yesterday, it hasn't gone to swap at all. Also, it actually found my power button -- what would it do if it didn't, panic? (lol) I am still keeping KDE 2.1 on my computer, but just the libs and some programs like Konsole because they are better than the KDE 1. I just need to find a patch for Qt 1.44 that supports the wheel. Then I'm all set.

Linker issues - Carl R - 2001-07-25

aleXXX wrote: > The speed penalty is in big parts due to the > linker (ld). Waldo Bastian analyzed the > problem and now somebody from the ld team is > working on it. Does anyone have a link or other reference as to what's currently being done? I don't know if I'd really have much to contribute, but being the curious type, I'm sure following the development of this would be about as much of a learning experience as reading Waldo's paper was! --c.

Re: Linker issues - AC - 2001-07-25

Try: <br><br> <a href="http://lists.kde.org/?l=kde-core-devel&m=99134101312638&w=2">http://lists.kde.org/?l=kde-core-devel&m=99134101312638&w=2</a> <br><br> and <br><br> <a href="http://sources.redhat.com/ml/binutils/2001-06/msg00360.html">http://sources.redhat.com/ml/binutils/2001-06/msg00360.html</a>

Re: Linker issues - DavidA - 2001-07-25

Thanks, nice links. I wondered if anything came of this after Waldo's paper and actually I'm still wondering if anything will actually happen with this code? Has anyone actually tried this and if so what results did you see in the real world; could you tell the difference when using the pre-linker? Any ideas what timescales we are talking about till this goes mainstream and this distro's use it?

Re: Proposed Timetable for KDE 3 - JP - 2001-07-24

So when well we have Arabic or hebrow support?! it's about time .. :) i mean eaven if it was a beta ver. when do you think that KDE well support Arabic and Hebrow (BiDi)? KDE always rocks :) Thanks and keep up the GOOD work ;o)

Re: Proposed Timetable for KDE 3 - David Faure - 2001-07-25

Arabic and Hebrew support is one of the primary reasons for switching to Qt 3. So expect this to be available starting from KDE 2.89. I'll make sure KWord supports it.

Re: Proposed Timetable for KDE 3 - JP - 2001-07-25

David this is the best news i have heard in a long time.. just keep up the good work! you guys are great! thanks

Re: Proposed Timetable for KDE 3 - Abdullah - 2001-07-26

Thanks a lot for the Arabic support. This is one thing that keep me using MS OS and application on my desktop. with this support I will switch to only linux desktop. Will Arabic support be available for all KDE applications? Abdullah

Re: Proposed Timetable for KDE 3 - Amer - 2001-09-13

Hi, I am very happy to hear about Arabic support in KDE. but please try to fix up the arabization faults M$ did in their Arabic Windows System. I hope you finish your work perfectly. Please consider implementing some special Arabic typefaces issues in the KWord to correct the bad shapes of some combinations. Please tell me if you need a description about the advanced shaping problems in Arabic typefaces. thank you very much.

Too fast? - Claes - 2001-07-24

KDE is sure moving quickly. And that is in some ways good. But in this fast speed, will KDE ever be able to mature and become truly stable? I fear that there always will be serious bugs if there is so little time to maintain a stable release before it is time to release the next major version. Compare to the Linux kernel. Even though there are newer development kernels, the old ones are maintained a long time. I wonder if it should not be better to aim for the next release much further ahead in time.

Re: Too fast? - Tom - 2001-07-24

I could not agree with you any less. I rather have KDE 3.0 between June-July next year rather than early next year. More times on development means more stable, better product and less pressure on those KDE teams... All the best .. your biggest FAN

Re: Too fast? - Thomas - 2001-07-25

I absolutely agree. Linux is known to be verry stable. So we should keep this advantage and not develop ANOTHER rich-featured, buggy System. KDE is about as stable as my NT-Workstation I have to use at work: it does not crash often but still TOO often... Please don't sacrifice stability for features and new *.0-Versions !

Re: Too fast? - not me - 2001-07-25

>Please don't sacrifice stability for features and new *.0-Versions ! KDE is doing nothing of the kind! KDE 3 is basically a port of the existing KDE2 framework to QT3. It's nothing at all like the change from KDE 1 to KDE 2. Much of the existing code will probably make it through the transition essentially unchanged. So the stability of KDE 3 will probably be greater than KDE 2's stability (which is already better than Windows). The reason for the big number change from 2 to 3 is an issue of compatibility. The KDE team wants to make it clear that programs written and compiled for KDE 2 will not work "out-of-the-box" with the next KDE. Making the version number 3 lets people know that it is not compatible. It is not compatible for a variety of reasons, including: ~QT 3 is slightly changed, breaking both source-code and binary compatibility. ~GCC 3.0 is coming out, which will break binary compatibility (now I hear something about 3.1 breaking compatibility too?) ~Now that the KDE libraries have seen real use, some minor API problems have been uncovered (of course). These can't be changed without breaking binary (and sometimes source) compatibility. After KDE 3 comes out with an improved API, the KDE team hopes to standardize on it for a long time, allowing a large application base to grow, and allowing any remaining bugs to be fixed until KDE 3 is as stable as KDE 1.1.2!

Re: Too fast? - James Pole - 2001-07-26

I agree. There should be more time focusing on stablising KDE2 and making KDE2's memory usage smaller.

Re: Proposed Timetable for KDE 3 - Alan - 2001-07-24

But when KDE3 comes out am I going to have ~/Desktop, ~/KDesktop, ~/Kdesktop3, ~/.kde, ~/.kde2, ~/.kde3, /opt/kde, /opt/kde2, /opt/kde3 ? This is getting to be an awful mess - can/will the old stuff for KDE 1 be junked? - Alan

Re: Proposed Timetable for KDE 3 - Jerome Loisel - 2001-07-24

KDE developers have long stopped working on KDE 1.X... But no, no-one will log on to your computer and junk the old versions for you. You will have to do that part yourself. :-)

Re: Proposed Timetable for KDE 3 - 11223 - 2001-07-24

This is your distribution's fault. If you compile KDE 2.x from source on a clean system, it goes into wherever you --prefix it, ~/.kde, and ~/Desktop. Are you running SuSE? Complain to them.

Re: Proposed Timetable for KDE 3 - Mr. Bogus - 2001-07-31

KDE2 was a rewrite. Almost everything changed from KDE1. KDE3 is mostly going to be the same code recompiled to work with the improved QT3, glibc3 and libstdc++, hence the shorter time. It's (hopefully, 'cos I'll have to recompile KPooka ;> ) not going to be as major a change.

Re: Proposed Timetable for KDE 3 - Justin Hibbits - 2001-07-25

This will probably become a flame really quickly, just please don't flame me. Didn't it take the team 2 years from the release of KDE 1.0 to get to KDE 2.0? Now it's only taking them 1 year to go from KDE 2.0 to KDE 3.0. I think it's a little fast....I, too, have begun to question the stability/(release speed) trade-off, since I can't bear to use KDE 2.1 any more. Hey, I've actually found a site with KDE 1.1.2 source, the most stable KDE I've used. Anyone want the url? It's: ftp://ftp.externet.hu/pub/linux/kde/stable/1.1.2/distribution/tar/generic/source/ I am getting probably the worst connection possible, but I don't care. It's only a one-time deal. Enough ranting... And KDE Team, SLOW DOWN BEFORE YOU HURT YOURSELVES!

Re: Proposed Timetable for KDE 3 - David Faure - 2001-07-25

Some people just don't understand the "release often" method, typical of opensource projects. If we don't release often, then there is much _less_ polishing going on, developers would just go on and stack up new features. It's the _releases_ that 'force' people to think about quality. Expect many improvements in terms of speed and stability in KDE 2.2. It's definitely faster than 2.1, I felt that when switching between the two. As for stability, I didn't find 2.1 unstable so I can't really say :)

Re: Proposed Timetable for KDE 3 - Justin Hibbits - 2001-07-25

IMHO, the "release early, release often" method is to allow everyone to see what you've done lately. I would rather you make the "final" a beta, until you get positive feedback from at least <insert a bare minimum here> people, who have tested it in several ways. Like, have people register to be "official testers" of certain areas, so that you will expect feedback from those people before you go ahead with the release. That way, you have several people with similar results, and if the results look good, change the beta into a final. That is probably a better solution than adding features at the last minute, or fixing bugs at the last minute, just to have a release. Just my opinion.

KDE3 on Darwin/MacOSX?? - Pedro Ziviani - 2001-07-25

As Qt3 will be available for Darwin/MacOSX, will KDE3 ever run on that platform? I can run GNOME apps and WindowMaker on my Mac, but I miss KDE...

Re: KDE3 on Darwin/MacOSX?? - not me - 2001-07-25

Not unless QT3/Mac is GPL'd...

I want it! - Leo - 2002-01-30

I want KDE on my Mac. For crying out loud. MacOS X was supposed to bring us all the great UNIX apps that are out there. And the one biggest app of all, KDE, is still unavailable for some obscure technical reasons that I don't understand and shouldn't have to. Either QT or Apple or KDE or the Darwin open-source people are writing crappy code. Whoever's fault it is, knock it off! I want KDE on my Mac darn it - and NO I don't want to install any other OS to get it!!!

Re: KDE3 on Darwin/MacOSX?? - Brian - 2002-06-04

RIGH ON! I love KDE and KDE3 is even more cooler! I have a G4 iMac and I have XonX running.. I like that.. (blackbox) But I want KDE3! Please make it all work. Brian