Package Details: google-chrome 129.0.6668.58-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: 2237
Popularity: 7.89
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-09-17 21:41 (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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 157 Next › Last »

koshikas commented on 2021-05-26 12:47 (UTC) (edited on 2021-05-26 12:48 (UTC) by koshikas)

to get get hardware video acceleration, you need to explicitly pass; --enable-features=VaapiVideoDecoder

in the CLI. the flag “enable-accelerated-video-decode” is no more in chrome 91.

Parintachin commented on 2021-05-26 06:50 (UTC) (edited on 2021-05-28 02:52 (UTC) by Parintachin)

Using this on a high-dpi screen with scaling appears to apply the scaling twice. Everything's huge.

Manjaro KDE.

jose1711 commented on 2021-05-10 08:08 (UTC)

Hello, thank you maintaining this PKGBUILD. I wonder if a script similar to archlinux-java could be added. Currently package() results in a script called /usr/bin/google-chrome-stable but there are tools/libraries that rely on existence of google-chrome instead.

Here's an example for webbrowser python module:

python -c 'import webbrowser; webbrowser.get(); print(webbrowser._tryorder)' => ['firefox', 'xdg-open', 'epiphany', 'opera', 'links', 'elinks', 'lynx', 'w3m']

After creating a symbolic links this starts to works as expected:

ln -s /usr/bin/google-chrome-stable /usr/bin/google-chrome
python -c 'import webbrowser; webbrowser.get(); print(webbrowser._tryorder)' => ['firefox', 'xdg-open', 'epiphany', 'google-chrome', 'opera', 'links', 'elinks', 'lynx', 'w3m']

rubens.lopes commented on 2021-04-23 14:17 (UTC) (edited on 2021-04-23 14:18 (UTC) by rubens.lopes)

I'm trying to install an older version (c0a289bc52cd) but got an error and don't know how to proceed

==> Making package: google-chrome 78.0.3904.108-1 (sex 23 abr 2021 09:28:07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found google-chrome-stable_78.0.3904.108_amd64.deb
-> Found eula_text.html
-> Found google-chrome-stable.sh
==> Validating source files with sha512sums...
google-chrome-stable_78.0.3904.108_amd64.deb ... FAILED
eula_text.html ... Passed
google-chrome-stable.sh ... Passed
==> ERROR: One or more files did not pass the validity check!

marcosfrm commented on 2021-04-20 18:32 (UTC) (edited on 2021-04-20 23:11 (UTC) by marcosfrm)

This thing is dead even on Debian:

https://www.debian.org/doc/debian-policy/ch-opersys.html#menus

diff --git a/PKGBUILD b/PKGBUILD
index 1e8cfe7..8ea38d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,8 @@ package() {
        -e "s/x-scheme-handler\/ftp;\?//g" \
        "$pkgdir"/usr/share/applications/google-chrome.desktop

-   msg2 "Removing Debian Cron job and duplicate product logos..."
+   msg2 "Removing Debian Cron job, duplicate product logos and menu directory..."
    rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome/cron/
-   rm "$pkgdir"/opt/google/chrome/product_logo_*.png
+   rm "$pkgdir"/opt/google/chrome/product_logo_*.{png,xpm}
+   rm -r "$pkgdir"/usr/share/menu/
 }

angelettif commented on 2021-04-15 23:27 (UTC)

@yochananmarqos thank you. It was yup problem, I switched to paru

yochananmarqos commented on 2021-04-15 21:35 (UTC)

@angeletiff: Sounds like you have a faulty AUR helper.

angelettif commented on 2021-04-15 21:12 (UTC)

@yochananmarqos I cant, its downloaded automatically. DOnt know why it says: libunity (optional) , in my case its downloading it without question.

==> Installing Dependencies ==> Installing libunity 7.1.4-9 from the AUR ==> Making package: libunity 7.1.4-9 (jue 15 abr 2021 18:11:42) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found libunity_7.1.4+19.04.20190319.orig.tar.gz

angelettif commented on 2021-04-15 21:12 (UTC)

@yochananmarqos I cant, its downloaded automatically. DOnt know why it says: libunity (optional) , in my case its downloading it without question.

==> Installing Dependencies ==> Installing libunity 7.1.4-9 from the AUR ==> Making package: libunity 7.1.4-9 (jue 15 abr 2021 18:11:42) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found libunity_7.1.4+19.04.20190319.orig.tar.gz

yochananmarqos commented on 2021-04-15 16:45 (UTC)

@angelettif: Remove libunity, it's deprecated and unmaintained.