Hi there, trying to get this setup and have been scouring docs as such: https://aur.archlinux.org/packages/chrome-remote-desktop but I still am getting the following output when I attempt to connect my machine. Any pointers are greatly appreciated.
2023-02-08 16:20:17,724:WARNING:Failed to get xserver-xorg-video-dummy version: [Errno 2] No such file or directory: 'dpkg-query'
2023-02-08 16:20:17,724:INFO:Launching X server and X session.
2023-02-08 16:20:17,724:INFO:Setting up and launching session
2023-02-08 16:20:17,731:INFO:Starting Xorg on display :20
xdpyinfo: unable to open display ":20".
/usr/lib/Xorg.wrap: Only console users are allowed to run the X server
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
Traceback (most recent call last):
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 2258, in <module>
sys.exit(main())
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 2235, in main
desktop.launch_session(options.args, backoff_time)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1051, in launch_session
super(XDesktop, self).launch_session(*args, **kwargs)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 496, in launch_session
self._launch_server(server_args)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1192, in _launch_server
self._launch_xorg(display, x_auth_file, extra_x_args)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1140, in _launch_xorg
self._wait_for_x()
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1079, in _wait_for_x
raise Exception("Could not connect to X server.")
Exception: Could not connect to X server.
2023-02-08 16:20:27,780:INFO:Cleanup.
2023-02-08 16:20:27,780:INFO:Sending SIGTERM to display server proc (pid=30050)
[0208/162027.789472:WARNING:remoting_user_session.cc(517)] Child exited with status 1
Here is what I have in the config file:
# You will have to uncomment one of the following lines for CRD to work
# Remove the # and save the file
export $(dbus-launch)
#execdwm
exec /usr/bin/startx
Not sure what kind of headache I'm getting myself into here...