Linux更改桌面组件

今天想在2G内存的电脑上使用XFCE组件,之前一直没机会使用。今天学到了。方法及其简单。

首先需要安装XFCE组件。

sudo apt install xfce4 xfce4-goodies -y

接下来设置启动时使用组件。

sudo update-alternatives --config x-session-manager

最后设置XFCE即可。

There are 2 choices for the alternative x-session-manager (providing /usr/bin/x-session-manager).

  Selection    Path                      Priority   Status
------------------------------------------------------------
  0            /usr/bin/lxsession         50        auto mode
  1            /usr/bin/lxsession         50        manual mode
 * 2            /usr/bin/startxfce4        40        manual mode

Press <enter> to keep the current choice[*], or type selection number: 2

以上

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注