Package Details: google-chrome 129.0.6668.58-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: 2237
Popularity: 8.05
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-09-17 21:41 (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 .. 74 75 76 77 78 79 80 81 82 83 84 .. 157 Next › Last »

Det commented on 2015-10-12 08:05 (UTC) (edited on 2015-10-12 08:06 (UTC) by Det)

I mean, there never was a line like that. :) The Stable Channel doesn't include the channel name in the StartupWMClass anyway.

freijon commented on 2015-10-12 08:04 (UTC)

without the "- " in front, it was meant to indicate that this line should be replaced.

Det commented on 2015-10-07 17:43 (UTC)

There is no - sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop

freijon commented on 2015-10-07 16:46 (UTC)

Please modify the following line in the PKGBUILD: - sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop + sed -i "/Exec=/i\StartupWMClass=google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop The upper case "G" causes plank to show double icons when Chrome is running

Det commented on 2015-09-25 05:21 (UTC) (edited on 2015-10-03 08:02 (UTC) by Det)

@jeffska, you're 2 days late.

jeffska commented on 2015-09-25 01:58 (UTC)

@Det: Why flagged? Because: ==> Validating source files with md5sums... google-chrome-stable_45.0.2454.99_amd64.deb ... FAILED

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.