I have just installed LXQt on Ubuntu server 16.04 like this:
First i have installed ubuntu server from scratch, logged in as a user ubuntu and then i run:
sudo apt update
sudo apt upgrade
sudo apt install xinit
sudo apt install lxqt-core
sudo apt install xdm
and now if i run sudo startx
after login i get into GUI but there are 2 problems
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"
I would like to get into LXQt desktop environment with taskbar and a start button.
What else do I need to install or configure to make it work?
So it seems to me that your Display Manager, which is
xdm
is not doing its job. I suggest you to removexdm
:Then try installing
slim
instead (it's more likely to work):Reboot your system or use:
to run
slim's
service. now use alt+f1 to change your session to lxqt.