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: 8.05
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

1 2 3 4 5 6 .. 157 Next › Last »

gromit commented on 2024-09-11 14:25 (UTC)

@mike cloaked, no this message is generally observerd all over arch packaging.

mike.cloaked commented on 2024-09-11 13:45 (UTC) (edited on 2024-09-11 13:53 (UTC) by mike.cloaked)

When building chrome from current version I see:

==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Compressing man and info pages...
libfakeroot internal error: payload not recognized!

The package does still build and chrome runs fine - but I wonder if the libfakeroot command line error message can be fixed by any change in the PKGBUILD? I have seen similar error reports concerning libvirt (eg https://bbs.archlinux.org/viewtopic.php?id=298643).

SimpleBR commented on 2024-08-21 22:43 (UTC)

The new Google Chrome version is freezing for me.

Biaogo commented on 2024-07-30 08:01 (UTC) (edited on 2024-07-30 08:05 (UTC) by Biaogo)

--gtk-version=4 does not work with fcitx5, use --gtk-version=3 to fix this,my flags: google-chrome-stable --ozone-platform=wayland --enable-features=ozone --enable-wayland-ime --disable-features=WaylandFractionalScaleV1 --gtk-version=3

gromit commented on 2024-05-09 16:24 (UTC)

@Comodin, please supply the actual full error message and surrounding logs. Like this we will not be able to help you! Also please familiarize yourself with the process of installing packages without and AUR helper and see if the problem pops up with the methods described there aswell: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages

Comodin commented on 2024-05-09 16:18 (UTC)

error to install: [/home/comodin/.cache/yay/google-chrome/google-chrome-124.0.6367.155-1-x86_64.pkg.tar.zst] - exit status 1

draftcode commented on 2024-05-08 08:23 (UTC)

Currently, --gtk-version=4 won't work (Chrome loads GTK3). This makes IME unusable under Wayland.

Apparently, if you modify the wrapper script at /opt/google/chrome/google-chrome to either comment out export LD_LIBRARY_PATH or prepend /usr/lib to it, this CLI flag starts working and it starts loading GTK4.

paolomainardi commented on 2024-05-07 09:19 (UTC)

Am I the only one with broken emojis on certain sites - like this one: https://emojipedia.org/money-with-wings ? It is broken just on the title

jtag commented on 2024-04-28 10:33 (UTC)

Adding these lines to ~/.config/chrome-flags.conf resolved the issue for me:

--enable-features=UseOzonePlatform
--ozone-platform=wayland