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 .. 88 89 90 91 92 93 94 95 96 97 98 .. 157 Next › Last »

Det commented on 2015-02-04 13:50 (UTC)

This wasn't really all that hard to find: https://code.google.com/p/chromium/issues/detail?id=430910 It's got to do with libgtk indeed.

gauravpadia commented on 2015-02-04 13:44 (UTC)

I am also experience the same issue as specified by @radikal. Chrome randomly crashes when saving image or any page. I am using awesome window manager. Here is the dmesg log: [ 8034.745932] chrome[1112]: segfault at 30 ip 00007ffd770f0186 sp 00007fff0360d170 error 4 in libgtk-x11-2.0.so.0.2400.25[7ffd76e31000+436000] [12221.628406] chrome[5593]: segfault at 30 ip 00007f73be130186 sp 00007fff75c3e9a0 error 4 in libgtk-x11-2.0.so.0.2400.25[7f73bde71000+436000]

Det commented on 2015-02-04 00:49 (UTC)

You can use: $ curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }' beta: 41.0.2272.35 stable: 40.0.2214.95 unstable: 42.0.2292.0

skogler commented on 2015-02-04 00:16 (UTC)

checksum seems to be incorrect, for me (64 bit) the correct md5sum is 361aea21e6e3acaa805af17edb4ffe49

Det commented on 2015-01-29 22:02 (UTC)

Fixed.

<deleted-account> commented on 2015-01-29 21:49 (UTC)

The .desktop file for me has the wrong StartupWMClass. It gets set to Eula and then Plank doesn't recognize open windows of it. StartupWMClass=Eula

silverhammermba commented on 2015-01-28 15:31 (UTC)

I also get a segfault when saving files, but if I just reopen Chrome and my old tabs (Ctrl+Shift+T) trying to save a second time works.

Det commented on 2015-01-27 14:32 (UTC)

If you guys get that with a clean profile for both the Beta and Dev Channel as well, then you should report a bug.

radikal commented on 2015-01-27 14:27 (UTC)

Hi Catalin, That said I really dont know if this is an chrome issue or libgtk? Ive tried to googlefu the issue but failed. My collegue has the same problem, both of us are using arch and awesome as windowmanager. Dont know any other way to reproduce than using "Save page as". Every time I try I see the save window starts drawing and then *poff* chrome dies and this error message in dmesg comes up.

catalin.hritcu commented on 2015-01-27 14:23 (UTC)

@radikal: Tried "Save page as" and it worked fine. Anything special I need to do to reproduce this?