Package Details: google-chrome-beta 148.0.7778.40-1

Git Clone URL: https://aur.archlinux.org/google-chrome-beta.git (read-only, click to copy)
Package Base: google-chrome-beta
Description: The popular web browser by Google (Beta Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Provides: google-chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 358
Popularity: 0.015903
First Submitted: 2009-12-08 19:09 (UTC)
Last Updated: 2026-04-17 09:12 (UTC)

Dependencies (12)

Required by (51)

Sources (3)

Pinned Comments

gromit commented on 2023-11-30 17:09 (UTC)

When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Beta updates" tag in Release blog for this.

You can also run this command to obtain the version string for the latest chrome beta version:

$ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | \
     grep -A1 "Package: google-chrome-beta" | \
     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 .. 28 Next › Last »

gnolooo commented on 2026-01-09 17:37 (UTC) (edited on 2026-01-09 17:37 (UTC) by gnolooo)

The latest version introduced a duplicate .desktop entry (google-chrome-beta.desktop and com.google.Chrome.beta.desktop) with the latter including the following block at the end:

# This is the same as google-chrome-beta.desktop except NoDisplay=true prevents
# duplicate menu entries. This is required to match the application ID
# used by XDG desktop portal, which has stricter naming requirements.
# The old desktop file is kept to preserve default browser settings.
NoDisplay=true

However, this block is placed in the wrong section, resulting in the .desktop file still being shown as duplicate. This can be verified with desktop-file-validate:

$ desktop-file-validate /usr/share/applications/com.google.Chrome.beta.desktop
/usr/share/applications/com.google.Chrome.beta.desktop: error: file contains key "NoDisplay" in group "Desktop Action new-private-window", but keys extending the format should start with "X-"

Being placed at the end of the file, it's inside the section called [Desktop Action new-private-window]. Putting it at the beginning (e.g. before all the GenericName keys) makes it work as expected and solves the issue.

yeshuadrake commented on 2025-08-25 03:42 (UTC)

@UncleRuckus I had a similar issue. I went to chrome://settings/fonts and manually set my fonts. This seems to have fixed it for now. Below is an error that gave me an idea on for what to try.

[41988:1:0825/115210.255237:ERROR:third_party/blink/renderer/core/css/remote_font_face_source.cc:357] NOTREACHED hit. 

UncleRuckus commented on 2025-08-21 01:04 (UTC) (edited on 2025-08-23 01:40 (UTC) by UncleRuckus)

140.0.7339.24-1 seems fine on a fresh install but for some reason updating my existing install on my laptop is having the same problem as the last version and I cant seem to find a reason why.

gromit commented on 2025-08-13 19:10 (UTC)

@UncleRuckus I'm seeing the same problems of empty text boxes and cut off texts.

UncleRuckus commented on 2025-08-13 17:20 (UTC) (edited on 2025-08-13 21:28 (UTC) by UncleRuckus)

beta 140.0.7339.16-1 seems broken, getting lots of graphical glitches and text not being displayed propertly. beta 140.0.7339.5-1 was fine.

gnolooo commented on 2025-03-19 12:05 (UTC)

The latest release (135.0.7049) is giving me some weird graphic issue. The window is not rendered properly: the custom GTK theme is being applied, but not in the Close/Minimize/Maximize buttons, selection overlay is not blue but grey and it doesn't show the text under it, and there's a few pixel empty line between the tabs/URL/Bookmarks section and the website one (had similar issue in the past with Electron and Ozone, might be related).

The screenshots in this link (first is previous version for comparison) may help visualizing the problems (the only one missing is the latest one, because it's not "capturable" through a screenshot, aka when captured it's just black, while live it's transparent and glitchy and it shows the window behind).

Also, AltGr is not recognized (I'm using it-IT layout, and I cannot input square/curly brackets, at, hash, etc).

Beiruty commented on 2024-10-03 17:10 (UTC) (edited on 2024-10-03 17:14 (UTC) by Beiruty)

Chrome without disabling hwdec would generate an immediate core dump. Disabling hddec (vulkan backend) would let chrome function correctly.

GPU: 
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD (0x1002)
    Device: AMD Radeon HD 7800 Series (radeonsi, pitcairn, ACO, DRM 3.57, 6.9.7-x64v2-xanmod1-MANJARO) (0x6818)
    Version: 24.3.0
    Accelerated: yes
    Video memory: 2048MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2

gnolooo commented on 2024-04-23 10:23 (UTC)

Chrome 125 works for me too. But all 5 releases of Chrome 124 just didn't.

fthiery commented on 2024-04-23 07:37 (UTC)

For me google-chrome-beta (125.0.6422.4) shows up normally and as wayland surface (without any switch/config needed), maybe next release will fix this white screen issue ...

gnolooo commented on 2024-03-28 07:57 (UTC)

Newer version doesn't solve the issue. I'm still facing it.