Package Details: google-chrome-dev 146.0.7635.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: 654
Popularity: 0.55
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2026-01-16 19:21 (UTC)

Dependencies (12)

Required by (48)

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

1 2 3 4 5 6 .. 91 Next › Last »

mikelei commented on 2025-12-29 01:56 (UTC) (edited on 2025-12-29 12:34 (UTC) by mikelei)

The deb package also ships a com.google.Chrome.unstable.desktop file in /usr/share/applications now, with NoDisplay=true in the file to prevent displaying duplicate icons in the application menu. However, they put the line at the end of the file which is wrong, because that's the section for [Desktop Action new-private-window], and it should be put under the [Desktop Entry] section instead. Maybe this can be patched during the package() step? The new desktop file is also missing the StartupWMClass so you may also want to patch this too.

Upon further investigation, it seems that add StartupWMClass properties to the new com.google.Chrome.unstable.desktop file and delete the old google-chrome-unstable.desktop would be a better solution. Note that the value of StartupWMClass should be changed to google-chrome-unstable, which the first "g" is changed to lowercase, so the icon is not missing in the dock.

The "Fix the Chrome desktop entry" section in PKGBUILD can be changed to the following commands:

    # Fix the Chrome desktop entry
    sed -i \
        -e "/Exec=/i\StartupWMClass=google-chrome-$_channel" \
        -e "/# This is the same as google-chrome-unstable.desktop/,+4d" \
        "$pkgdir"/usr/share/applications/com.google.Chrome.$_channel.desktop
    rm "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop

misc commented on 2024-08-10 12:26 (UTC) (edited on 2024-08-10 12:31 (UTC) by misc)

Does anybody know where to enable ExtensionManifestV2Availability?

edit: alright

sudo mkdir -p /etc/opt/chrome/policies/managed
echo '{ "ExtensionManifestV2Availability": 2 }' | sudo tee /etc/opt/chrome/policies/managed/policy.json

use (ln to) chromium instead of chrome for other packages

LiuKairui commented on 2024-06-07 05:59 (UTC)

Can you please merge the issue mentioned in

https://issues.chromium.org/issues/345261080

?

onurmercury commented on 2023-11-08 16:14 (UTC)

Could you rename kwallet as kwallet5?

pjpreilly commented on 2023-09-28 19:15 (UTC) (edited on 2023-09-28 22:03 (UTC) by pjpreilly)

ohhh!! In Package Actions....

gromit commented on 2023-09-28 19:12 (UTC)

@pjpreilly on the top right corner as "Flag this package out of date" but I think currently the package is up to date as the apt repo does not offer a newer version (see https://aur.archlinux.org/packages/google-chrome-dev#comment-925255).

pjpreilly commented on 2023-09-28 19:09 (UTC)

where is the out of date function.....

gromit commented on 2023-09-28 18:58 (UTC) (edited on 2023-09-28 19:06 (UTC) by gromit)

@pjpreilly, please use the out of date function rather than posting a comment :) Also while I agree regarding the blog entry I don't see the update released to our upstream :o

Edit: Raised this in the chrome community forums: https://support.google.com/chrome/thread/236944853?hl=en

pjpreilly commented on 2023-09-28 18:51 (UTC)

outdated.......tia

Chrome Dev for Desktop Update Friday, September 22, 2023 The Dev channel has been updated to 119.0.6020.3 for Windows, Mac and Linux.

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.