Differences between revisions 22 and 27 (spanning 5 versions)
Revision 22 as of 2012-08-17 09:18:45
Size: 2874
Editor: GeoffSimmons
Comment: Use translation header from DefaultTemplate, amend install guide links.
Revision 27 as of 2012-11-16 20:53:16
Size: 3009
Comment: Make link of GTK+ - kind of strange linking Gnome, but not Gtk from a Xfce page, right?
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Xfce|Français]] - [[it/Xfce|Italiano]] - [[ko/Xfce|한국어]] - [[ru/Xfce|Русский]] - [[es/Xfce|Español]] - [[zh_CN/Xfce|简体中文]]-~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Xfce|Français]] - [[it/Xfce|Italiano]] - [[ko/Xfce|한국어]] - [[ru/Xfce|Русский]] - [[sv/Xfce|Svenska]] - [[es/Xfce|Español]] - [[zh_CN/Xfce|简体中文]]-~
Line 8: Line 8:
Xfce is based on GTK+ version 2 (like [[Gnome|Gnome 2]]). 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 is based on [[GTK|GTK+]] version 2 (like [[Gnome|Gnome 2]]). One of Xfce's 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.
Line 14: Line 14:
 * [[DebianSqueeze]] contains Xfce 4.6.
 * [[DebianWheezy]] contains Xfce 4.8.
 * [[DebianUnstable]] contains Xfce 4.8.
 * [[DebianSqueeze|Debian Squeeze]] contains Xfce 4.6.
 * [[DebianWheezy|Debian Wheezy]] contains Xfce 4.8.
 * [[DebianUnstable|Debian Sid]] contains Xfce 4.8.
Line 22: Line 22:
If you install a new system, you can choose to install Xfce directly : If you install a new system, the [[http://www.debian.org/releases/stable/i386/ch06s03#pkgsel|installation guide]] explains a way to install Xfce directly:
Line 24: Line 25:
  * {{{desktop=xfce}}} 
 2. When prompted to select the task to install, make sure you click "Desktop Environment"
  * {{{desktop=xfce}}}
    Alternatively, go to "Options" then "Alternate desktop environments", and choose Xfce there.
 1.
When prompted to select the task to install, make sure you click "Desktop Environment"
Line 27: Line 29:
See ''Selecting and Installing Software'' in the installation guide ([[http://www.debian.org/releases/stable/i386/ch06s03#pkgsel|i386]], [[http://www.debian.org/releases/stable/amd64/ch06s03#pkgsel|amd64]]). For a complete rundown refer to the [[DebianDesktopHowTo|Debian Desktop Howto]].
Line 32: Line 34:
aptitude install xorg apt-get install xorg
Line 36: Line 38:
aptitude install xfce4 apt-get install xfce4
Line 39: Line 41:
This will install a meta package, which will install the core XFCE modules and scripts to get it to work. This will install a metapackage, which will install the core Xfce modules and scripts to get it to work.
Line 41: Line 43:
There are many useful utilities that come with XFCE, to install these: {{{
aptitude install xfce4-goodies
There are many useful utilities that come with Xfce, to install these: {{{
apt-get install xfce4-goodies
Line 47: Line 49:
For '''GDM/KDM''' choose xfce4-session. For '''GDM, KDM and LightDM''' choose xfce4-session.
Line 63: Line 65:
aptitude search xfce4 apt-get search xfce4
Line 68: Line 70:
 * http://www.xfce.org - The Xfce website;  * http://www.xfce.org - The Xfce website

Translation(s): English - Français - Italiano - 한국어 - Русский - Svenska - Español - 简体中文


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 2). One of Xfce's 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.

Versions

How to install Xfce

Install a fresh system with Xfce

If you install a new system, the installation guide explains a way to install Xfce directly:

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

    • desktop=xfce

      • Alternatively, go to "Options" then "Alternate desktop environments", and choose Xfce there.
  2. When prompted to select the task to install, make sure you click "Desktop Environment"

For a complete rundown refer to the Debian Desktop Howto.

Install Xfce in an already installed system

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

apt-get install xorg

To install Xfce, do the following:

apt-get install xfce4

This will install a metapackage, 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:

apt-get install xfce4-goodies

Run Xfce

For GDM, KDM and LightDM choose xfce4-session.

For startx add in file ~/.xinitrc:

exec ck-launch-session startxfce4

For slim boot session in /etc/slim.conf:

login_cmd exec ck-launch-session /bin/bash -login /etc/X11/Xsession %session

You also can install xdm to login in start Xfce.

Other Packages

Other packages that can be found with:

apt-get search xfce4


CategoryDesktopEnvironment