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.52
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 32 Next › Last »

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?

OdinEidolon commented on 2020-03-13 16:43 (UTC)

It seems I can't get this working, neither with the online nor with the headless installation modes. The package builds fine, but when I try to start crd the session cannot start:

Launching X server and X session.
Starting Xvfb on display :20
X server is active.
Launching X session: ['/bin/sh', '/home/cestino/.chrome-remote-desktop-session']
Launching host process
['/opt/google/chrome-remote-desktop/chrome-remote-desktop-host', '--host-config=-', '--audio-pipe-name=/home/cestino/.config/chrome-remote-desktop/pulseaudio#2293cd462a/fifo_output', '--server-supports-exact-resize', '--ssh-auth-sockname=/tmp/chromoting.cestino.ssh_auth_sock', '--signal-parent']
wait() returned (397849,256)
Session process terminated
Failure count for 'session' is now 1
Terminating X server
Terminating host
Failure count for 'X server' is now 0
Failure count for 'host' is now 0
Waiting before relaunching
wait() returned (397848,256)
Waiting before relaunching

I use KDE and configured CRD to start using startplasma-x11, as it should be. Any idea on how to proceed?

frealgagu commented on 2020-03-06 17:18 (UTC)

@ansonx10 you're right, it's the way Windows and MAC behave. I don't want to affect users who have already installed, therefore, if most users prefer to have the current session, I will make the change. I want to know if there are reasons to use a different session instead of the current one.

ansonx10 commented on 2020-03-02 21:36 (UTC)

@frealgagu Well Chrome Remote Desktop users that come from other platforms, i.e. Windows and Mac, would expect it to behave the same way on Linux. (It lets you control your existing "session" on Windows and macOS) It would be more useful for me to be able to control my existing session by default. I can't personally think of a reason that I'd need to access my own computer in a new session, and in fact, creating a new session can cause problems for some software. Using VNC is always an option regardless, but the simplicity of remote connections in CRD is nice. In the spirit of simplicity (with the target demographic in mind), I'd advocate for current session being the default.