This package is not working in GNOME 3.28. I followed the instruction of this post but it is still not working.
Here's the config of .chrome-remote-desktop-session
:
export $(dbus-launch)
# exec classic gnome-session --session gnome-classic
exec gnome-session
# exec gnome-session
Here's the output of crd --start
:
Seems like you haven't activated CRD in your browser. Please do that before trying to run the server.
Here's the output of crd --restart
:
The daemon is not currently running
[0604/203645.811960:INFO:remoting_user_session.cc(688)] Daemon process started in the background, logging to '/tmp/chrome_remote_desktop_20180604_203645_zOair2'
Cleanup.
Log file: /tmp/chrome_remote_desktop_20180604_203645_zOair2
The log file /tmp/chrome_remote_desktop_20180604_203645_zOair2
says that:
Failed to load config: [Errno 2] No such file or directory: '/home/hzxie/.config/chrome-remote-desktop/host#<hash-code>.json'
2018-06-04 20:36:45,947:INFO:Cleanup.
[0604/203645.952871:WARNING:remoting_user_session.cc(464)] Child exited with status 1
Here's the output of systemctl status --user chrome-remote-desktop
:
● chrome-remote-desktop.service - "Chrome Remote Desktop host daemon"
Loaded: loaded (/usr/lib/systemd/user/chrome-remote-desktop.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Condition: start condition failed at Mon 2018-06-04 20:25:07 CST; 8min ago
└─ ConditionPathExistsGlob=/home/hzxie/.config/chrome-remote-desktop/host#*.json was not met
I also tried to Enable Remote Connection from the Chrome application, but I got the following message after setting 6-digit PIN:
Enabling remote connections for this computer...
After about 20 min it finally timed out and I got this:
Failed to start remote access service.
Who can help me out? Thank you so much!
Pinned Comments
frealgagu commented on 2020-12-05 22:38 (UTC)
I maintain the latest built package at:
https://github.com/frealgagu/archlinux.chrome-remote-desktop/releases/
victorbrca commented on 2020-04-03 01:04 (UTC)
Thanks @frealgagu for packaging this, @nightuser for the existing session patch and @Brinsky for the instructions.
I've compiled both instructions with screenshots and added it to my blog if anyone is having issues with the install. Otherwise, just follow the instructions in the comments by @Brinsky from 2019-12-06 13:58.
Brinsky commented on 2019-12-06 13:58 (UTC)
Here's how I got this working with the new web app (remotedesktop.google.com):
crd --setup
~/.chrome-remote-desktop-session
DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="<UNIQUE_CODE>" --redirect-url="<https://remotedesktop.google.com/_/oauthredirect>" --name=
crd --start