Package Details: google-chrome-beta 132.0.6834.15-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: 357
Popularity: 1.08
First Submitted: 2009-12-08 19:09 (UTC)
Last Updated: 2024-11-20 23:40 (UTC)

Dependencies (12)

Required by (41)

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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 27 Next › Last »

bendavis78 commented on 2015-11-20 21:56 (UTC)

The MD5SUM for the .deb file needs to be updated. I'm showing 39e1c95f411b3371e5368658dde42556

schultzter commented on 2015-11-05 02:57 (UTC)

So it looks like the problem I'm having is a known issue over at the Chromium project. https://code.google.com/p/chromium/issues/detail?id=525751 The problem is some older CPU don't have the LAHF instruction.

schultzter commented on 2015-11-04 20:56 (UTC)

Unfortuately I'm still having the "Illegal instruction (core dumped)" issue with google-chrome-beta, but now it's happening with -stable too. I guess whatever changes Google made to -beta at the time have made their way into -stable now. Anyone have any tips to help me debug this? Or at least help focus on what the problem could be? I've tried running with the --debug flag but I don't get any more output; and I can't find the core file any where so I have no idea what's dumped. Thanks,

freijon commented on 2015-10-07 16:40 (UTC) (edited on 2015-10-07 16:40 (UTC) by freijon)

Please modify the following line in the PKGBUILD: - sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop + sed -i "/Exec=/i\StartupWMClass=google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop The upper case "G" causes plank to show double icons when Chrome is running

schultzter commented on 2015-09-25 01:12 (UTC)

Yeah, the gdb-chromium.txt file is empty. I've also tried upgrading to the latest version, same problem though. Name : google-chrome-beta Version : 46.0.2490.42-1 I guess I need to figure out how to use gdb...

Det commented on 2015-09-18 22:17 (UTC)

You don't have to reinstall the thing, it doesn't do anything at all. What you're doing with that command is just writing gdb-chromium.txt to the current directory. You could also try GDB or Strace, if gdb-chromium.txt is empty.

schultzter commented on 2015-09-18 22:07 (UTC)

I figured I might as well dance, so I completely deleted those two directories, then re-installed google-chrome-beta - same result. Then I tried this command to debug, google-chrome-beta --debug 2>&1 | tee gdb-chromium.txt (found on the Ubuntu forums, for Chromium), but nothing happens, Nothing at all!!!

Det commented on 2015-09-18 09:07 (UTC)

Ok, don't yell(?!) about the font, it's a virtual dependency, provided by any font package you have. It means you need some of them. Did you try with a clean profile or debugging the app? If you haven't replaced the dependencies with AUR versions that might not work, try renaming the folders ~/.config/google-chrome-beta and ~/.cache/google-chrome-beta.

schultzter commented on 2015-09-18 03:25 (UTC)

Also noticed this package depends on ttf-font, which doesn't seem to exist any more?!

schultzter commented on 2015-09-18 01:41 (UTC)

Am I the only one? I tried completely removing and re-installing. It happened with the 46.0.2490.22-1 version as well. I'm running stable now and it's working fine (so are Firefox, Chromium, and Vivaldi). Nothing in the forums. [user@host ~]$ google-chrome-beta Illegal instruction (core dumped) [user@host ~]$ pacman -Qi google-chrome-beta Name : google-chrome-beta Version : 46.0.2490.33-1 Architecture : x86_64