I am trying to start a virtual LXQt Desktop on a headless archlinux.
Following arch wiki:
———–
If no X server is running on the server, NoMachine starts its own X server (DISPLAY :0) and tries to run a /etc/X11/Xsession script to get the user into the default DE. This fails in Arch Linux (you get only a black screen) because an Xsession script does not exist.
To resolve this issue, edit the key DefaultDesktopCommand in /usr/NX/etc/node.cfg. E.g. for MATE desktop environment:
DefaultDesktopCommand “/usr/bin/mate-session”
———–
So I have changed that line to
DefaultDesktopCommand “/usr/bin/startlxqt”
The problem I have is that I see the bottom bar, but the desktop background is black. Some applications are starting fine, but not the file manager pcmanfm-qt. Google Chrome starts, but almost immediately disappears.
I would like to start a virtual session with the same configuration of my installed LXQt Desktop with wallpaper, etc.
How?