Package Details: google-chrome-dev 126.0.6468.2-1

Git Clone URL: https://aur.archlinux.org/google-chrome-dev.git (read-only, click to copy)
Package Base: google-chrome-dev
Description: The popular web browser by Google (Dev Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Provides: google-chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 651
Popularity: 0.89
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-05-14 13:13 (UTC)

Dependencies (12)

Required by (36)

Sources (3)

Pinned Comments

gromit commented on 2023-07-19 17:01 (UTC) (edited on 2023-07-19 17:02 (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 "Dev 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-unstable" | \
     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 .. 91 Next › Last »

Det commented on 2010-11-06 22:41 (UTC)

_Thanks!_

<deleted-account> commented on 2010-11-06 09:59 (UTC)

yeah. working on it right now.

Det commented on 2010-11-06 09:43 (UTC)

@x-demon, could you update your other Chromes too?

master commented on 2010-11-01 19:31 (UTC)

I made a package fixing Google Chrome's crash with jpeg files. Check it out: http://aur.archlinux.org/packages.php?ID=42507

Det commented on 2010-10-30 15:04 (UTC)

o_O What about the "bug buddy" thing? That seemed like a good idea.

t3ddy commented on 2010-10-30 12:13 (UTC)

@x-demon I think should remove the args.patch since everybody can enable flags from about:flags

Det commented on 2010-10-27 14:25 (UTC)

@x-demon, just click the *Show all 100 comments* button on the lower left corner.

master commented on 2010-10-27 08:23 (UTC)

@x-demon here it is: To fix the libjpeg6 related crash when posting JPEGs: 1. Obtain a libpixbufloader-jpeg.so that links to libjpeg6 (I stole mine from Ubuntu Karmic's GTK package) 2. Put it in /opt/google/chrome/ 3. Run: sudo gdk-pixbuf-query-loaders > /opt/google/chrome/loaders.cache 4. Open the loaders.cache and change the line referring to libpixbufloader-jpeg.so to point to the one you put in /opt/google/chrome/ 5. Open the google-chrome script and add somewhere before the exec: export GDK_PIXBUF_MODULE_FILE=/opt/google/chrome/loaders.cache Both amd64 & i386 versions of Ubuntu's libgtk are here: http://packages.ubuntu.com/karmic/libgtk2.0-0 It works for me.

<deleted-account> commented on 2010-10-26 20:59 (UTC)

probably. But looks like AUR lost comments again...

master commented on 2010-10-26 20:54 (UTC)

rossy's libpixbufloader hack definitely fixes jpeg releated crash! Shouldn't we include it in PKGBUILD?