Package Details: google-chrome 131.0.6778.85-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: 2247
Popularity: 9.18
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-19 19:19 (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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 157 Next › Last »

luzifer commented on 2021-10-05 21:06 (UTC)

@FabioLolix Thanks for the ping! I suppose I marked that read, got distracted and never re-visited that PR… I'm very sorry about that! Will take care about it this evening!

FabioLolix commented on 2021-10-05 20:45 (UTC)

Hello, do you mind adding a copy of widevine license in the default place? The PR have been open for 10 months yet is so trivial, since I made the PR you made part of it (replacing msg2 with printf), just copy the other 2 line too

leoplusclaude commented on 2021-09-30 20:23 (UTC)

If you're having trouble with "use system titlebar and borders" setting, you can just wait for patch to come. For details, please refer to https://chromium-review.googlesource.com/c/chromium/src/+/3133066

marcelroed commented on 2021-09-30 19:11 (UTC) (edited on 2021-10-01 14:37 (UTC) by marcelroed)

Since version 92/93 I've been having 5-second freezing issues on AMD iGPU Ryzen 4000. Does anyone know how to fix this? I've tried disabling all hardware acceleration but it doesn't help.

michaldybczak commented on 2021-09-24 19:44 (UTC)

Thanks @zeparu, I have the same problem with titlebar. Disabling this flag restores titlebar in Plasma, however, the whole option of turning SSD on/off is gone. It works for me, but the underlying issue is still there. The option stopped working.

zeparu commented on 2021-09-22 07:35 (UTC) (edited on 2021-09-22 07:45 (UTC) by zeparu)

just updated today, and "use system titlebar and borders" is not working anymore for me on kde

edit: disabling the flag use-ozone-platform in chrome://flags fixes it for me

debohman commented on 2021-09-10 20:24 (UTC)

Yes.

jason15M71 commented on 2021-09-10 20:01 (UTC)

Are update notifications working for this package? I haven't been getting the emails.

KI9N commented on 2021-09-09 17:18 (UTC) (edited on 2021-09-09 17:19 (UTC) by KI9N)

@marcelroed I had to disable Vulkan and it's been ok since. According to chrome://gpu, Video Decode is still Hardware, but Vulkan is disabled. I don't have any flags set except --enable-features=VaapiVideoDecoder. Note: I'm using a 4th gen i5 that only has partial Vulkan support so I think that was my issue.