Package Details: google-chrome-dev 128.0.6559.0-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: 649
Popularity: 0.35
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-06-27 21:11 (UTC)

Dependencies (12)

Required by (40)

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 .. 77 78 79 80 81 82 83 84 85 86 87 .. 91 Next › Last »

Det commented on 2010-10-23 08:50 (UTC)

Really? By removing it it seems I can play html5 videos just fine (tried youtube and the xiph.org's video). Also a simple Googling showed how "--enable-gpu-plugin" and "--enable-click-to-play" (used here) are deprecated/obsolete, while "--enable-vertical-tabs" isn't yet implemented on linux - so at least the first two should be removed.

t3ddy commented on 2010-10-22 21:09 (UTC)

It's enabled by default (by the maintainer), look at args.patch. Anyway removing that flag will let you see html5 videos, in a bright pink.

Det commented on 2010-10-22 17:37 (UTC)

Remove it? I didn't have it in the first place. Or do you mean it's enabled by default? In which case you mean "--disable-video-layering"?

t3ddy commented on 2010-10-22 16:31 (UTC)

you should remove --enable-video-layering flag since it is not yet completly supported

Det commented on 2010-10-16 10:31 (UTC)

For some reason I have no video in html5 videos because of this "no such file or directory" plugin error (http://aur.pastebin.com/pGJp3Ldg). On the other hand chromium-browser-bin with chromium-codecs-ffmpeg-nonfree-bin works fine. Weren't the Ffmpeg codecs supposed to come with Google Chrome? E: Hmm, well it seems there's a few bug reports about Google Chrome and html5 already done. So I guess this is a know issue atm.

t3ddy commented on 2010-10-13 13:05 (UTC)

Does this video (http://xiph.org/video/vid1.shtml) works for you?

<deleted-account> commented on 2010-10-08 07:43 (UTC)

Probably a better solution would be to build a libpixbufloader-jpeg.so statically linked to libjpeg8. That way programs launched by Chrome (like when you download and run an executable) won't crash.