Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2012-07-16 04:01:45
Size: 3013
Editor: BnW.h
Comment:
Revision 8 as of 2017-08-30 20:08:50
Size: 3314
Editor: Diego Alonso
Comment: changed from "#language en" to "zh"
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#language en
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Xfce|Français]] - [[it/Xfce|Italiano]] - [[ko/Xfce|한국어]] - [[ru/Xfce|Русский]] - [[es/Xfce|Español]] - [[zh_CN/Xfce|简体中文]] -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]||
#language zh
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[Xfce|English]] - [[fr/Xfce|Français]] - [[it/Xfce|Italiano]] - [[ko/Xfce|한국어]] - [[ru/Xfce|Русский]] - [[es/Xfce|Español]] - 简体中文 -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]||
Line 6: Line 6:
'''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''' 是一个轻量级的类 Unix 操作系统桌面环境,其设计目标是快速和轻便,并且同样悦目和实用。
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 基于 GTK+ 2,类似 [[Gnome|Gnome 2]]。Xfce 的一个首要目标之一是符合标准,特别是 freedesktop.org 制定的标准。这使得 Xfce 可以与为别的桌面环境写的程序更好兼容,只要该程序也遵循指定的标准。
Line 10: Line 10:
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. Xfce 包括一系列组件,它们组合在一起,成为一个功能完整的桌面环境。这些组件各自打包,你可以根据个人喜好挑选适合自己的软件包。
Line 12: Line 12:
=== 版本 === === Debian 上的 Xfce ===
Line 14: Line 14:
 * [[DebianSqueeze]] contains Xfce 4.6.
 * [[DebianWheezy]] contains Xfce 4.8.
 * [[DebianUnstable]] contains Xfce 4.8.
 * [[DebianSqueeze]] Xfce 版本是 4.6.
 * [[DebianWheezy]] Xfce 版本是 4.8.
 * [[DebianJessie]] Xfce 版本是 4.10.
 * [[DebianTesting]] 的Xfce 版本是 4.12.
Line 22: Line 23:
If you install a new system, you can choose to install Xfce directly :
 1. At the [[DebianInstaller|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"
如果安装一个全新系统,可以直接选择安装 Xfce:
 1. 在 [[DebianInstaller|Debian Installer]] 的引导提示下,按 {{{tab}}} 键编辑命令行,添加:
  * {{{desktop=xfce}}}
   此外,可以打开“高级选项”,然后选中“其他桌面环境”,并在其中选择 Xfce;
 2. 在安装程序的选择软件包阶段,选择“Xfce 桌面环境”。
Line 27: Line 29:
See ''Selecting and Installing Software'' in the Lenny ([[http://www.debian.org/releases/lenny/i386/ch06s03#pkgsel|i386]], [[http://www.debian.org/releases/lenny/amd64/ch06s03#pkgsel|amd64]]) installation guide. 参阅 Wheezy ([[http://www.debian.org/releases/wheezy/i386/ch06s03#pkgsel|i386]], [[http://www.debian.org/releases/wheezy/amd64/ch06s03#pkgsel|amd64]]) 安装手册里的''选择和安装软件''。
Line 31: Line 33:
To get a bare minimum base install of X, do: {{{ 要安装最小的 X 窗口,使用以下命令:{{{
Line 35: Line 37:
To install Xfce, do the following: {{{ 如果希望完全删除 Gnome,可以依次运行以下命令:{{{
aptitude purge `dpkg --get-selections | grep gnome | cut -f 1`
aptitude -f install
aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1`
aptitude -f install
}}}

安装 Xfce,运行以下命令:{{{
Line 39: Line 48:
This will install a meta package, which will install the core XFCE modules and scripts to get it to work. 这将安装一组元软件包,包括 XFCE 核心模块和运行脚本。
Line 41: Line 50:
There are many useful utilities that come with XFCE, to install these: {{{ XFCE 带有很多实用的工具,可以用以下命令安装:{{{
Line 43: Line 52:
}}}

同时建议安装轻型的登录管理器 slim:{{{
aptitude install slim

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

(!) ?Discussion


介绍

Xfce 是一个轻量级的类 Unix 操作系统桌面环境,其设计目标是快速和轻便,并且同样悦目和实用。

Xfce 基于 GTK+ 2,类似 Gnome 2。Xfce 的一个首要目标之一是符合标准,特别是 freedesktop.org 制定的标准。这使得 Xfce 可以与为别的桌面环境写的程序更好兼容,只要该程序也遵循指定的标准。

Xfce 包括一系列组件,它们组合在一起,成为一个功能完整的桌面环境。这些组件各自打包,你可以根据个人喜好挑选适合自己的软件包。

Debian 上的 Xfce

如何安装 Xfce

在全新系统里安装 Xfce

如果安装一个全新系统,可以直接选择安装 Xfce:

  1. Debian Installer 的引导提示下,按 tab 键编辑命令行,添加:

    • desktop=xfce

      • 此外,可以打开“高级选项”,然后选中“其他桌面环境”,并在其中选择 Xfce;
  2. 在安装程序的选择软件包阶段,选择“Xfce 桌面环境”。

参阅 Wheezy (i386, amd64) 安装手册里的选择和安装软件

在现有系统上安装 Xfce

要安装最小的 X 窗口,使用以下命令:

aptitude install xorg

如果希望完全删除 Gnome,可以依次运行以下命令:

aptitude purge `dpkg --get-selections | grep gnome | cut -f 1`
aptitude -f install
aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1`
aptitude -f install

安装 Xfce,运行以下命令:

aptitude install xfce4

这将安装一组元软件包,包括 XFCE 核心模块和运行脚本。

XFCE 带有很多实用的工具,可以用以下命令安装:

aptitude install xfce4-goodies

同时建议安装轻型的登录管理器 slim:

aptitude install slim

运行 Xfce

对于 GDM/KDM 选择 xfce4 会话。

对于 startx 在 ~/.xinitrc 里添加一行:

exec ck-launch-session startxfce4

对于 slim 在 /etc/slim.conf 里添加以下行:

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

你可以安装 xdm 以登录到 Xfce。

其他软件包

和 xfce4 有关的软件包可以这样查找

aptitude search xfce4

外部链接


CategoryDesktopEnvironment