Issue with Chrome Remote Desktop on Arch Linux.
Issue with Chrome Remote Desktop on Arch Linux.
I set up Chrome Remote Desktop on one of the machines I'm using for a Minecraft server. When I executed the command from that site, it returned specific error details. A PIN input was required, which I repeated. The process encountered issues with certificate verification and failed to add the user to the remote desktop group, preventing the host from launching.
I performed the action and reinstalled CRD but the issue persists: [0915/173553.398431:ERROR:cert_verify_proc_builtin.cc(559)] No net_fetcher for performing AIA chasing. [0915/173554.491981:ERROR:daemon_controller_delegate_linux.cc(101)] Traceback (most recent call last): File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 29, in <module> import psutil ModuleNotFoundError: No module named 'psutil' [0915/173554.492025:ERROR:daemon_controller_delegate_linux.cc(180)] Failed to add user to chrome-remote-desktop group. Couldn't start host.
It displays the version information for Python, showing the installed version and any available details.
sudo pacman -Sy python-pip pip install psutil sudo groupadd chrome-remote-desktop sudo gpasswd chrome-remote-desktop -a user_for_remotedesktop Consider using VNC instead, https://wiki.archlinux.org/index.php/TigerVNC
Consider x11vnc for remote server management. It allows you to control servers from a different machine.
Remmina functions as a client while TigerVNC operates as a server. Still, TigerVNC includes its own client version. Remmina links to a TigerVNC server using lxqt and a headless Xorg setup.