Package Details: google-chrome 126.0.6478.126-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: 2230
Popularity: 7.87
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-06-25 11:43 (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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 156 Next › Last »

moonbound commented on 2022-01-05 05:02 (UTC)

@leddy231 currently experiencing the same tab bug on 97. Running EndeavourOS

leddy231 commented on 2022-01-05 02:44 (UTC)

Something broke on chrome 97 on a fresh install of Manjaro KDE, it was working fine and then the update some hour ago broke the tabs. I can no longer move tabs around, instead it pops them into a new window, and cant be merged back. Broken on google-chrome 97 and google-chrome-dev 98. Working fine on chromium 96 and google-chrome 96 (previous commit) Gonna see if I can figure out what it is and make a bug report to chromium, but just a heads up if more users report it

cerealfordinner commented on 2021-12-13 22:25 (UTC)

@Thundas, it must have broken in a later release, it was occurring on 96.0.4664.110 and 96.0.4664.93, but removing and installing .45 manually fixed it. Thank you for the help.

cerealfordinner commented on 2021-12-13 21:29 (UTC)

I'm wondering if this is affecting anyone else. Recently I have been unable to drag Chrome windows to resize them by using the left, right, or bottom edge of the window. The top-left, top-right, and top all work. I should note this is in XFCE.

Thundas commented on 2021-12-03 04:15 (UTC)

@yochananmarqos thanks, i switched to yours and its working great, its sad that the update broke angle's hardware decoding.

yochananmarqos commented on 2021-12-03 03:49 (UTC)

@Thundas: You have duplicates and old flags that do nothing. Check Command Line under chrome://gpu to see which flags are actually being used.

My flags (last two I'm testing):

--ignore-gpu-blocklist
--enable-gpu-rasterization
--enable-zero-copy
--enable-features=VaapiVideoDecoder
--use-gl=desktop
--disable-gpu-driver-bug-workarounds
--canvas-oop-rasterization
--enable-drdc

Command Line:

/opt/google/chrome/google-chrome --disable-gpu-driver-bug-workarounds --enable-accelerated-video-decode --enable-crashpad --enable-features=VaapiVideoDecoder --ignore-gpu-blocklist --origin-trial-disabled-features=CaptureHandle --use-gl=desktop --enable-crashpad --flag-switches-begin --enable-gpu-rasterization --enable-zero-copy --ignore-gpu-blocklist --enable-features=VaapiVideoDecoder,CanvasOopRasterization,ChromeLabs,EnableDrDc,UnexpireFlagsM94 --flag-switches-end

Thundas commented on 2021-12-03 02:06 (UTC)

Hardware decoding works for me with the following flags on nvidia gpu 495 driver.

--ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-native-gpu-memory-buffers --enable-accelerated-mjpeg-decode --enable-accelerated-video --ignore-gpu-blacklist --enable-gpu-rasterization