The MD5SUM for the .deb file needs to be updated. I'm showing 39e1c95f411b3371e5368658dde42556
Search Criteria
Package Details: google-chrome-beta 132.0.6834.15-1
Package Actions
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)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- ttf-liberation (ttf-defenestrationAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- gnome-keyring (gnome-keyring-gitAUR) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-gitAUR) (optional) – for file dialogs in KDE
- kwallet (kwallet-gitAUR) (optional) – for storing passwords in KWallet
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
Required by (41)
- bitwarden-chromium (requires google-chrome) (optional)
- captive-browser-git (requires google-chrome) (optional)
- chrome-extension-bitwarden-git (requires google-chrome) (optional)
- chrome-extension-ocrs-git (requires google-chrome)
- chromedriver (requires google-chrome) (optional)
- chromedriver-beta (optional)
- chromium-extension-adnauseam (requires google-chrome) (optional)
- chromium-extension-autoscroll (requires google-chrome) (optional)
- chromium-extension-plasma-integration (requires google-chrome) (optional)
- chromium-extension-runet-censorship-bypass (requires google-chrome) (optional)
- chromium-material-icons-for-github-bin (requires google-chrome) (optional)
- chromium-vencord (requires google-chrome) (optional)
- chromium-vencord-bin (requires google-chrome) (optional)
- chromium-vencord-git (requires google-chrome) (optional)
- dedao-dl-bin (requires google-chrome) (optional)
- endpoint-verification-chrome (requires google-chrome)
- endpoint-verification-minimal (requires google-chrome)
- ff2mpv-go-git (requires google-chrome) (optional)
- ff2mpv-rust (requires google-chrome) (optional)
- hub-kids (requires google-chrome) (optional)
- hub-young (requires google-chrome) (optional)
- ice-ssb (requires google-chrome) (optional)
- ice-ssb-git (requires google-chrome) (optional)
- kget-integrator-chrome (requires google-chrome) (optional)
- lastpass (requires google-chrome) (optional)
- marp-cli (requires google-chrome) (optional)
- nfauthenticationkey (requires google-chrome) (optional)
- pearson-reader-plus-full-lang (requires google-chrome) (optional)
- pennywise-bin (requires google-chrome) (optional)
- pt-plugin-plus-bin (requires google-chrome) (optional)
- pt-plugin-plus-git (requires google-chrome) (optional)
- python-nativemessaging-ng (requires google-chrome) (optional)
- python-webdriver-manager (requires google-chrome) (check)
- quick-n-easy-web-builder-10 (requires google-chrome) (optional)
- sshcode-bin (requires google-chrome) (optional)
- uget-integrator-chrome (requires google-chrome) (optional)
- upload-gphotos (requires google-chrome) (optional)
- web-media-controller-mpris (requires google-chrome) (optional)
- web-media-controller-mpris-git (requires google-chrome) (optional)
- webchanges (requires google-chrome) (optional)
- webui-aria2-git (requires google-chrome) (optional)
Sources (3)
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)
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
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:
Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.