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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

Mark0vian commented on 2023-10-13 01:39 (UTC) (edited on 2023-10-13 03:25 (UTC) by Mark0vian)

A PR was merged into the master_mantic branch for Gnome 45 compatibility, but these changes aren't compatible with Gnome < 45. https://github.com/pop-os/shell/pull/1660

Mark0vian commented on 2023-10-13 01:33 (UTC)

The changes have been merged now to the master-mantic branch and won't be merged into master-jammy since the changes aren't backward compatible with Gnome < 45.

https://github.com/pop-os/shell/pull/1660

vitor_hideyoshi commented on 2023-10-12 10:47 (UTC)

For anyone looking for a compatibility fix for Gnome 45 here's a patch, this is a branch with a active issue and pull request in discussion for the problem.

diff --git a/PKGBUILD b/PKGBUILD
index 88ca74e..d7d1f0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=("gnome-shell" "pop-shell-shortcuts-git" "pop-launcher-git" "fd")


 _dir="${_gitname}"
-source=("${_dir}::git+https://github.com/${_gitorg}/${_gitname}.git#branch=${_gitbranch}")
+source=("${_dir}::git+https://github.com/ronanru/pop-shell-gnome-45.git#branch=${_gitbranch}")
 sha256sums=("SKIP")



yochananmarqos commented on 2023-09-20 15:04 (UTC)

@bjin: Fixed.

bjin commented on 2023-09-20 04:05 (UTC)

depends = gnome-shell<=44.6

gnome-shell in official extra repo has an epoch number of 1, the version number is actually "1:44.5-1". Dependency requirement of "gnome-shell<=44.6" won't be satisfied.

yochananmarqos commented on 2023-08-26 19:23 (UTC)

@elixias: Please don't spam AUR package comments and learn to use the AUR instead: https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites

elixias commented on 2023-08-26 19:17 (UTC)

add patch as build dependency

rayj commented on 2023-05-26 20:29 (UTC)

Thank you! Works perfect with GNOME 44.1

phoenix17 commented on 2023-05-11 15:22 (UTC)

Seems to be affected now by: https://github.com/pop-os/shell/issues/1621 and https://github.com/pop-os/shell/issues/1622

yochananmarqos commented on 2023-04-22 20:09 (UTC)

I just took over and updated the gnome-shell-extension-pop-shell package. Use that instead if you want a maintained, working version.