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.00
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 .. 58 59 60 61 62 63 64 65 66 67 68 .. 157 Next › Last »

shsina commented on 2017-04-24 10:34 (UTC) (edited on 2017-04-24 10:36 (UTC) by shsina)

You should add xdg-utils to deps like chromium.

ppc52776 commented on 2017-04-21 01:54 (UTC)

if you have CompositorTileW problem, try to increase the font size by ctrl + '+' [ 1402.814324] CompositorTileW[6608]: segfault at 39 ip 00005609d8ce6af0 sp 00007f2ec1f19068 error 6 in chrome[5609d81ba000+6a81000] [ 1424.090013] CompositorTileW[6989]: segfault at 39 ip 00005609d8ce6af0 sp 00007f2ec1718068 error 6 in chrome[5609d81ba000+6a81000] [ 1494.299058] CompositorTileW[7361]: segfault at 39 ip 00005609d8ce6af0 sp 00007f2ec1718068 error 6 in chrome[5609d81ba000+6a81000] [ 1494.319679] CompositorTileW[7360]: segfault at 90 ip 00005609d8cf1c80 sp 00007f2ec1f19130 error 4 in chrome[5609d81ba000+6a81000] [ 1503.438023] CompositorTileW[7405]: segfault at 90 ip 00005609d8cf1c80 sp 00007f2ec1f191c0 error 4 in chrome[5609d81ba000+6a81000] [ 1782.250281] CompositorTileW[7798]: segfault at 39 ip 00005609d8ce6af0 sp 00007f2ec1717fd8 error 6 in chrome[5609d81ba000+6a81000] [ 1787.740639] CompositorTileW[7894]: segfault at 39 ip 00005609d8ce6af0 sp 00007f2ec1718068 error 6 in chrome[5609d81ba000+6a81000]

Det commented on 2017-04-07 12:10 (UTC)

I dunno? Rename your settings dirs (~/.cache/google-chrome/, ~/.config/google-chrome/), start in incognito, swap between the /usr/bin launcher and the one from /opt/google/chrome/ directly, extract the .deb and put the extension there, or try copying *all* the contents to /opt/google/chrome/, use "--enable-logging --v=1" (https://www.chromium.org/for-testers/enable-logging), etc.

DescartesHorse commented on 2017-04-07 11:48 (UTC)

@Det - yeah, it does work on other distro's like this. I dropped it in on a fresh Ubuntu with fresh Google Chrome installed, into /opt/google/chrome/extensions, and as soon as I opened up Chrome it appeared :( Went through that FAQ, and still in the same position. Any other ideas as to what may be going on, or how I can dig deeper to see where Chrome may be looking?

Det commented on 2017-03-31 07:03 (UTC) (edited on 2017-03-31 07:05 (UTC) by Det)

Easy way to check is for example to put an "exit" on line 51 and go to the pkg/opt/google/chrome/cron/ directory yourself (or Ctrl+C anytime after extraction and before that line): https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=google-chrome#n51 It basically seems to create and re-enable the Chrome repo for Debian/Ubuntu, which we don't need, since we don't have APT.

evilrob commented on 2017-03-31 03:09 (UTC)

Please excuse my noob question, but I'm trying to understand all these PKGBUILD files that I'm supposed to audit before letting them loose on my system. ;) What is the purpose of the Debian Cron jobs that Google has in their deb, and why are they removed in the PKGBUILD file?

Det commented on 2017-03-23 16:11 (UTC)

Should work like that, yes, dunno why not, because not a whole lot is changed in the packaging. Does it work on some other distro's Chrome? Maybe have a look at the "What are some common mistakes when installing with the preferences file?" in the FAQ?: https://developer.chrome.com/extensions/external_extensions#faq

DescartesHorse commented on 2017-03-23 05:25 (UTC)

Hey, I've got a custom extension internally to our company (extension ID.json with update URL). Based on Google Chrome's documentation at https://developer.chrome.com/extensions/external_extensions I should be able to plop this in either /opt/google/chrome/extensions/ or /usr/share/google-chrome/extensions/ and have Google Chrome pick this up. This is not happening - wondering if this package is looking for extensions in another place? If so, where is that? :)

Det commented on 2017-03-19 10:23 (UTC)

@solus667, check first also, if it's updated.

Det commented on 2017-03-17 04:16 (UTC)

Anyone else who would not like to bother themselves with the Pinned Comments?