Package Details: chrome-remote-desktop 130.0.6723.14-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.62
First Submitted: 2014-04-27 23:43 (UTC)
Last Updated: 2024-10-16 18:54 (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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 32 Next › Last »

nightuser commented on 2020-04-16 22:32 (UTC) (edited on 2020-04-16 22:35 (UTC) by nightuser)

So, since Google deletes old versions of the package, we can use pkgver function to generate version from the deb file.

Here's a working PKGBUILD: https://gist.github.com/nightuser/bb6aab68010a4c53e0537cfb7d7e965b

UPD: this works as a VCS package: the version is taken from pkgver() function and then the variable pkgver is overwritten by the returned value.

nightuser commented on 2020-04-16 21:54 (UTC)

They host only the latest version of the package. To know which one is the latest: curl -q https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages | grep ^Filename. This is taken from Gentoo's PKGBUILD for chrome-remote-desktop package.

nightuser commented on 2020-04-16 21:52 (UTC) (edited on 2020-04-16 22:04 (UTC) by nightuser)

@sanerb They didn't change it. The latest URL looks like https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_83.0.4103.2_amd64.deb

sanerb commented on 2020-04-16 20:50 (UTC)

looks like it's 404ing for the .deb. i tried checking to see if there's a new version but either they entirely changed their directory structure or they serve a 404 on a GET to the directory it's in.

moshi commented on 2020-04-07 11:34 (UTC)

How do i enable audio ??

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.

nightuser commented on 2020-03-22 14:51 (UTC)

Also, this patch adds an option to use the existing session (but it's disable by default for compatibility reasons).

https://gist.github.com/nightuser/2ec1b91a66ec33ef0a0a67b6c570eb40

To enable it, create ~/.config/chrome-remote-desktop/Xsession file with a proper session number (usually 0 or 1).

Unfortunately, I don't yet know how to transfer sound in this case (it'll probably require enabling public pulseaudio config).

nightuser commented on 2020-03-22 13:47 (UTC) (edited on 2020-03-22 13:49 (UTC) by nightuser)

@frealgagu: Please, use the direct links to the versioned packages instead of the latest one. Fixed PKGBUILD: https://gist.github.com/nightuser/bb6aab68010a4c53e0537cfb7d7e965b ).

They have the following format:

"https://dl.google.com/linux/${pkgname}/deb/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}_amd64.deb"

nightuser commented on 2020-03-22 13:32 (UTC)

Maybe we should run

/opt/google/chrome-remote-desktop/chrome-remote-desktop --size="${crd_size}" --start

with exec?

Also, the checksum changed again.

OdinEidolon commented on 2020-03-13 20:12 (UTC)

My issue was fixed: I also needed to uncomment the DBUS line in the .chrome-remote-desktop-session file. However, the systemd service does not work. It times out after a couple of minutes:

mar 13 19:35:55 sofia-pc systemd[831]: chrome-remote-desktop.service: Failed with result 'timeout'.
mar 13 19:35:55 sofia-pc systemd[831]: Failed to start "Chrome Remote Desktop host daemon".

Funny thing, while it is still working, CRD works fine, and it also works fine if I manually issue crd --start. Any idea?