source: kde/kde-intro.xml

trunk
Last change on this file was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Preliminry update to kf6-6.0.0.

This update replaces kf5. In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth. For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions, These include qca, polkit-qt, and
phonon. A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE partintro PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="kde-intro">
9 <?dbhtml filename="kdeintro.html"?>
10
11
12 <title>KDE Preliminaries</title>
13
14 <para>
15 <application>KDE</application> is a comprehensive desktop environment with
16 a huge number of applications written for it and a huge amount of users.
17 It is based on the <application>Qt</application> framework.
18 </para>
19
20 <para>
21 The KDE5 system has two main blocks: the libraries, called KDE
22 Frameworks 6 or KF6, which can be used in other environments, and the
23 desktop environment called KDE Plasma 6. Most of the applications written
24 by the KDE team only use KF6, and do not need the plasma environment.
25 </para>
26
27 <para>
28 For more information visit the official KDE project site at
29 <ulink url="https://kde.org/"/>.
30 </para>
31
32</sect1>
Note: See TracBrowser for help on using the repository browser.