Package Details: gnome-shell-extension-pop-shell 1.2.0+303+g5fa3a50-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-pop-shell.git (read-only, click to copy)
Package Base: gnome-shell-extension-pop-shell
Description: GNOME Shell extension for advanced tiling window management
Upstream URL: https://github.com/pop-os/shell
Licenses: GPL-3.0-or-later
Submitter: vincent.ducamps
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 17
Popularity: 0.35
First Submitted: 2020-11-07 08:14 (UTC)
Last Updated: 2024-03-26 15:10 (UTC)

Pinned Comments

yochananmarqos commented on 2023-10-25 18:59 (UTC) (edited on 2023-10-25 19:01 (UTC) by yochananmarqos)

PSA: System76 is not actively maintaining this anymore, however they accept sane pull requests. Please only comment here if there is a packaging issue.

Latest Comments

1 2 3 Next › Last »

yochananmarqos commented on 2023-12-15 18:45 (UTC)

@Humpie: I can't reproduce it, it builds fine.

Humpie commented on 2023-12-15 18:01 (UTC)

I've got a typescript build-error, just like in https://aur.archlinux.org/packages/gnome-shell-extension-pop-shell-git: version: 1.2.0+300+gcf3c932-1

+ tsc
src/mod.d.ts:1:15 - error TS2451: Cannot redeclare block-scoped variable 'global'.

1 declare const global: Global, imports: any, log: any, _: (arg: string) => string;
                ~~~~~~

  ../../../../../node_modules/@types/node/globals.global.d.ts:1:13
    1 declare var global: typeof globalThis;
                  ~~~~~~
    'global' was also declared here.

../../../../../node_modules/@types/node/globals.global.d.ts:1:13 - error TS2451: Cannot redeclare block-scoped variable 'global'.

1 declare var global: typeof globalThis;
              ~~~~~~

  src/mod.d.ts:1:15
    1 declare const global: Global, imports: any, log: any, _: (arg: string) => string;
                    ~~~~~~
    'global' was also declared here.

../../../../../node_modules/@types/node/timers.d.ts:26:35 - error TS2339: Property 'setTimeout' does not exist on type 'Global'.

26     let setTimeout: typeof global.setTimeout;
                                     ~~~~~~~~~~

../../../../../node_modules/@types/node/timers.d.ts:27:37 - error TS2339: Property 'clearTimeout' does not exist on type 'Global'.

27     let clearTimeout: typeof global.clearTimeout;
                                       ~~~~~~~~~~~~

../../../../../node_modules/@types/node/timers.d.ts:28:36 - error TS2339: Property 'setInterval' does not exist on type 'Global'.

28     let setInterval: typeof global.setInterval;
                                      ~~~~~~~~~~~

../../../../../node_modules/@types/node/timers.d.ts:29:38 - error TS2339: Property 'clearInterval' does not exist on type 'Global'.

29     let clearInterval: typeof global.clearInterval;
                                        ~~~~~~~~~~~~~

../../../../../node_modules/@types/node/timers.d.ts:30:37 - error TS2339: Property 'setImmediate' does not exist on type 'Global'.

30     let setImmediate: typeof global.setImmediate;
                                       ~~~~~~~~~~~~

../../../../../node_modules/@types/node/timers.d.ts:31:39 - error TS2339: Property 'clearImmediate' does not exist on type 'Global'.

31     let clearImmediate: typeof global.clearImmediate;
                                         ~~~~~~~~~~~~~~


Found 8 errors in 3 files.

Errors  Files
     1  src/mod.d.ts:1
     1  ../../../../../node_modules/@types/node/globals.global.d.ts:1
     6  ../../../../../node_modules/@types/node/timers.d.ts:26
make: *** [Makefile:38: compile] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gnome-shell-extension-pop-shell-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gnome-shell-extension-pop-shell - exit status 4

mouwrice commented on 2023-11-18 15:52 (UTC)

@yochananmarqos ok great thanks! was using aura as AUR helper and package manager but it could indeed not figure this out.

yochananmarqos commented on 2023-11-18 15:28 (UTC)

@mouwrice: pop-shell-shortcuts-git provides pop-shell-shortcuts. If that's confusing your AUR helper, then find another one or don't use one at all. Either way, you can install pop-shell-shortcuts-git first, then install this package.

mouwrice commented on 2023-11-18 15:24 (UTC)

The pop-shell-shortcuts can not be found when installing this package. Has this package recently been removed from the repository? Installed gnome-shell-extensions-pop-shell-git as this depends on pop-shell-shortcuts-git which is still available.

Eeems commented on 2023-11-08 19:11 (UTC)

@yochananmarqos I was about to say that a clean build results in the same version number, but I manually removed the cache directory and now it builds properly. yay's clean build prompt seems to not actually get it into a clean state, this may be due to how it's handling a git repository. It might be worth adding something to prepare() to make sure that there are no other extraneous changes.

:: Deleting (1/1): /home/eeems/.cache/yay/gnome-shell-extension-pop-shell
HEAD is now at 621da5d switch to GNOME 45 fork
Removing gnome-shell-extension-pop-shell-1.2.0+292+g0e09473-1-any.pkg.tar.zst
Removing gnome-shell-extension-pop-shell-1.2.0+293+gb5accce-1-any.pkg.tar.zst
Removing gnome-shell-extension-pop-shell-1.2.0+302+g446e152-1-any.pkg.tar.zst
Removing pop-shell-gnome-45/
Removing shell/
Skipping repository src/pop-shell-gnome-45
Removing src/50_org.gnome.desktop.wm.keybindings.pop-shell.gschema.override
Removing src/50_org.gnome.settings-daemon.plugins.media-keys.pop-shell.gschema.override
Removing src/0001-Remove-schema-handling-from-transpile.sh.patch
Removing src/50_org.gnome.mutter.pop-shell.gschema.override
Removing src/50_org.gnome.shell.pop-shell.gschema.override
Removing src/50_org.gnome.mutter.wayland.pop-shell.gschema.override

yochananmarqos commented on 2023-11-08 18:59 (UTC)

@Eeems: Do a clean build, something is wrong on your end.

Eeems commented on 2023-11-08 18:53 (UTC)

The version number in the PKGBUILD doesn't match what is being generated. It should be updated to 1.2.0+302+g446e152

yochananmarqos commented on 2023-10-25 18:59 (UTC) (edited on 2023-10-25 19:01 (UTC) by yochananmarqos)

PSA: System76 is not actively maintaining this anymore, however they accept sane pull requests. Please only comment here if there is a packaging issue.

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...