[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

¡Esta es una revisión vieja del documento!


KDE

KDE Software Compilation (KDE SC) es un entorno de escritorio que proporciona al usuario una experiencia gráfica completa e incluye una gran cantidad de aplicaciones, que van desde el navegador hasta el software de edición de fotos. Se basa en el kit de herramientas Qt.

Introduction

Instalación

Nueva instalación

KDE se incluye en el DVD de instalación y es el entorno predeterminado si realiza una instalación completa.

Durante el proceso instalación, asegúrese de seleccionar la serie de paquetes KDE (y KDEI para soporte de idiomas internacionales si es necesario).

Agregar KDE a una instalación existente

Si KDE no se seleccionó durante el proceso de instalación, se puede instalar más tarde utilizando el programa slackpkg de la siguiente manera:

darkstar~# slackpkg install kde

Todos los paquetes bajo la rama kde serán seleccionados para la instalación. Puede anular la selección de paquetes individuales que desea omitir durante la instalación, antes de presionar ENTER para comenzar la instalación real.

Paquetes personalizados

Si desea usar una versión más reciente de KDE que la rama estable o actual, puede usar algunos paquetes más actualizados. AlienBob's ktown proporciona la última colección de software y los pasos necesarios para realizar la instalación. Tenga en cuenta que esos paquetes no son oficialmente compatibles con Slackware.

Configuration

Visual Unification

Non KDE applications will revert to generic GTK look and feel and will not have the same visual styling as KDE packages.
As a work-around there are a few packages that are available to help make a unification of look and feel between KDE and non-KDE applications.

kde44-oxygen-molecule

Can be downloaded from SBo. After installing, go to System Settings → Application Appearance → Colors and select Oxygen-Molecule_3.
To make non-KDE applications read this setting, create a new file called .gtkrc-2.0 in your home directory and populate it with:

include "/usr/local/share/themes/kde44-oxygen-molecule/gtk-2.0/gtkrc"
style "user-font"
{
}
widget_class "*" style "user-font"
gtk-theme-name="kde44-oxygen-molecule"
gtk-font-name="fontname fontsize"   //  (for example: "Sans 10")

Sometimes the same file needs to be named “.gtkrc-2.0-kde4” so it is a good practice to have both files:

darkstar~# ln -s .gtkrc-2.0 .gtkrc-2.0-kde4

Keyboard setup

Should you wish to configure your keyboard setup, please look at the kde keyboard layout page.

Troubleshooting

  • What about switching to KDE4 ? (in French)
    Introducing KDE4 for newbies and explaining all the quirks you need to grasp to be able to use it for production. The article is based on a stock Slackware 13.37 system, so everything actually just works as is. This is a six-page article by Kiki Novak, written in french and published in the french print magazine Planète Linux (66th issue, September-October 2011). Important note of the author: I own the rights for this article, so I decided to link to it here. Feel free to cannibalize it as you wish: take bits from it, include it partly or as a whole in the wiki, translate it, etc. To make the task easier for you, here's a link to a compressed archive in ZIP format containing all the individual files used in the production of the article, like the original text in ODT format, and a dozen screenshots in PNG format. Enjoy ;o)
 es:slackware:kde ()