Package Details: google-chrome 132.0.6834.159-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: 2259
Popularity: 9.32
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-01-28 23: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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 157 Next › Last »

buzzra commented on 2021-01-31 02:02 (UTC)

ALL previous session/open tabs/open windows information was clobbered with this last update, Version 88.0.4324.96. Any possibility to recover?

akhil commented on 2021-01-23 14:25 (UTC)

smooth scrolling is broken in the latest update google-chrome-stable v88.0.4324.96

reverted to google-chrome-stable v87.0.4280.141 and smooth scrolling is working fine as it is.

IamJuras commented on 2021-01-19 16:11 (UTC)

In Gnome after upgrade to 87.0.4280.141-1 Chrome opens with default icon on dock and named "Unknown". In top it shows normal, as "chrome".

maxpayne3 commented on 2021-01-01 10:53 (UTC) (edited on 2021-01-01 11:01 (UTC) by maxpayne3)

Can you please add

sed -i "s/x-scheme-handler\/ftp;\?//g" "$pkgdir"/usr/share/applications/google-chrome.desktop

to fix this issue on Gnome?

You already change the desktop entry file with the following line in the PKGBUILD

sed -i "/Exec=/i\StartupWMClass=Google-chrome" "$pkgdir"/usr/share/applications/google-chrome.desktop

to fix the icon resolution on the dock in Gnome. Just add the other line, it's not so difficult. Thanks.

HunabKu commented on 2020-12-03 05:28 (UTC) (edited on 2020-12-03 05:54 (UTC) by HunabKu)

Hi, I had these error 4 times :

tput: No value for $TERM and no -T specified

So i set my terminal (alacritty) on /etc/environment and reboot. Now i have these error 4 times :

tput: unknown terminal "/usr/bin/alacritty"

The solution is to install xterm, set it as TERM in /etc/environment and reboot before reinstall google-chrome

lviggiani commented on 2020-11-11 10:26 (UTC)

WebRTC screen sharing seems now to be working again after receiving the update of pipewire 0.3.15-2

lviggiani commented on 2020-11-11 08:26 (UTC) (edited on 2020-11-11 08:27 (UTC) by lviggiani)

I've been using WebRTC screen sharing in Chrome + GNOME Shell + Wayland for long time (e.g. in Google meet calls) as described here:

https://wiki.archlinux.org/index.php/PipeWire#WebRTC_screen_sharing

Yesterday I recevide an update for Chrome (this package) and after that, screen sharing does not work anymore. It's not able to capture the entire screen. Does anyone know any workaroud? Thanks!

maxpayne3 commented on 2020-10-27 16:53 (UTC) (edited on 2020-10-27 19:00 (UTC) by maxpayne3)

According to this, can you please add the following command to exclude x-scheme-handler/ftp from the desktop entry? Thanks.

sed -i "s/x-scheme-handler\/ftp;\?//g" google-chrome.desktop