Package Details: google-chrome 124.0.6367.118-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: 2223
Popularity: 7.40
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-04-30 22:55 (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 2 3 4 5 6 7 8 9 10 .. 156 Next › Last »

martinc commented on 2023-10-04 10:00 (UTC)

117.0.5938.132-1 seems to have problems with mesa 23.2.1-1 (works fine with 23.1.8-1), on Intel irix graphics. Sample log, with repeated messages removed:

[5967:10:1004/104204.819729:ERROR:command_buffer_proxy_impl.cc(129)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[5769:5769:1004/104204.948403:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=139
[5967:10:1004/104205.573922:ERROR:command_buffer_proxy_impl.cc(321)] GPU state invalid after WaitForGetOff
setInRange.
[5967:10:1004/104205.573994:ERROR:grcontext_for_gles2_interface.cc(61)] Skia shader compilation error
------------------------
#version 100

precision highp float;
precision highp sampler2D;
uniform highp vec4 sk_RTAdjust;
uniform highp mat3 umatrix_S1_c0_c0;
attribute highp vec2 position;
attribute highp vec2 localCoord;
varying highp vec2 vTransformedCoords_4_S0;
void main() {
    gl_Position = vec4(position, 0.0, 1.0);
    {
        vTransformedCoords_4_S0 = (umatrix_S1_c0_c0 * vec3(localCoord, 1.0)).xy;
    }
    gl_Position = vec4(gl_Position.xy * sk_RTAdjust.xz + gl_Position.ww * sk_RTAdjust.yw, 0.0, gl_Position.w);
}

Apologies if this isn't the right place to report this; at the moment in the middle of a large project and can't determine whether chrome or mesa is at fault.

vibhavp commented on 2023-09-27 12:26 (UTC)

It might be a good idea to add NetworkManager and BlueZ as optional dependencies, as Chrom(e/ium) use their DBus APIs for geolocation and Bluetooth support respectively.

mike.cloaked commented on 2023-09-16 19:40 (UTC)

It seems that Google now has the correct latest version again, so presumably it was a temporary 'glitch'. Anyway this aur package is fine, and all seems well again.

gromit commented on 2023-09-15 19:40 (UTC)

@mike.cloaked The described method is still accurately describing this packages upstream. Strangely it seems like google has downgraded the version in the apt repo ... As I found no announcement nor complaints about major bugs or CVE's I just kept this package it as is, but if someone knows whats up please let me know! :)

mike.cloaked commented on 2023-09-15 18:51 (UTC) (edited on 2023-09-15 18:53 (UTC) by mike.cloaked)

Is there any other alternative way to query the current latest version direct from Google?

mike.cloaked commented on 2023-09-15 18:51 (UTC)

For a long time running the command: 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 has given the correct version for current upstream. But today it is giving an output as 116.0.5845.187 whereas the correct current stable version (including in this aur package) is 117.0.5938.62 - so I wonder if this is a temporary failure of Google to update dl.google.com, or if they decided not to update any more?

aoneko commented on 2023-09-13 12:05 (UTC)

The Chrome version 117 appears to add support for HEVC and AV1 decode through VAAPI.