From Fedora Project Wiki

m (1 revision(s))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== KDE 3 Development Platform / Libraries ===
=== KDE 3 Development Platform / Libraries ===
 
TBD
Fedora now features KDE 4.0, and no longer offers KDE 3 as a full desktop environment.  Fedora does provide the following KDE 3.5 library packages to run and build the many existing KDE 3 applications:
<!--
Fedora now features KDE 4, and no longer offers KDE 3 as a full desktop environment.  Fedora does provide the following KDE 3.5 library packages to run and build the many existing KDE 3 applications:
* <code>qt3</code>, <code>qt3-devel</code> (and other <code>qt3-*</code> packages): Qt 3.3.8b
* <code>qt3</code>, <code>qt3-devel</code> (and other <code>qt3-*</code> packages): Qt 3.3.8b
* <code>kdelibs3</code>, <code>kdelibs3-devel</code>: KDE 3 libraries
* <code>kdelibs3</code>, <code>kdelibs3-devel</code>: KDE 3 libraries
* <code>kdebase3</code>, <code>kdebase3-pim-ioslaves</code>, <code>kdebase3-devel</code>: KDE 3 core files required by some applications
* <code>kdebase3</code>, <code>kdebase3-pim-ioslaves</code>, <code>kdebase3-devel</code>: KDE 3 core files required by some applications
In addition, Fedora offers a <code>kdegames3</code> package which includes games not ported to KDE 4 yet, and a KDE 3 version of <code>libkdegames</code> required by some third-party KDE 3 games.


Moreover, the KDE 4 <code>kdebase-runtime</code> package, which provides <code>khelpcenter</code>, also sets up <code>khelpcenter</code> as a service for KDE 3 applications, so help in KDE 3 applications works.  The KDE 3 version of <code>khelpcenter</code> is no longer provided, and the KDE 4 version is used instead.
Moreover, the KDE 4 <code>kdebase-runtime</code> package, which provides <code>khelpcenter</code>, also sets up <code>khelpcenter</code> as a service for KDE 3 applications, so help in KDE 3 applications works.  The KDE 3 version of <code>khelpcenter</code> is no longer provided, and the KDE 4 version is used instead.
Line 23: Line 23:
* The KDE 3 versions of <code>kdebase</code> applications such as Konqueror and KWrite, which are redundant with the KDE 4 versions and would conflict with them.
* The KDE 3 versions of <code>kdebase</code> applications such as Konqueror and KWrite, which are redundant with the KDE 4 versions and would conflict with them.
* The <code>libkdecorations</code> library required for KWin 3 window decorations, as those window decorations cannot be used in the KDE 4 version of KWin.
* The <code>libkdecorations</code> library required for KWin 3 window decorations, as those window decorations cannot be used in the KDE 4 version of KWin.
* The <code>libkickermain</code> library required by some Kicker applets, as there is no Kicker in Fedora 9 and thus Kicker applets cannot be used.
* The <code>libkickermain</code> library required by some Kicker applets, as there is no Kicker in Fedora 10 and thus Kicker applets cannot be used.


Please note that, as with any backwards-compatibility library, developing new software against the legacy API is discouraged.
{{admon/note|Developing new software against the legacy API is discouraged.|As with any backwards-compatibility library, you would be developing against a deprecated interface.}}
-->

Latest revision as of 03:33, 9 February 2009

KDE 3 Development Platform / Libraries

TBD