Differences between revisions 12 and 14 (spanning 2 versions)
Revision 12 as of 2010-11-23 23:40:32
Size: 2444
Editor: GeoffSimmons
Comment: Drop Etch references.
Revision 14 as of 2011-08-06 08:11:23
Size: 2691
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Xfce|Français]] - [[it/Xfce|Italiano]] - [[ru/Xfce|Русский]] -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]|| ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Xfce|Français]] - [[it/Xfce|Italiano]] - [[ru/Xfce|Русский]] - [[es/Xfce|Español]] -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]||
Line 39: Line 39:
== Run Xfce ==

For '''GDM/KDM''' choose xfce4-session.

For '''startx''' add in file ~/.xinitrc:
{{{
exec ck-launch-session startxfce4
}}}

You also can install DebPkg:slim or DebPkg:xdm to login in start Xfce.

Translation(s): English - Français - Italiano - Русский - Español

(!) ?Discussion


Introduction

Xfce is a lightweight desktop environment for Unix-like operating systems. It aims to be fast and lightweight, while still being visually appealing and easy to use.

Xfce is based on GTK+ version 2 (like Gnome). One of Xfce priorities is adherence to standards, specifically those defined at freedesktop.org. This allows Xfce to seamlessly interoperate with programs written for other desktop environments, if those programs follow the specified standards.

Xfce consists of a number of components that together provide the full functionality of a desktop environment. They are packaged separately and you can pick and choose from the available packages to create the best personal working environment.

How to install Xfce

Install a fresh system with Xfce

If you install a new system, you can choose to install Xfce directly :

  1. At the Debian Installer boot prompt, press the tab key to edit the command line, then add

    • desktop=xfce

  2. When prompted to select the task to install, make sure you click "Desktop Environment"

See Selecting and Installing Software in the Lenny (i386, amd64) installation guide.

Install Xfce in an already installed system

To get a bare minimum base install of X, do:

aptitude install xorg

To install Xfce, do the following:

aptitude install xfce4

This will install a meta package, which will install the core XFCE modules and scripts to get it to work.

There are many useful utilities that come with XFCE, to install these:

aptitude install xfce4-goodies

Run Xfce

For GDM/KDM choose xfce4-session.

For startx add in file ~/.xinitrc:

exec ck-launch-session startxfce4

You also can install slim or xdm to login in start Xfce.

Other Packages

Other packages that can be found with:

aptitude search xfce4


CategoryDesktopEnvironment