From c3696740f5bf85e482fec5e2b66fa3f0ca0f2495 Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg Date: Wed, 22 Apr 2026 18:30:23 +0100 Subject: [PATCH 1/2] Add docs note to enable in Extensions On Fedora I had to open the Extensions app and enable Pop Shell after installing with dnf --- content/pop-shell.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/pop-shell.md b/content/pop-shell.md index 537aa0068e..5886093ae7 100644 --- a/content/pop-shell.md +++ b/content/pop-shell.md @@ -55,6 +55,8 @@ make local-install sudo dnf install gnome-shell-extension-pop-shell ``` +After installing, open the Extensions app and enable the toggle for `Pop Shell`. + #### For Arch Pop Shell is packaged in the AUR, but for the keyboard shortcuts to work, you will need to build it from source like we did above. From 7f6520e62a5845536214353d2def3f46a3822b93 Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Fri, 1 May 2026 12:44:35 -0600 Subject: [PATCH 2/2] Use preinstalled CLI tool instead of optional GUI; reboot first --- content/pop-shell.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/pop-shell.md b/content/pop-shell.md index 5886093ae7..c692bf5faf 100644 --- a/content/pop-shell.md +++ b/content/pop-shell.md @@ -55,7 +55,11 @@ make local-install sudo dnf install gnome-shell-extension-pop-shell ``` -After installing, open the Extensions app and enable the toggle for `Pop Shell`. +After installing, log out and back in (or reboot), then run the following command to enable the extension: + +```bash +gnome-extensions enable pop-shell@system76.com +``` #### For Arch