Package Details: google-chrome 149.0.7827.53-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: 2351
Popularity: 13.24
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2026-06-03 12:51 (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 2 3 4 5 6 7 8 9 .. 166 Next › Last »

spicysill commented on 2025-10-04 14:27 (UTC)

Has anyone else had missing close, minimize, maximize buttons on Gnome 49?

fabcc commented on 2025-10-02 07:17 (UTC)

@schiele I expressed myself poorly, sorry, I just wanted to notify others. The issue will be fixed on the next Hyprland version, as this PR was merged yesterday

schiele commented on 2025-10-01 17:33 (UTC)

Note that there is not much that can be done on the packaging side when you experience crashes in certain combinations, as this simply repackages the Debian package provided by Google. If that binary, for whatever reason, crashes for you, then it will, no matter how it gets packaged. That means you need to report the crash to Google and hope that they are willing to debug the problem on a distribution other than those officially supported by them.

fabcc commented on 2025-10-01 16:19 (UTC)

With this latest version, and Hyprland, when I try to move the window either with the Win key or with shortcuts, it crashes.

schiele commented on 2025-10-01 15:14 (UTC)

The correct fix is in fact:

@@ -66,6 +66,5 @@ package() {
        rm -r \
                "$pkgdir"/etc/cron.daily/ \
                "$pkgdir"/opt/google/chrome/cron/ \
-               "$pkgdir"/opt/google/chrome/product_logo_*.{png,xpm} \
-               "$pkgdir"/usr/share/menu/
+               "$pkgdir"/opt/google/chrome/product_logo_*.png
 }

mike.cloaked commented on 2025-10-01 08:17 (UTC)

In order to get the new version 141.0.7390.54 to build I had to comment out these two lines from PKGBUILD

           "$pkgdir"/opt/google/chrome/product_logo_*.{png,xpm} \

and

           "$pkgdir"/usr/share/menu/

concerning removal of Debian cron job duplicates. Once that was done it builds fine, and runs without problems

Acry commented on 2025-09-24 12:50 (UTC)

Why do I have to start with: google-chrome-stable --disable-accelerated-video-decode

to avoid: GPU process exited unexpectedly: exit_code=139

AndyHazz commented on 2025-09-24 07:09 (UTC) (edited on 2025-09-24 09:49 (UTC) by AndyHazz)

Probably quite specific to me as I can't find anyone else reporting it, but this package stopped working on KDE wayland the last couple of versions (including yesterday's update to 140.0.7339.207-1):

google-chrome-stable ─╯ [0924/075232.252076:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found [1] 62824 segmentation fault (core dumped) google-chrome-stable

Forcing x11 google-chrome-stable --ozone-platform=x11 works.

google-chrome-beta also seems fine.

EDIT: Fixed by removing --gtk-version=4 from ~/.config/chrome-flags.conf

cbrnr commented on 2025-09-23 13:17 (UTC)

https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/3567

ruario commented on 2025-09-23 13:08 (UTC)

@cbrnr Yes they are in the .deb package that the PKGBUILD repacks. You can confirm this by fetching it and issuing ar p google-chrome-stable_140.0.7339.185-1_amd64.deb data.tar.xz | tar tJ | grep '\.desktop'