Package Details: google-chrome 135.0.7049.95-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: 2270
Popularity: 8.65
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-04-16 07:12 (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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 158 Next › Last »

RIscRIpt commented on 2021-11-03 20:13 (UTC) (edited on 2021-11-03 20:14 (UTC) by RIscRIpt)

After updating to 95.0.4638.69-1 I cannot enable hardware acceleration of video decoding on X11 in any known way. Most likely that's because there's no way of disabling OzonePlatform anymore.

serhii_devrel commented on 2021-10-31 10:50 (UTC)

95.0.4638.69-1 has a problem with maximizing the window on Manjaro Linux, Xfce 4.16

xaliazhar commented on 2021-10-30 16:59 (UTC)

95.0.4638.69-1 has problem with maximize window, while I downgrade to 94.0.4606.81-1 until this problem is fixed

alfredo.ardito commented on 2021-10-29 06:20 (UTC)

window maximize issue on XFCE still persists

arozbiz commented on 2021-10-28 13:04 (UTC)

I am still having the window maximizing problem on 95.0.4638.54-1, running XFCE.

michaldybczak commented on 2021-10-27 17:58 (UTC)

wayneb, I can't confirm this issue on 95.0.4638.54-1. I see that the system titlebar is finally fixed and shows correctly. Anyway, when I turn off the titlebar (CSD on), window's size is correct after maximizing (fills perfectly to screen edges on any monitor).

wayneb commented on 2021-10-27 00:03 (UTC)

Upgrading from 94.0.4606.81-1 -> 95.0.4638.54-1 caused the window to be too big (larger than the display ~16px on each edge) when maximized. Only enabling "Use system title bar and borders" allowed me to work around this issue. Presumably this has something to do with the new Ozone platform abstraction layer which is now enabled by default in Chrome 95.

somebody commented on 2021-10-22 02:04 (UTC) (edited on 2021-10-22 02:04 (UTC) by somebody)

yea this is a huge problem - i've had this problem for a long time now.
rudimentary testing (window.ondrag = (e) => console.log(e.pageX, e.pageY)) indicates that drag position is inconsistent between actual position and (0, 0)
(which matches anecdotal evidence of drags working if you wiggle your mouse in the right way)
note that:

  • iframes change the offset to (-iframe.left, -iframe.top) or something like that
  • this also affects e.g. the bookmark bar
  • this may be touch related, which may be testable using the commandline flags for touch. not sure how to do this though.

currently on 94.0.4606.81; i think this has been an issue since around 92 (or before?) for me