I'm having problems on Ubuntu 18.04. It's all worked fine on other machines.
I get a couple of errors when running the script;
Executing: /lib/systemd/systemd-sysv-install disable chrome-remote-desktop
/dev/fd/63: line 14: /home/picsea/.config/autostart/chrome-remote-desktop.desktop: No such file or directory
/dev/fd/63: line 28: Option: command not found
/dev/fd/63: line 28: /opt/google/chrome-remote-desktop/chrome-remote-desktop: Permission denied
Initial Installation Done - Please Reboot and continue following the instructios on https://kmyers.me/blog/linux/chrome-remote-desktop-on-ubuntu-20-04-setup-guide-setup-script
If I reboot and run start then it gets into a loop terminating and restarting;
picsea@Picsea-mini:~$ /opt/google/chrome-remote-desktop/chrome-remote-desktop --start
[1121/151829.369218:INFO:remoting_user_session.cc(754)] Daemon process started in the background, logging to '/tmp/chrome_remote_desktop_20201121_151829_DIF5pP'
WARNING: This system uses GDM. Some GDM versions have a bug that prevents local login while Chrome Remote Desktop is running. If you run into this issue, you can stop Chrome Remote Desktop by visiting https://remotedesktop.google.com/access on another machine and clicking the delete icon next to this machine. It may take up to five minutes for the Chrome Remote Desktop to exit on this machine and for local login to start working again.
Using host_id: 629f4ac9-198e-4710-ba70-1e9a6759c963
Launching X server and X session.
Starting Xvfb on display :20
X server is active.
Launching X session: ['/bin/sh', '/home/picsea/.chrome-remote-desktop-session']
Launching host process
['/opt/google/chrome-remote-desktop/chrome-remote-desktop-host', '--host-config=-', '--audio-pipe-name=/home/picsea/.config/chrome-remote-desktop/pulseaudio#136dd0dd75/fifo_output', '--server-supports-exact-resize', '--ssh-auth-sockname=/tmp/chromoting.picsea.ssh_auth_sock', '--signal-parent']
wait() returned (1769,256)
Session process terminated
Failure count for 'session' is now 1
Terminating X server
Terminating host
Failure count for 'X server' is now 0
Failure count for 'host' is now 0
Waiting before relaunching
wait() returned (1768,256)
...
Any ideas would be much appreciated.
Allan