Package Details: google-chrome 131.0.6778.69-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: 2244
Popularity: 7.52
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-12 20:25 (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 .. 124 125 126 127 128 129 130 131 132 133 134 .. 157 Next › Last »

<deleted-account> commented on 2013-04-08 21:47 (UTC)

FYI: If you are having problems with zombie processes (Chrome_ProcessL, etc.) and you are using the nvidia blob driver, the problem is known to upstream (http://crbug.com/177218) and is in fact due chrome's tcmalloc clashing with a bug in the nvidia driver. The only "workaround" is to use chromium from [extra], AFAIK, since it disables tcmalloc at compile time.

Det commented on 2013-04-04 10:55 (UTC)

Let's hope 4.10.2 makes things work again. Seems like the whole 4.10 series was a bit half-assed anyway: https://bugs.kde.org/show_bug.cgi?id=316086

<deleted-account> commented on 2013-04-04 06:48 (UTC)

Yesterday I had a Chrome tray icon - with which you can tell the thing *not* to remain in background when closed. This actually works for me ! :-) So they have been messing with processes...

heaven commented on 2013-04-03 19:45 (UTC)

Also have all those problems with sound and leftover processes.

gabrielrcp commented on 2013-04-02 04:09 (UTC)

ttf-font is provided by ttf-ms-fonts (amongst other true type fonts) Relevant discussion: https://mailman.archlinux.org/pipermail/arch-dev-public/2013-January/024252.html

<deleted-account> commented on 2013-04-02 02:38 (UTC)

Hi: 'ttf-font' package does no exist, so use 'ttf-ms-font' instead and correct PKGBUILD please. Thanks.

TheWretched commented on 2013-04-01 17:36 (UTC)

Yeah it has been awful lately. When I upgraded to KDE 4.10 + Xorg 1.14 it became disastrous. It's gotten slightly better but still I have to constantly kill it's leftover and zombie processes that build up over time. I went so far as to test it on a fresh user account with the same results. Just awful. So bad I've even resorted to using Firefox a lot more.

kiodo1981 commented on 2013-03-31 13:32 (UTC)

Audio problem. I solved starting with google-chrome %U --audio-buffer-size=2048

<deleted-account> commented on 2013-03-29 11:46 (UTC)

Thanks ! It builds and seems to run properly. I hope the cleanup/repackaging/... for release 26 is the same as for 25. :-)

Det commented on 2013-03-29 08:42 (UTC)

Just use either of these: source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm") or (debs: quicker) elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' [...] source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.deb") ..and build with "--skipinteg".