From Fedora Project Wiki
fp-wiki>ImportUser (Imported from MoinMoin) |
|||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
=== KDE 3 Development Platform / Libraries === | === KDE 3 Development Platform / Libraries === | ||
TBD | |||
Fedora now features KDE 4 | <!-- | ||
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 | ||
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 | * 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. | ||
{{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