Package Details: google-chrome-dev 132.0.6793.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: 653
Popularity: 1.29
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-10-24 21:01 (UTC)

Dependencies (12)

Required by (41)

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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 91 Next › Last »

Det commented on 2013-10-06 07:58 (UTC)

Well, don't ask here, ask in the forums (https://bbs.archlinux.org/viewforum.php?id=32).

kalpik commented on 2013-10-06 07:30 (UTC)

I'm running pulseaudio. I see a chrome stream on it when something is playing on chrome, but no sound output!

Det commented on 2013-10-06 07:26 (UTC)

I remember having this with bare ALSA I think. Googling produces a zillion results: https://www.google.com/search?num=100&safe=off&q=site%3Aarchlinux.org+flash+no+sound

kalpik commented on 2013-10-06 07:15 (UTC)

I seem to have lost the ability to play sound on flash sites :( Tried with both pepper flash, and adobe flash. Any ideas?

gnustomp commented on 2013-10-03 05:04 (UTC)

Det commented on 2013-09-29 15:54 (UTC)

You can always set your default browser for XDG with: $ xdg-settings set default-web-browser google-chrome-unstable.desktop Making (the Dev Channel) Chrome do this from its own button is a lot trickier than just changing the name of the symlink in /usr/bin and the .desktop.

jnbek commented on 2013-09-24 02:26 (UTC)

can we please recreate the symlink to /usr/bin/google-chrome and update the .desktop files what not to function again? MATE/KDE/LXDE etc refuse to allow you to set Google Chrome as the default browser anymore. This is extremely annoying. I suppose it's due to the binary's name getting the -unstable appended to it, but there should be a good way to restore the Default Browser functionality. It used to show in Default Applications, but no longer does.

kremix commented on 2013-09-23 04:29 (UTC)

can't make it default browser in kde: make default clicked inside browser does nothing

Raymondcal commented on 2013-09-21 19:50 (UTC)

Ran the command (by myself, without rebuilding, you’re absolutely right Det!), and it works pretty well! Thanks again for your good work.