Package Details: google-chrome 132.0.6834.159-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: 2259
Popularity: 9.32
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-01-28 23:25 (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 .. 29 30 31 32 33 34 35 36 37 38 39 .. 157 Next › Last »

luzifer commented on 2020-10-25 16:14 (UTC)

@aryklein Providing the proper fonts for a website is a task for the websites creator, not for the system. Also I strongly doubt any Bootstrap page is using Liberation font:

The default font-family is "Helvetica Neue", Helvetica, Arial, sans-serif.

You're just providing a sans-serif font. So installing any sans-serif font will make things more beautiful than not providing any and relying on any font to be available for any reason.

aryklein commented on 2020-10-25 15:29 (UTC) (edited on 2020-10-25 15:30 (UTC) by aryklein)

Sites based on bootstrap4 look ugly if you don't install ttf-liberation which is an optional package.

luzifer commented on 2020-08-26 12:38 (UTC)

@j1simon which terminal do you use? Haven't seen any terminal not properly setting the TERM variable until now…

j1simon commented on 2020-08-26 07:00 (UTC)

Error in google-chrome.install:

....
(1/2) upgrading google-chrome                                                      [------------------------------------------------] 100%
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
==> NOTE: Custom flags should be put directly in: ~/.config/chrome-flags.conf
==> NOTE: The launcher is called: 'google-chrome-stable'
...

Ivellios commented on 2020-05-29 02:35 (UTC)

Not sure if this related to chrome or other package. Having issue using kwallet5 so switch to basic:

google-chrome-stable --password-store=basic

When saving password for some website: [26685:26957:0529/100647.867359:ERROR:database.cc(1632)] Passwords sqlite error 2067, errno 0: UNIQUE constraint failed: logins.origin_url, logins.username_element, logins.username_value, logins.password_element, logins.signon_realm, sql: INSERT INTO logins (origin_url, action_url, username_element, username_value, password_element, password_value, submit_element, signon_realm, preferred, date_created, blacklisted_by_user, scheme, password_type, times_used, form_data, date_synced, display_name, icon_url, federation_url, skip_zero_click, generation_upload_status, possible_username_pairs, id, date_last_used) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

ajkerzner commented on 2020-05-25 01:15 (UTC)

Please consider using HTTPS instead of HTTP for the package download.

ajkerzner commented on 2020-05-25 01:14 (UTC)

@Hendrikto Use $(< file) instead of $(cat <file). It's a minor simple thing.