我刚刚在 Ubuntu 服务器 16.04 上安装了 LXQt,如下所示:
首先我从头安装了 ubuntu 服务器,以 ubuntu 用户身份登录,然后运行:
sudo apt update
sudo apt upgrade
sudo apt install xinit
sudo apt install lxqt-core
sudo apt install xdm
现在如果我sudo startx
登录后运行,我会进入 GUI,但有两个问题
1. screen is black and it's openbox gui
- I can right click and I get a menu with some options
2. there is no taskbar menu with "start button"
我想要进入带有任务栏和开始按钮的 LXQt 桌面环境。
我还需要安装或配置什么才能使其工作?
答案1
所以在我看来,你的显示管理器没有xdm
发挥作用。我建议你删除xdm
:
sudo apt remove xdm
然后尝试安装slim
(更有可能起作用):
sudo apt install slim
重新启动系统或使用:
systemctl start slim
运行slim's
服务。现在使用alt+f1将您的会话更改为 lxqt。