Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2012-07-16 12:59:32
Size: 2771
Editor: BnW.h
Comment:
Revision 6 as of 2013-07-15 15:04:03
Size: 3289
Editor: BnW.h
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Xfce 基于 GTK+ 2 (类似 [[Gnome|Gnome 2]]。Xfce 的一个首要目标之一是符合标准,特别是 freedesktop.org 制定的标准。这使得 Xfce 可以与为别的桌面环境写的程序更好兼容,只要该程序也遵循指定的标准。 Xfce 基于 GTK+ 2类似 [[Gnome|Gnome 2]]。Xfce 的一个首要目标之一是符合标准,特别是 freedesktop.org 制定的标准。这使得 Xfce 可以与为别的桌面环境写的程序更好兼容,只要该程序也遵循指定的标准。
Line 12: Line 12:
=== 版本 === === Debian 上的 Xfce ===
Line 14: Line 14:
 * [[DebianSqueeze]] 带有 Xfce 4.6.
 * [[DebianWheezy]] 带有 Xfce 4.8.
 * [[DebianUnstable]] 带有 Xfce 4.8.
 * [[DebianSqueeze]] Xfce 版本是 4.6.
 * [[DebianWheezy]] Xfce 版本是 4.8.
 * [[DebianTesting]],即现在的 Jessie,Xfce 版本是 4.10.
Line 24: Line 24:
  * {{{desktop=xfce}}}
 2. 在提示选择要安装任务时,选择"桌面环境"
  * {{{desktop=xfce}}}
  此外,可以打开“高级选项”,然后选中“其他桌面环境”,并在其中选择 Xfce;
 2. 在安装程序的选择软件包阶段,选择“Xfce 桌面环境
Line 27: Line 28:
参阅 Lenny ([[http://www.debian.org/releases/lenny/i386/ch06s03#pkgsel|i386]], [[http://www.debian.org/releases/lenny/amd64/ch06s03#pkgsel|amd64]]) 安装手册里的''选择和安装软件''。 参阅 Wheezy ([[http://www.debian.org/releases/wheezy/i386/ch06s03#pkgsel|i386]], [[http://www.debian.org/releases/wheezy/amd64/ch06s03#pkgsel|amd64]]) 安装手册里的''选择和安装软件''。
Line 33: Line 34:
}}}

如果希望完全删除 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
Line 43: Line 51:
}}}

同时建议安装轻型的登录管理器 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