UP | HOME

debian安装xfce相关

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

aptitude install xorg

1.1 如果希望完全删除 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

2 安装 Xfce,运行以下命令:

aptitude install xfce4

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

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

aptitude install xfce4-goodies

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

aptitude install slim

3 运行 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