KDE 3.3 Beta 1 Info Page
KDE 3.3 Beta 1 "Klassroom" was released on July 7th, 2004. Read the official announcement.
Bugs
This is a list of grave bugs and common pitfalls surfacing after the release date:
kdebase/kwin/kcmkwin/kwinrules fails to compile (if no --enable-final parameter is given) due to two errors:
- utils.h:164: error: 'QCString KWinInternal::getStringProperty(long unsigned
int, long unsigned int, char)' used but never defined
Solution: remove the word static in front of getStringProperty in utils.h - detectwidget.cpp:59: error: too few arguments to function 'QCString
KWinInternal::getStringProperty(long unsigned int, long unsigned int, char)'
Solution: In the first occurrence of getStringProperty in detectwidget.cpp change char separator to char separator=0
KBabel crashes at start-up (Bug report) (Patch)
Please check the bug database before filing any bug reports. Also check for possible updates on this page that might describe or fix your problem.
FAQ
See the KDE FAQ for any specific questions you may have. Questions about Konqueror should be directed to the Konqueror FAQ and sound related questions are answered in the FAQ of the aRts Project
Download and Installation
Library Requirements. KDE 3.3 requires or benefits from the given list of libraries, most of which should be already installed on your system or available from your OS CD or your vendor's website.
The complete source code for KDE 3.3 Beta 1 is available for download:
Location | Size | MD5 Sum |
---|---|---|
arts-1.2.91 | 964kB | 8a094aa369b2218078a42d4896ab165d |
kdeaccessibility-3.2.91 | 1.7MB | 3f2fd72951ccd6b22555d62f0f3367cd |
kdeaddons-3.2.91 | 1.9MB | ed4d58da93a964b0e6f047788f03337f |
kdeadmin-3.2.91 | 2.0MB | a691c287fe4b790ed4c69b961bf970a2 |
kdeartwork-3.2.91 | 17MB | b7496260c940b668e920b72b50b715a2 |
kdebase-3.2.91 | 17MB | 04162d1f0b915e966b719562c9e45e3d |
kdebindings-3.2.91 | 7.0MB | 755c2d04f38ca352b9cfd4d0ba8ad7af |
kdeedu-3.2.91 | 20MB | a6e2c5280195feaa53ead56eebb33270 |
kdegames-3.2.91 | 9.5MB | 15cb445db633a1aeafd37d201c2bf0c3 |
kdegraphics-3.2.91 | 6.3MB | c2f5917a0e46fe072d596714a47e250f |
kde-i18n-3.2.91 | 179MB | a5dac68d683c7aca8a4414942885ea3b |
kdelibs-3.2.91 | 15MB | 2d8eadb6ff2e15c57b4462872deb67b3 |
kdemultimedia-3.2.91 | 5.6MB | df70dd138b15a24aa185299bd5da7643 |
kdenetwork-3.2.91 | 6.9MB | 27d3f6de495646fda09736d1816ce492 |
kdepim-3.2.91 | 9.0MB | 1e1db631f0238c381b183d206299e0f0 |
kdesdk-3.2.91 | 4.4MB | 3cbda8523e98e28bacae7c89de5e96ba |
kdetoys-3.2.91 | 6.5MB | f4d15bfebfedc564b8db4245fb92b18b |
kdeutils-3.2.91 | 2.6MB | d615a848b52053acf5bd94b1c9e1b1c3 |
kdevelop-3.0.91 | 7.8MB | 16fdfcd5a32ba4c191e3d369d6f5c0d6 |
kdewebdev-3.2.91 | 4.9MB | a282d8cb3ed4f6a9931e95a82b986610 |
The Konstruct build toolset can help you downloading and installing these tarballs.
Some Linux/UNIX OS vendors have kindly provided binary packages of Klassroom for some versions of their distribution, and in other cases community volunteers have done so. Some of these binary packages are available for free download from KDE's http or FTP mirrors.
At the time of this release, pre-compiled packages are available for:
- SuSE Linux
:
- Language packages (all versions and architectures)
- 9.1: Intel i586 and AMD x86-64
- 1.0: Intel i686 rpm
Additional binary packages might become available in the coming weeks, as well as updates to the current packages.
Developer Info
If you need help porting your application to KDE 3.x see the porting guide or subscribe to the KDE Devel Mailinglist to ask specific questions about porting your applications.
There is also info on the architecture and the programming interface of KDE 3.2 (recommended for now - the CVS Api is available too).