Package Details: google-chrome 131.0.6778.85-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: 2247
Popularity: 8.99
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-19 19:19 (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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 157 Next › Last »

metabee commented on 2022-01-08 21:26 (UTC)

@yochananmarqos

This method I shared solved my problem. Using this package didn't enable me, for example, to use Whatsapp in a different window like a different app. I'm on KDE Plasma X11.

https://ibb.co/SfgD65B

Why it solved or the logic behind that didn't really bother me lol

Just sharing in case anyone stumbles on the same problem.

yochananmarqos commented on 2022-01-08 19:39 (UTC)

@metabee: This package uses the official DEB package, using debtap makes no sense.

There are no AUR helpers including pacaur in the Arch repos, they can't be installed with pacman. Installing one AUR helper to install another AUR helper doesn't make any sense.

metabee commented on 2022-01-08 19:15 (UTC) (edited on 2022-01-08 21:19 (UTC) by metabee)

This package doesn't allow to use chrome apps as separate apps. I instead built the .deb chrome install from the chrome official webpage using pacaur to install yay, yay to install debtap and debtap to install chrome.

sudo pacman -S pacaur

pacaur -S yay

yay -S debtap

debtap -u

cd <<<<<<<FILE WHERE THE CHROME INSTALL WAS DOWNLOADED>>>>>>

debtap <<<<<<<NAME OF THE CHROME FILE.DEB>>>>>>>

sudo pacman -U <<<<<NAME OF THE FILE BUILT BY DEBPTAP>>>>>>>

now I can use chrome desktop apps

cytomax55 commented on 2022-01-08 17:35 (UTC)

Cant move tabs around and cant move around bookmarks after the last update

Fraxinas commented on 2022-01-08 10:46 (UTC)

I experienced the same problem, not being able to drag around tabs anymore with 97.0.4692.71. Rolling back to chromium-96.0.4664.93 fixed to for me, too.

Varakh commented on 2022-01-07 12:58 (UTC)

There also seem to be problems with drag and drop in latest release. Working fine with 96 version. Did not find the proper chromium bug report though.

vdwijngaert commented on 2022-01-07 10:07 (UTC)

The issue related to dragging things has been fixed in canary, it is tracked in https://bugs.chromium.org/p/chromium/issues/detail?id=1279532.

ozmartian commented on 2022-01-07 02:29 (UTC)

Having tab bug w/ Chrome 97 too as well as mouse cursor no longer hiding in fullscreen video mode.

GameKing505 commented on 2022-01-06 15:07 (UTC)

@leddy231 I am having the same problem with version 97.0.4692.71 - as soon as I drag a tab 1 pixel it pops out into a new window.

microgod commented on 2022-01-05 20:06 (UTC)

@leddy231 I have the same problem with moving tabs around I cant rearrange tabs or merge them, downgrading from v97.0.4692.71 to v96.0.4664.110 fixed the problem.