Search Criteria
Package Details: chrome-gnome-shell 10.1-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/chrome-gnome-shell.git (read-only, click to copy) |
---|---|
Package Base: | chrome-gnome-shell |
Description: | Native browser connector for integration with extensions.gnome.org |
Upstream URL: | https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | rafaelff |
Last Packager: | rafaelff |
Votes: | 67 |
Popularity: | 7.88 |
First Submitted: | 2021-05-08 08:38 (UTC) |
Last Updated: | 2022-01-25 17:20 (UTC) |
Dependencies (6)
- gnome-shell (ebadoo-shell, gnome-shell-338, gnome-shell-oldstable, gnome-shell-perf, gnome-shell-git, gnome-shell-xrdesktop-git, gnome-shell-performance)
- python-gobject (python-gobject-git)
- python-requests
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- jq (jq-git) (make)
Latest Comments
pc00per commented on 2022-07-04 04:20 (UTC)
@rafaelff It's issue on firefox-beta. Do you know why you think it could be?
rafaelff commented on 2022-07-04 00:44 (UTC)
pc00per: I'm unable to reproduce this error. Can you provide more information that could help me reproduce this error you're having?
pc00per commented on 2022-07-03 12:26 (UTC) (edited on 2022-07-04 04:19 (UTC) by pc00per)
ReferenceError: chrome is not defined
on firefox-betaScotty_Trees commented on 2022-01-25 22:56 (UTC)
@rafaelff I did a cleanbuild with yay and that worked, thank you everything is working noww.
rafaelff commented on 2022-01-25 17:40 (UTC)
@Scotty_Trees: clean the cache or simply remove the directory
/home/scott/.cache/yay/chrome-gnome-shell/chrome-gnome-shell
Scotty_Trees commented on 2022-01-25 17:36 (UTC)
Getting this error after trying to update today:
alerque commented on 2022-01-18 08:15 (UTC) (edited on 2022-01-18 08:16 (UTC) by alerque)
@maxkl This is demonstrably false. The package
python
which is python 3 owns the symlink/usr/bin/python
. Thepython2
package only installs a binary accessible aspython2
. If you system had python linked to python2 then you either haven't updated it in half a decade or you tinkered with it yourself.maxkl commented on 2022-01-17 23:38 (UTC)
@yochananmarqos I see. Uninstalling python2 fixed the problem. As I understand it the script chrome-gnome-shell.py refers to just
python
in it's shebang line which is linked topython2
if both python2 and python3 are installed. For that reason the script was (incorrectly) executing under python2. Uninstalling python2 made it so thatpython
is symlinked topython3
. I don't know what the best way to fix this isyochananmarqos commented on 2021-12-25 23:05 (UTC)
@maxki: I can't reproduce that. No Python 2 packages are required.
maxkl commented on 2021-12-25 23:03 (UTC)
I get the message "An unexpected error occurred" on https://extensions.gnome.org. Running
chrome-gnome-shell
in the terminal, I see:I was able to resolve this by installing
python2-gobject
manually. It looks like the program still runs on Python 2. Maybepython2-gobject
should be listed as a dependency instead ofpython-gobject
? And equally,python2-requests
, although I did not test thatfrancoism90 commented on 2021-06-13 07:21 (UTC)
@rafaelff How should you install (new) extensions? That app also points to https://extensions.gnome.org/, which needs this package.
rafaelff commented on 2021-06-12 13:45 (UTC)
This package was in official repositories, but was demoted to AUR package. I assume it happened because this software hasn't received a new release for some time. Still useful, though.
Just for the record, now there is an good alternative in GNOME Shell: the "Extensions" app that can be searched on activities overview's search box or by command-line
gnome-extensions-app
.trashpanda commented on 2021-06-12 11:29 (UTC)
I don't wanna be "that guy", especially since I don't have the skills to take over as a maintainer, but this really should be in the official repositories. I guess folks should learn how to install from AUR/Source, but still. It's weird.
francoism90 commented on 2021-06-06 10:35 (UTC) (edited on 2021-06-06 10:35 (UTC) by francoism90)
Weird this has been moved to AUR.. it's actually pretty important for GNOME extensions to sync.
hoschi commented on 2021-05-09 17:53 (UTC) (edited on 2021-05-09 17:53 (UTC) by hoschi)
Thanks! Here it was launched. A little bit awkward that it is not part of the other GNOME packages, probably not considered important because of gnome-shell-extensions. As usual there is that one special extension someone (me) wants ;)
flyingpig commented on 2021-05-08 17:27 (UTC) (edited on 2021-05-08 17:58 (UTC) by flyingpig)
@hoschi: The following reason isn't extremely descriptive, but it was removed from the official repositories (alongside many other packages) in a "Spring '21 cleanup".
hoschi commented on 2021-05-08 16:53 (UTC)
May I ask why the package was dropped from [extra]?