PSA: System76 is not actively maintaining this anymore, however they accept sane pull requests. Please only comment here if there is a packaging issue.
Search Criteria
Package Details: gnome-shell-extension-pop-shell-git 1.2.0.r305.gcfa0c55-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-pop-shell-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-pop-shell-git |
Description: | GNOME Shell extension for advanced tiling window management |
Upstream URL: | https://github.com/pop-os/shell |
Licenses: | GPL-3.0-or-later |
Conflicts: | gnome-shell-extension-pop-shell |
Provides: | gnome-shell-extension-pop-shell |
Submitter: | ftsell |
Maintainer: | vincent.ducamps (yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 55 |
Popularity: | 0.75 |
First Submitted: | 2020-03-04 13:39 (UTC) |
Last Updated: | 2024-06-30 16:49 (UTC) |
Dependencies (9)
- fd (fd-gitAUR)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- pop-launcher-gitAUR
- pop-shell-shortcuts-gitAUR
- xorg-xprop
- git (git-gitAUR, git-glAUR) (make)
- typescript (typescript-gitAUR) (make)
- gnome-control-center (gnome-control-center-gitAUR, gnome-control-center-x11-scalingAUR) (optional) – keybinding categories
- gnome-shell-extensions (gnome-shell-extensions-gitAUR) (optional) – for Native Window Placment extension
Required by (0)
Sources (7)
- 0001-Remove-schema-handling-from-transpile.sh.patch
- 50_org.gnome.desktop.wm.keybindings.pop-shell.gschema.override
- 50_org.gnome.mutter.pop-shell.gschema.override
- 50_org.gnome.mutter.wayland.pop-shell.gschema.override
- 50_org.gnome.settings-daemon.plugins.media-keys.pop-shell.gschema.override
- 50_org.gnome.shell.pop-shell.gschema.override
- git+https://github.com/pop-os/shell.git#branch=master_noble
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
yochananmarqos commented on 2023-10-25 18:59 (UTC) (edited on 2023-10-25 19:01 (UTC) by yochananmarqos)
dualcorex2 commented on 2023-10-25 18:58 (UTC) (edited on 2023-10-25 19:00 (UTC) by dualcorex2)
I'm having the same issues as both Mark0vian and not_mew have described. ImportError: Unable to load file from: resource:///org/gnome/shell/extensions/extension.js (The resource at “/org/gnome/shell/extensions/extension.js” does not exist)
and (1/4) Arming ConditionNeedsUpdate... (2/4) Refreshing PackageKit... (3/4) Compiling GSettings XML schema files... No such key “open-application-menu” in schema “org.gnome.shell.keybindings” as specified in override file “/usr/share/glib-2.0/schemas/50_org.gnome.shell.pop-shell.gschema.override”; ignoring override for this key. (4/4) Performing snapper post snapshots for the following configurations...
prafiny commented on 2023-10-23 10:20 (UTC)
Hi, Working on Gnome 45 for me. The only thing not working is gnome-control-center's keyboard shortcuts editor.
12:01:44.6588 GLib-GIO[422288]: ERROR: Settings schema 'org.gnome.shell.extensions.pop-shell' is not installed
The workaround I found was to re-add these glib schemas : https://github.com/pop-os/shell/blob/master_mantic/schemas/org.gnome.shell.extensions.pop-shell.gschema.xml
xiota commented on 2023-10-17 07:17 (UTC) (edited on 2023-10-17 07:32 (UTC) by xiota)
License string needs to be changed to remove the v
to match the name in /usr/share/licenses/common
.
Also need to add provides
for gnome-shell-extension-pop-shell
vincent.ducamps commented on 2023-10-14 06:31 (UTC)
hello, switch to master-mantic done thanks for information
Mark0vian commented on 2023-10-14 02:46 (UTC)
For what it's worth, I was able to successfully install the extension via source using the master_mantic
branch, so I don't think the issue is upstream. Seems like the issue is arising from one/some of the .override files or .sh.patch file. I'm a bit out of my element at this point in regards to further troubleshooting :)
not_mew commented on 2023-10-13 20:16 (UTC) (edited on 2023-10-13 20:17 (UTC) by not_mew)
I get this when installing
(1/4) Arming ConditionNeedsUpdate...
(2/4) Refreshing PackageKit...
(3/4) Compiling GSettings XML schema files...
No such key “open-application-menu” in schema “org.gnome.shell.keybindings” as specified in override file “/usr/share/glib-2.0/schemas/50_org.gnome.shell.pop-shell.gschema.override”; ignoring override for this key.
(4/4) Performing snapper post snapshots for the following configurations...
and then once installed going to extensions to activate it I see
GLib.FileError: Failed to open file “/usr/share/gnome-shell/extensions/pop-shell@system76.com/schemas/gschemas.compiled”: open() failed: No such file or directory
vitor_hideyoshi commented on 2023-10-13 19:05 (UTC)
As informed by @Mark0vian, i would suggest that this package started using the branch master-mantic
as source, @vincent.ducamps .
Mark0vian commented on 2023-10-13 16:19 (UTC)
I am getting the same issue as sparklyballs
The settings of extension pop-shell@system76.com had an error:
ImportError: Unable to load file from: resource:///org/gnome/shell/extensions/extension.js (The resource at “/org/gnome/shell/extensions/extension.js” does not exist)
Stack trace:
loadURI@resource:///org/gnome/gjs/modules/internal/loader.js:88:21
loadURI@resource:///org/gnome/gjs/modules/internal/loader.js:290:30
resolveModule@resource:///org/gnome/gjs/modules/internal/loader.js:179:33
moduleResolveHook@resource:///org/gnome/gjs/modules/internal/loader.js:339:29
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
The build seemed to finish without any issue, this error is coming from the extensions app in Gnome.
sparklyballs commented on 2023-10-13 16:06 (UTC) (edited on 2023-10-13 16:08 (UTC) by sparklyballs)
Doesn't launch... with this version
1.2.0+294+g5b7afc6-1
changes date shows 2023-10-13 15:09 (BST)
Throws this error
GLib.FileError: Failed to open file “/usr/share/gnome-shell/extensions/pop-shell@system76.com/schemas/gschemas.compiled”: open() failed: No such file or directory
Using gnome 45
Pinned Comments
yochananmarqos commented on 2024-04-01 19:56 (UTC)
PSA: System76 is not actively maintaining this anymore, however they accept sane pull requests. Please only comment here if there is a packaging issue.