Package Details: chrome-remote-desktop 118.0.5993.9-1

Git Clone URL: https://aur.archlinux.org/chrome-remote-desktop.git (read-only, click to copy)
Package Base: chrome-remote-desktop
Description: Access other computers or allow another user to access your computer securely over the Internet
Upstream URL: https://remotedesktop.google.com
Keywords: Chrome Chromium Google Networking Remote
Licenses: BSD
Submitter: None
Maintainer: frealgagu
Last Packager: frealgagu
Votes: 123
Popularity: 0.40
First Submitted: 2014-04-27 23:43 (UTC)
Last Updated: 2023-10-06 21:11 (UTC)

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):

  1. Build and install the package
  2. run crd --setup
  3. (Optional) Configure execution of your preferred window manager in ~/.chrome-remote-desktop-session
  4. Go to http://remotedesktop.google.com/headless
  5. Click "next" and "authorize" through each instruction
  6. Copy/paste and run the provided "Debian" command, which should look like the following: DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="<UNIQUE_CODE>" --redirect-url="<https://remotedesktop.google.com/_/oauthredirect>" --name=
  7. Set up a name and PIN
  8. Wait for successful output containing "Host ready to receive connections."
  9. Run crd --start

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 32 Next › Last »

jamonterrell commented on 2021-05-04 04:57 (UTC) (edited on 2021-05-04 04:59 (UTC) by jamonterrell)

To get this working on recent builds, you can:

  1. git clone the git URL above
  2. Edit PKGBUILD and...
  3. ...update pkgver to be "current"
  4. ...change source URL to "${pkgname}-${pkgver}.deb::https://dl.google.com/linux/direct/${pkgname}_${pkgver}_amd64.deb"
  5. ...add this additional command with the other installs: install -Dm644 "${srcdir}/lib/systemd/system/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
  6. run updpkgsums to update the package checksums
  7. run makepkg -s to build
  8. run pacman -U *.zst to install

armanleftarm commented on 2021-05-03 13:17 (UTC)

ERROR: Failure while downloading https://dl.google.com/linux/chrome-remote-desktop/deb -desktop_89.0.4389.45_amd64.deb Aborting...

godlike73 commented on 2021-05-03 02:31 (UTC)

.deb link is broken as new version is out

mchan commented on 2021-05-01 23:34 (UTC) (edited on 2021-05-02 08:08 (UTC) by mchan)

I was able to install the package after manually updating the version number + checksum. However, after finishing crd --setup, I'm seeing this failure when trying to setup remote access:

[mchan@arch ~]$ DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="code here" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=arch
Enter a PIN of at least six digits: 
Enter the same PIN again: 
[0502/080736.090955:ERROR:cert_verify_proc_builtin.cc(559)] No net_fetcher for performing AIA chasing.
[0502/080736.190457:WARNING:host_config.cc(54)] Failed to read /home/mchan/.config/chrome-remote-desktop/host#d6194c68fcc7e79bb57401be603cb1cc.json
[0502/080736.321906:ERROR:cert_verify_proc_builtin.cc(559)] No net_fetcher for performing AIA chasing.
[0502/080737.709006:ERROR:daemon_controller_delegate_linux.cc(101)] Failed to enable unit: Unit file chrome-remote-desktop@mchan.service does not exist.

Couldn't start host.

Any suggestions?

atrimtab commented on 2021-03-26 22:12 (UTC)

BTW. If you'd like to avoid a (default) 2.5 minute extra wait on shutdown as systemd waits for the chrome-desktop-service to shut down. DO NOT enable or start as a service when you install per these instructions:

To {enable,start} the service, issue the command: systemctl --user {enable,start} chrome-remote-desktop

At shutdown Systemd gets stuck and eventually times out waiting for this service to exit.

DanieleMDN commented on 2021-03-02 15:43 (UTC)

It works fine, but I don't understand why the luminosity of the screen (in the main device, not in the remote one) decreases by its own while I'm using it. Does anyone has the same problem?

curlywei commented on 2021-02-05 19:31 (UTC) (edited on 2021-02-05 19:31 (UTC) by curlywei)

chrome-remote-desktop-88.0.4324.33.deb This link seems failed.

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/

nightuser commented on 2020-12-03 16:39 (UTC)

It gives 404 because Google keeps only the latest version of the package. Changing the link to latest isn't right: the version of the package and the actual version of the program wouldn't match. You can find the actual version using a command in PKGBUILD right above build() function. The commented one that starts with 'curl ...'.

Crupanshu commented on 2020-12-02 19:44 (UTC)

The source download fails with a 404. Please update the package.