You are right. It works now.
Search Criteria
Package Details: google-chrome 131.0.6778.85-1
Package Actions
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: | 2246 |
Popularity: | 8.96 |
First Submitted: | 2010-05-25 20:25 (UTC) |
Last Updated: | 2024-11-19 19:19 (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 (40)
- bitwarden-chromium (optional)
- captive-browser-git (optional)
- chrome-extension-bitwarden-git (optional)
- chrome-extension-ocrs-git
- chromedriver (optional)
- chromium-extension-adnauseam (optional)
- chromium-extension-autoscroll (optional)
- chromium-extension-plasma-integration (optional)
- chromium-extension-runet-censorship-bypass (optional)
- chromium-material-icons-for-github-bin (optional)
- chromium-vencord (optional)
- chromium-vencord-bin (optional)
- chromium-vencord-git (optional)
- dedao-dl-bin (optional)
- endpoint-verification-chrome
- endpoint-verification-minimal
- ff2mpv-go-git (optional)
- ff2mpv-rust (optional)
- hub-kids (optional)
- hub-young (optional)
- ice-ssb (optional)
- ice-ssb-git (optional)
- kget-integrator-chrome (optional)
- lastpass (optional)
- marp-cli (optional)
- nfauthenticationkey (optional)
- pearson-reader-plus-full-lang (optional)
- pennywise-bin (optional)
- pt-plugin-plus-bin (optional)
- pt-plugin-plus-git (optional)
- python-nativemessaging-ng (optional)
- python-webdriver-manager (check)
- quick-n-easy-web-builder-10 (optional)
- sshcode-bin (optional)
- uget-integrator-chrome (optional)
- upload-gphotos (optional)
- web-media-controller-mpris (optional)
- web-media-controller-mpris-git (optional)
- webchanges (optional)
- webui-aria2-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 157 Next › Last »
simontunnat commented on 2021-06-18 14:55 (UTC) (edited on 2021-06-18 15:05 (UTC) by simontunnat)
luzifer commented on 2021-06-18 08:45 (UTC)
@simontunnat: That looks more like a hiccup in the AUR git repo… Just try again…
simontunnat commented on 2021-06-18 05:38 (UTC)
I get the following error message when trying to update to version "":
" error fetching google-chrome: fatal: unable to access 'https://aur.archlinux.org/google-chrome.git/': Received HTTP code 502 from proxy after CONNECT "
Is there something wrong with the package definition?
Jackcode01 commented on 2021-05-30 03:35 (UTC)
@Parintachin:
Thanks for the help. Yes, --force-device-scale-factor=2 does fix the problem.
Thank you. -Jack
Parintachin commented on 2021-05-29 07:00 (UTC) (edited on 2021-05-29 07:00 (UTC) by Parintachin)
@Jackcode01:
Yup; apparently it's a bug further up the chain? It came up again when Brave was updated yesterday; the guy maintaining that package was good enough to answer me.
A fix is to run Chrome with --force-device-scale-factor=2, as described here: https://wiki.archlinux.org/title/HiDPI#Chromium_/_Google_Chrome
Jackcode01 commented on 2021-05-29 04:05 (UTC)
On Manjaro KDE with 200% scale setting, Everything is HUGE!
koshikas commented on 2021-05-26 12:47 (UTC) (edited on 2021-05-26 12:48 (UTC) by koshikas)
to get get hardware video acceleration, you need to explicitly pass; --enable-features=VaapiVideoDecoder
in the CLI. the flag “enable-accelerated-video-decode” is no more in chrome 91.
Parintachin commented on 2021-05-26 06:50 (UTC) (edited on 2021-05-28 02:52 (UTC) by Parintachin)
Using this on a high-dpi screen with scaling appears to apply the scaling twice. Everything's huge.
Manjaro KDE.
jose1711 commented on 2021-05-10 08:08 (UTC)
Hello, thank you maintaining this PKGBUILD
. I wonder if a script similar to archlinux-java
could be added. Currently package()
results in a script called /usr/bin/google-chrome-stable
but there are tools/libraries that rely on existence of google-chrome
instead.
Here's an example for webbrowser
python module:
python -c 'import webbrowser; webbrowser.get(); print(webbrowser._tryorder)' => ['firefox', 'xdg-open', 'epiphany', 'opera', 'links', 'elinks', 'lynx', 'w3m']
After creating a symbolic links this starts to works as expected:
ln -s /usr/bin/google-chrome-stable /usr/bin/google-chrome
python -c 'import webbrowser; webbrowser.get(); print(webbrowser._tryorder)' => ['firefox', 'xdg-open', 'epiphany', 'google-chrome', 'opera', 'links', 'elinks', 'lynx', 'w3m']
rubens.lopes commented on 2021-04-23 14:17 (UTC) (edited on 2021-04-23 14:18 (UTC) by rubens.lopes)
I'm trying to install an older version (c0a289bc52cd) but got an error and don't know how to proceed
==> Making package: google-chrome 78.0.3904.108-1 (sex 23 abr 2021 09:28:07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found google-chrome-stable_78.0.3904.108_amd64.deb
-> Found eula_text.html
-> Found google-chrome-stable.sh
==> Validating source files with sha512sums...
google-chrome-stable_78.0.3904.108_amd64.deb ... FAILED
eula_text.html ... Passed
google-chrome-stable.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
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:
Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.