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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 157 Next › Last »

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

kamilst96 commented on 2021-10-20 10:41 (UTC)

Version 95.0.4638.54-1 also blocks drag & drop handing by web application. I can't place Elementor widgets, and can't drag a message in Outlook to a folder.

alfredo.ardito commented on 2021-10-20 09:53 (UTC)

yep, this happens on XFCE. I'll send them a bug report ASAP. thx

stasadev commented on 2021-10-20 08:28 (UTC) (edited on 2021-10-21 17:32 (UTC) by stasadev)

@lcp29 @alfredo.ardito I also have this bug on XFCE. As a temporary solution, you can enable the 'Use system title bar and borders', then the window borders will be in a normal state.

More details about this issue here https://bugs.chromium.org/p/chromium/issues/detail?id=1260821

alfredo.ardito commented on 2021-10-20 07:26 (UTC)

I confirm @lcp29 Version 95.0.4638.54-1 seems buggy. Maximizing exceeds screen size,

lcp29 commented on 2021-10-20 03:08 (UTC) (edited on 2021-10-20 03:08 (UTC) by lcp29)

The new 95.0.4638.54-1 version maximizes to an external padding of the screen. The previous (to 95.0.4638.54-1) 94.0.4606.81-1 version doesn't.

Noe367 commented on 2021-10-17 15:39 (UTC)

Hey, I use this chrome on Manjaro, it works flawlessly except one thing. The problem I have is in Proxmox, the kayboard layout is wrong : I use french azerty, but it uses a mix of qwerty and azerty. It only happens on Proxmox and on this version of Chrome. Is there a way to solve that ?

FabioLolix commented on 2021-10-07 20:30 (UTC)

Thanks for updating!