Package Details: gnome-shell-extension-pop-shell-git 1.2.0.r304.g9418d0a-1

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: 52
Popularity: 0.26
First Submitted: 2020-03-04 13:39 (UTC)
Last Updated: 2024-04-01 19:53 (UTC)

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.

yochananmarqos commented on 2024-04-01 19:55 (UTC)

Please migrate to gnome-shell-extension-pop-shell-git as this package will be merged into it.

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

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.

yochananmarqos commented on 2024-04-01 19:55 (UTC)

Please migrate to gnome-shell-extension-pop-shell-git as this package will be merged into it.

yochananmarqos commented on 2024-04-01 19:54 (UTC)

@vincent.ducamps: Thanks, I've merged everything here. I'm also going to submit a request to merge gnome-shell-extension-pop-shell into this one as there is no point in having both.

vincent.ducamps commented on 2024-04-01 19:30 (UTC)

@yochananmarqos I just add you sorry to have forgot

yochananmarqos commented on 2024-04-01 19:26 (UTC)

@vincent.ducamps: You once asked me if I would like to be a Co-Maintainer for this package, I answered that I would like to, however you never added me. Please see my gnome-shell-extension-pop-shell package for proper packaging for the keyboard shortcuts. The configure.sh is only for local installs.

Mark0vian commented on 2024-03-27 15:32 (UTC)

@mgamigo It is working for me on Gnome 46. I just had to re-build the AUR package and reboot.

mgamigo commented on 2024-03-27 07:24 (UTC)

Are you planning on updating the package for gnome46? Apparently this already has been implemented in the github repo https://github.com/pop-os/shell/pull/1704

Thanks!

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

Humpie commented on 2023-12-15 17:57 (UTC)

version r940.5b7afc6-1 build error:

+ 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-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gnome-shell-extension-pop-shell-git - exit status 4