Package Details: google-chrome 133.0.6943.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: 2259
Popularity: 9.32
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-02-05 10:39 (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 »

NightSky commented on 2021-07-06 00:19 (UTC)

On KDE desktop environment, F11 hotkey for entering in the fullscreen mode and exiting the fullscreen mode isn't working.

Det commented on 2021-06-18 17:37 (UTC)

Man I missed google-chrome 2000 votes.

simontunnat commented on 2021-06-18 14:55 (UTC) (edited on 2021-06-18 15:05 (UTC) by simontunnat)

You are right. It works now.

luzifer commented on 2021-06-18 08:45 (UTC)

@simontunnat: That looks more like a hiccup in the AUR git repo… Just try again…

simontunnat commented on 2021-06-18 05:38 (UTC)

I get the following error message when trying to update to version "":

" error fetching google-chrome: fatal: unable to access 'https://aur.archlinux.org/google-chrome.git/': Received HTTP code 502 from proxy after CONNECT "

Is there something wrong with the package definition?

Jackcode01 commented on 2021-05-30 03:35 (UTC)

@Parintachin:

Thanks for the help. Yes, --force-device-scale-factor=2 does fix the problem.

Thank you. -Jack

Parintachin commented on 2021-05-29 07:00 (UTC) (edited on 2021-05-29 07:00 (UTC) by Parintachin)

@Jackcode01:

Yup; apparently it's a bug further up the chain? It came up again when Brave was updated yesterday; the guy maintaining that package was good enough to answer me.

A fix is to run Chrome with --force-device-scale-factor=2, as described here: https://wiki.archlinux.org/title/HiDPI#Chromium_/_Google_Chrome

Jackcode01 commented on 2021-05-29 04:05 (UTC)

On Manjaro KDE with 200% scale setting, Everything is HUGE!

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.