Differences between revisions 94 and 95
Revision 94 as of 2013-04-12 18:57:21
Size: 6779
Comment: I think that the symbols removed from the aptitude command line are necessary to install the tasks. wtihout them aptitude should fail to find packages with those names
Revision 95 as of 2013-04-23 12:08:42
Size: 6856
Comment: DebianDesktopHowTo
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

KDE is one of the DesktopEnvironment options in the DebianDesktopHowTo.

Translation(s): English - Brasileiro - Français - Italiano - Русский - 简体中文


What is KDE?

KDE is a group of people producing software and great experience. The software products is a set of libraries, a great application collection (from games and educational applications to web browsers, office and creativity suites and PIM (email, addressbook and calendar) applications and a set of workspace shells (One targetted desktops & laptops, one targetted the netbook formfactor and one targetted tablets and similar touch screen devices. The latter is not yet packaged for Debian)

KDE in Debian

KDE is one of the DesktopEnvironment options in the DebianDesktopHowTo.

You can find information about KDE's software in Debian from the Debian Qt/KDE maintainers website.

Installation

There are three options to install KDE Plasma Desktop in Debian:

How to install

Description

"KDE Plasma Desktop"

task, see below

Debian's selection of applications
(This is what is installed on a freshly installed KDE system. It include some applications non kde.org applications, like openoffice, iceweasel, inkscape...)

KDE (Full release of workspace, applications and framework)

kde-full package

The standard/upstream release

KDE (Debian selected common stuff for workspace, applications and framework)

kde-standard package

A debian selection of common things

KDE Plasma Desktop

kde-plasma-desktop package

This is a minimalist plasma desktop
(You have to install all end-user applications later). Above packages depend on this on.

KDE Plasma Netbook

kde-plasma-netbook package

This is a minimalist plasma netbook
(You have to install all end-user applications later). Above packages depend on this on.

  • {i} Watch out recommended packages (i.e packages dependencies) !
    (you might or might not want to install them).

Installing "KDE Desktop" task

KDE Desktop task is what is installed by Debian-Installer's Desktop "task" (if you typed install desktop=kde at DebianInstaller CD prompt.)

  • To install KDE later, first make sure that tasksel and aptitude are installed:

    apt-get install aptitude tasksel

Then, install the kde-desktop task:

  • aptitude --without-recommends  install ~t^standard$ ~t^desktop$ ~t^kde-desktop$
  • (This is what DebianInstaller would have installed in a new system, but you might want/need to uninstall the current display manager).

KDE Desktop - Content

FYI,

The "KDE Desktop" task is actually the sum of tasksel's common desktop (desktop) and tasksel's selected desktop (kde-desktop) :

  • #tasksel -t install kde desktop
    aptitude -q --without-recommends -o APT::Install-Recommends=no -y install ~t^desktop$ ~t^gkde-desktop$

As of DebianSqueeze, this corresponds to:

(tasksel --task-packages desktop ; tasksel --task-packages kde-desktop) | sort -u

The appearance of GTK-applications in KDE

To get gtk-applications look native in KDE you need install these packages and configure appearance of them through System Settings > Application appearance.

kde-config-gtk-style

KDE configuration module for GTK+ 2/3.x style selection

gtk2-engines-oxygen

Oxygen widget theme for GTK2+-based applications

gtk3-engines-oxygen

Oxygen widget theme for GTK3+-based applications (Debian Wheezy)

See also


CategoryDesktopEnvironment