小黄人 发表于 2019-12-9 11:22:30

降低 Kali Linux 资源占用:配置使用 Xfce 4 桌面环境

安装xfce
当前Gnome桌面,不带Undercover脚本,安装Xfce桌面时会自动安装该脚本,

并且,Xfce桌面相比于Gnome桌面,对于系统资源的占用率大幅降低,不过丑是丑了点,

虽然之前的Gnome桌面优化得已经相当可以了,但是切换到Xfce桌面依然会感觉到系统流畅度显著提升。

apt -y install kali-desktop-xfce

切换桌面

update-alternatives --config x-session-manager

回显如下:

root@kali:~# update-alternatives --config x-session-manager
There are 2 choices for the alternative x-session-manager (providing /usr/bin/x-session-manager).
   Selection    Path                  Priority   Status
0            /usr/bin/startxfce4      50      auto mode
1            /usr/bin/startxfce4      50      manual mode
2            /usr/bin/xfce4-session   40      manual mode
Pressto keep the current choice[*], or type selection
number: 3

输入 3 以启动 Xfce4

卸载 Gnome
可选,依个人喜好

apt remove gnome-core
apt remove gnome-shell

重新登录系统之后可以看到已经成功地将 Kali Linux 的桌面环境更换为 Xfce

输入 kali-undercover可切换到Xcfe主题
页: [1]
查看完整版本: 降低 Kali Linux 资源占用:配置使用 Xfce 4 桌面环境