Hello,
I am trying to follow this guide for VNC sessions:
https://wiki.archlinux.org/index.php/Ti ... _(Arch_ARM)
I have installed lxqt and if I issue "vncserver" in ssh, there is a VNC session I can connect to. However, I cannot seem to make it work automatically on ssh session:
$this->bbcode_second_pass_code('', '$ sudo systemctl start vncserver@:1.service
Failed to start vncserver@:1.service: Unit vncserver@:1.service not found.')
or
$this->bbcode_second_pass_code('', '$ sudo systemctl start vncserver@:1.service --user
Failed to connect to bus: No such file or directory')
All the help is appreciated.