Last active
January 9, 2022 11:33
-
-
Save organizm/ae09f72bd5badc64d4727a0d38fc590b to your computer and use it in GitHub Desktop.
How to install end start chrome remote desctop #ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mostly from https://aur.archlinux.org/packages/chrome-remote-desktop/?comments=all but with some of my changes. | |
1. I manually created the chrome-remote-desktop group, and added myself to it. | |
2. I manually created the ~/.chrome-remote-desktop-session file with "exec startxfce4" in it. | |
3. I manually created the ~/.config/chrome-remote-desktop directory. | |
4. mkdir /etc/chromium-browser/native-messaging-hosts | |
4. ln -s /etc/opt/chrome/native-messaging-hosts/* /etc/chromium-browser/native-messaging-hosts/ | |
You should now have a 'Enable Remote Connection' button on the CRD extension page. | |
sudo /etc/init.d/chrome-remote-desktop start | |
/opt/google/chrome-remote-desktop/chrome-remote-desktop --start | |
Failed to load config: [Errno 2] No such file or directory: '/home/ia-17/.config/chrome-remote-desktop/host#ae3f5ead63df7c4b98ea35d4d09b4e66.json' | |
2016-07-12 11:21:16,355:INFO:Cleanup. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sfjuocekr,thanks it also worked for me after several weeks of trying