Package Details: google-chrome 130.0.6723.116-1

Git Clone URL: https://aur.archlinux.org/google-chrome.git (read-only, click to copy)
Package Base: google-chrome
Description: The popular web browser by Google (Stable Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 2243
Popularity: 7.15
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-05 19:02 (UTC)

Dependencies (12)

Sources (3)

Pinned Comments

gromit commented on 2023-04-15 08:22 (UTC) (edited on 2023-05-08 21:42 (UTC) by gromit)

When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Stable updates" tag in Release blog for this.

You can also run this command to obtain the version string for the latest chrome version:

$ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | \
     grep -A1 "Package: google-chrome-stable" | \
     awk '/Version/{print $2}' | \
     cut -d '-' -f1

Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.

Latest Comments

« First ‹ Previous 1 .. 91 92 93 94 95 96 97 98 99 100 101 .. 157 Next › Last »

Det commented on 2014-11-27 13:33 (UTC)

No, that's not the issue at all, aren't you getting the permission message after the upgrade? E.g.: [...] (1/1) upgrading google-chrome [#####################] 100% warning: directory permissions differ on /usr/share/doc/google-chrome-stable/ filesystem: 700 package: 755 It means the existing permissions can't be changed without a manual intervention or a reinstall (uninstall/install).

nullptr_t commented on 2014-11-27 13:01 (UTC)

I know, you are fixing the permissions of the doc directory in PKGBUILD with msg2 "Fixing permissions of documentation folder" chmod 755 "$pkgdir"/usr/share/doc/google-chrome-$_channel/ but as of 39.0.2171.71-1 the problem still remains the same: # ll -d /usr/share/doc/google-chrome-stable/ drwx------ 2 root root 4.0K Nov 27 13:46 /usr/share/doc/google-chrome-stable/ Don't know, what's the problem with "google-chrome-$_channel/", but maybe "$_channel" or ${_channel} (like in the sources-line) would help to clarify it as substring

jazztickets commented on 2014-11-26 03:19 (UTC)

google-chrome-stable_39.0.2171.65_amd64.deb ... FAILED ERROR: One or more files did not pass the validity check!

rafaelff commented on 2014-11-13 18:10 (UTC)

I'm getting http error 404 on downloading the sources tarball.

Det commented on 2014-11-03 18:43 (UTC)

Apparently a pretty old bug. Couldn't reproduce with Beta or Dev channels: https://code.google.com/p/chromium/issues/detail?id=354571

CarstenG commented on 2014-11-03 18:28 (UTC)

Please update the permissions of the doc directory, because unprivileged users can't access the content. # ll -d /usr/share/doc/google-chrome-stable drwx------ 2 root root 25 31. Okt 17:42 /usr/share/doc/google-chrome-stable Thanks, Carsten

cyrilccros commented on 2014-10-27 21:39 (UTC)

Hi, I just ran the usual pacman -Syu today and all my troubles went away. I still had the bug this morning, though. Anyway, thanks for your help.

cyrilccros commented on 2014-10-27 09:02 (UTC)

Sorry for the delay in my answer. I have spent some time googling my issues, but google's error messages are of little use. I see several different causes for the same message... See below for a full error example: [cyril@synapse ~]$ google-chrome-stable ATTENTION: default value of option force_s3tc_enable overridden by environment. [17667:17735:1027/095325:ERROR:get_updates_processor.cc(240)] PostClientToServerMessage() failed during GetUpdates [17667:17701:1027/095329:ERROR:channel.cc(316)] RawChannel read error (connection broken) Bus error (core dumped) What I do remember is that my computer crashed very shortly before my troubles began. I use Openbox + Slim as login manager, and slim failed to launch openbox repeatedly. I just used the console to log in and correct slim.conf, which solved my issues.

drak3 commented on 2014-10-25 18:41 (UTC)

I, too, am having issues with Chrome 38 crashing frequently. It doesn't do it for every page, but it does it frequently, even after disabling all my extensions, re-installing, and making a new profile. after a few minutes, it will also lock up the system, requiring a hard reboot. also, as with cyrilccros, firefox seems to be fine. one thing I've noticed that will definitely trigger the tab crash is playing video in multi-monitor fullscreen.

Det commented on 2014-10-22 22:59 (UTC)

Did you try https://www.google.com/search?q=ERROR%3Aget_updates_processor.cc+PostClientToServerMessage first?