Package Details: google-chrome 130.0.6723.116-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: 2243
Popularity: 7.00
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-05 19:02 (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 .. 75 76 77 78 79 80 81 82 83 84 85 .. 157 Next › Last »

Det commented on 2015-09-23 17:57 (UTC)

@elemongw, why?

Det commented on 2015-09-09 23:29 (UTC)

Yepyepyep. YepyepyepYepyepyepYepyepyepYepyepyep. Yepyep.

m45t3r commented on 2015-09-09 12:24 (UTC)

@BrtH Yep, according to Docky wiki, the WMClass in the current .desktop file is wrong: http://wiki.go-docky.com/index.php?title=How_to_Customize_Window_Matching Running "xprop | grep WM_CLASS | awk '{print $4}'" and clicking in a Google Chrome window results in: "Google-chrome" So the entry in the .desktop file should be "StartupWMClass=Google-chrome".

BrtH commented on 2015-09-07 16:23 (UTC)

The icon is displayed twice on the Plank dock. This is solved by removing the '-stable' from 'StartupWMClass=Google-chrome-stable' in google-chrome.desktop. This problem can be solved by removing '-$channel' on line 53 of PKGBUILD. I, however, do not know what the consequences can be on other machines than my own or when used with a different dock than Plank.

ninian commented on 2015-09-04 19:05 (UTC)

Thanks.

Det commented on 2015-09-04 19:00 (UTC)

I mean "no" to the "no". Link the thread next time: https://bbs.archlinux.org/viewtopic.php?id=201911 Didn't bump the pkgrel. It's quicker to add the quotes yourself.

<deleted-account> commented on 2015-09-04 18:40 (UTC)

https://bbs.archlinux.org/viewtopic.php?id=201911

Det commented on 2015-09-04 18:28 (UTC)

No.

ninian commented on 2015-09-03 22:25 (UTC)

Methinks the last line of the google-chrome-stable script should rather be: exec /opt/google/chrome/google-chrome $CHROME_USER_FLAGS "$@" That is, with the $@ double-quoted?