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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 157 Next › Last »

koshikas commented on 2021-08-28 05:04 (UTC)

so the latest in chrome video acceleration saga is, having merely --enable-features=VaapiVideoDecoder may not be enough. i'm on X11 and to get video acceleration functional, i need addition switch;

--disable-features=UseOzonePlatform.

ozone platform is enabled by default as of late in chrome, and for some reason disables video acceleration atleast on X11.

jfabernathy commented on 2021-08-24 10:14 (UTC) (edited on 2021-08-26 13:14 (UTC) by jfabernathy)

I'm trying to use Chrome to play streaming services videos. I can do Netflix, Amazon Prime Video, but not SlingTV. I can do it on the version of Google Chrome that you get from Google directly as a .deb and install in *buntu linuxes, but not the Arch AUR version. Any ideas what's missing?

This hardware involved is Intel NUC 1165G7 Iris GFX

koshikas commented on 2021-08-07 15:09 (UTC)

@bulletmark, @kamilst96, @Nek.12, @hendry

i had my flags(set by the internal experimental flags) cease to function since 90. i could only enable hardware video acceleration by including flags in the .desktop (~/.local/share/applications/google-chrome.desktop) entry file under every Exec key;

Exec=/usr/bin/google-chrome-stable %U --enable-features=VaapiVideoDecoder

i suggest you try with your relevant flags

hendry commented on 2021-08-07 12:55 (UTC)

Video decode with vulkan on my T14s AMD GPU also doesn't work :/

https://s.natalian.org/2021-08-07/vulkan-disabled.png

<deleted-account> commented on 2021-08-06 12:16 (UTC)

Have the same issue as @kamilst96. Chrome ingores flags in chrome-flags.conf. Confirmed by the page chrome://version

kamilst96 commented on 2021-08-04 18:48 (UTC)

Starting with Chrome 92, accelerated video decoding doesn't work with NVIDIA 470.57 driver - the image just smears on the screen. Anyone?

Relevant flags:

--enable-accelerated-video-decode

--enable-features=VaapiVideoDecoder

bulletmark commented on 2021-08-03 22:56 (UTC)

A trap with new version 92+ is that it does not ignore commented out options in ~/.config/chrome-flags.conf anymore.

akiirui commented on 2021-08-03 18:35 (UTC)

92.0.4515.131-1 works with systemd-resolved.

But this issue still exists: https://aur.archlinux.org/packages/google-chrome/?O=20&PP=10#comment-818179

meirg commented on 2021-08-03 14:06 (UTC)

Latest build is working now for me also with nothing downgraded or disabled

zelimir commented on 2021-08-03 06:28 (UTC)

@JoveYu Yes, it looks like it's working fine, for me anyway.