Package Details: google-chrome 124.0.6367.155-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: 2223
Popularity: 7.25
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-05-07 22:48 (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 2 3 4 5 6 7 8 .. 156 Next › Last »

aoneko commented on 2024-03-29 05:43 (UTC)

In Chrome Stable version 123, the RawDraw option will result in blank screen. This problem has reproduced in my GNOME 45/46 environment with Mutter 45/46, my machine spec is Intel UHD 620 with Mesa 24. Just for a reference.

nasci commented on 2024-03-26 05:29 (UTC)

Has anyone experienced save/open file picker dialogs not opening after updating to 123.0.6312? Same problem on Chrome and Chromium. I have xdg-desktop-portal installed. It's possible I caused this by messing around with something else and not the update. The debug log says:

[145164:145196:0326/161840.429311:VERBOSE1:bus.cc(916)] Method call: message_type: MESSAGE_METHOD_CALL
interface: org.freedesktop.DBus
member: GetNameOwner
signature: s

string "org.freedesktop.portal.Desktop"

[145164:145196:0326/161840.522535:VERBOSE1:object_proxy.cc(513)] Signal received: message_type: MESSAGE_SIGNAL
destination: :1.8953
path: /org/freedesktop/portal/desktop/request/1_8953/handle_2
interface: org.freedesktop.portal.Request
member: Response
sender: :1.12
signature: ua{sv}
serial: 220

uint32_t 2
array [
  dict entry {
    string "uris"
    variant       array [
      ]
  }
]

gromit commented on 2024-03-17 01:13 (UTC)

@nfs did you install the base-devel package? It's a requirement for building AUR packages.

nfs commented on 2024-03-17 01:07 (UTC)

When I try to build this, I get:

==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.

gromit commented on 2024-02-28 10:31 (UTC)

@yizheng, this is not an issue with the package but rather with your setup since you need to have base-devel (which depends on fakeroot) installed as per https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

salvaju29ro commented on 2024-02-28 06:39 (UTC)

@abdulhakeem Compared to the past, the package also takes longer for me to compress. Lately yay it's updated, maybe it's from that?

<deleted-account> commented on 2024-02-28 04:32 (UTC)

  • When I update to version 122.0.6261.94-1, there was an error.
Preparing...
Synchronizing package databases...
Cloning google-chrome build files...
Generating google-chrome information...
Checking google-chrome dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building google-chrome...
==> ERROR: Cannot find the fakeroot binary.
  • I fixed it on my local PC, just add 'fakeroot' into depends of PKGBUILD.
depends=(
    'alsa-lib'
    'fakeroot'
    'gtk3'
    'libcups'
    'libxss'
    'libxtst'
    'nss'
    'ttf-liberation'
    'xdg-utils'
)
  • Hope this could help.

abdulhakeem commented on 2024-02-25 04:12 (UTC) (edited on 2024-02-25 04:23 (UTC) by abdulhakeem)

Latest update 122.0.6261.69-1 seems to be stuck on "Compressing package" for a long time. Usually takes only a few seconds at most. CPU is running near 100% so I think it's trying to compress, not sure what the issue might be.

CORRECTION: it seems to be an issue with yay and/or my system, not this package. Problem is occurring with other packages too. Disregard.

gromit commented on 2024-02-21 11:41 (UTC)

PS: should i remove my previous replies here then if it's not a pkg issue?

No you can leave them as-is, dont worry 🤗