Skip to content

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:

LocationSizeMD5 Sum
arts-1.2.91964kB8a094aa369b2218078a42d4896ab165d
kdeaccessibility-3.2.911.7MB3f2fd72951ccd6b22555d62f0f3367cd
kdeaddons-3.2.911.9MBed4d58da93a964b0e6f047788f03337f
kdeadmin-3.2.912.0MBa691c287fe4b790ed4c69b961bf970a2
kdeartwork-3.2.9117MBb7496260c940b668e920b72b50b715a2
kdebase-3.2.9117MB04162d1f0b915e966b719562c9e45e3d
kdebindings-3.2.917.0MB755c2d04f38ca352b9cfd4d0ba8ad7af
kdeedu-3.2.9120MBa6e2c5280195feaa53ead56eebb33270
kdegames-3.2.919.5MB15cb445db633a1aeafd37d201c2bf0c3
kdegraphics-3.2.916.3MBc2f5917a0e46fe072d596714a47e250f
kde-i18n-3.2.91179MBa5dac68d683c7aca8a4414942885ea3b
kdelibs-3.2.9115MB2d8eadb6ff2e15c57b4462872deb67b3
kdemultimedia-3.2.915.6MBdf70dd138b15a24aa185299bd5da7643
kdenetwork-3.2.916.9MB27d3f6de495646fda09736d1816ce492
kdepim-3.2.919.0MB1e1db631f0238c381b183d206299e0f0
kdesdk-3.2.914.4MB3cbda8523e98e28bacae7c89de5e96ba
kdetoys-3.2.916.5MBf4d15bfebfedc564b8db4245fb92b18b
kdeutils-3.2.912.6MBd615a848b52053acf5bd94b1c9e1b1c3
kdevelop-3.0.917.8MB16fdfcd5a32ba4c191e3d369d6f5c0d6
kdewebdev-3.2.914.9MBa282d8cb3ed4f6a9931e95a82b986610

The Konstruct build toolset can help you downloading and installing these tarballs.

Binary packages

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:

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).