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.43
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 .. 32 Next › Last »

justinnichols commented on 2023-08-02 20:01 (UTC)

@ewuplse01 is correct that even after installing python-pyxdg, the following occurs when attempting to start the chrome-remote-desktop service:

File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 2576, in main
  desktop.setup_audio(host.host_id, backoff_time)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1013, in setup_audio
  xdg.BaseDirectory.get_runtime_dir(strict=False), runtime_dirname)
  ^^^^^^^^^^^^^^^^^
AttributeError: module 'xdg' has no attribute 'BaseDirectory'

ewuplse01 commented on 2023-08-01 02:07 (UTC) (edited on 2023-08-01 02:09 (UTC) by ewuplse01)

@oxfordquant Version: 116.0.5845.10 has new dependencies: python3-packaging, python3-xdg. I could not get this version to run as @user service. It exited with xdg errors even after I installed python-pyxdg.

oxfordquant commented on 2023-07-26 19:41 (UTC)

Looks like the latest version is 116.0.5845.9 according to the packages file: https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages I was able to install by manually editing the PKGBUILD but would be great if this were updated in AUR.

oxfordquant commented on 2023-07-26 17:13 (UTC) (edited on 2023-07-26 17:14 (UTC) by oxfordquant)

Got this while retrieving this package. Does it need a version bump? Thanks.

==> Making package: chrome-remote-desktop 115.0.5790.10-1 (Wed 26 Jul 2023 01:09:32 PM EDT)
==> Retrieving sources...
  -> Downloading chrome-remote-desktop-115.0.5790.10.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
  0  1449    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_115.0.5790.10_amd64.deb
    Aborting...
 -> error downloading sources: /home/xxx/.cache/yay/chrome-remote-desktop
         context: exit status 1

fyoory commented on 2023-05-26 15:34 (UTC)

Package seems to require package 'dpkg' yet it is missing from the PKGBUILD dependencies.

So if you cant get it to start, install dpkg then it should work.

siliconmeadow commented on 2023-03-22 06:58 (UTC)

A PR for the latest version (112.0.5615.18) is here: https://github.com/frealgagu/archlinux.chrome-remote-desktop/pull/19

The diff to apply to the current master branch is:

diff --git a/PKGBUILD b/PKGBUILD
index 934df48..dc542f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Mateus Rodrigues Costa <charles [dot] costar [at] gmail [dot] com>

 pkgname=chrome-remote-desktop
-pkgver=111.0.5563.12
+pkgver=112.0.5615.18
 pkgrel=1
 pkgdesc="Access other computers or allow another user to access your computer securely over the Internet"
 arch=("x86_64")
@@ -20,7 +20,7 @@ source=(
   "crd"
 )
 sha256sums=(
-  "85283f18c8ee012ce572519a94c42b2041b8fb28fa7ddc2c132d670d6931bbe7"
+  "c4dda4236e0d25523fab390e741c7a43334e1b2932d96443af3d2fed43fcc49d"
   "e5da5ae89b5bc599f72f415d1523341b25357931b0de46159fce50ab83615a4b"
   "fcc38269eb1cc902abff9688eda9377a22367e39b9f111f87c0dd8e77adb82e2"
   "021110f49d465294517eec92eeb24ebca41e264ef33cbdda78732add1f269d02"

cmsigler commented on 2023-03-03 20:52 (UTC) (edited on 2023-03-03 20:52 (UTC) by cmsigler)

All,

From comments in the Gentoo net-misc/chrome-remote-desktop ebuild:

# Use curl to find the answer:
#  curl -q https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages | grep ^Filename

As of 15:50 US Eastern Standard Time on 2023/3/3, the current version is:

pool/main/c/chrome-remote-desktop/chrome-remote-desktop_111.0.5563.12_amd64.deb

HTH :)

Clemmitt Sigler

Jino commented on 2023-02-24 12:00 (UTC)

I get the following error:

==> ERROR: Failure while downloading https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_110.0.5481.14_amd64.deb

Just as @gysecos.

Could you please update?

gyscos commented on 2023-02-17 16:00 (UTC) (edited on 2023-02-17 16:03 (UTC) by gyscos)

The main .deb download link currently returns 404 on my machine - did it move?

I can only find this link for the current version from the official website: https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb

ewuplse01 commented on 2023-02-08 21:52 (UTC) (edited on 2023-03-23 02:26 (UTC) by ewuplse01)

xf86-video-dummy needs to be added as a dependancy. /usr/lib/xorg/Xorg cannot be found in Arch and causes Xorg to fail when launching CRD as a service. The required Xorg binary for Arch is /usr/lib/Xorg and the CRD service will start correctly if you create the symlink /usr/lib/xorg/Xorg to this Xorg binary.