title | description | keywords | facebookImage | twitterImage | hidden | section | tableOfContents | ||
---|---|---|---|---|---|---|---|---|---|
Using Pop Shell on other GNOME Desktops |
Learn how to build Pop Shell from source. |
|
/_social/article |
/_social/article |
false |
software |
true |
In order to build Pop Shell from source, we'll first need to install the build dependencies and git to clone the repository:
sudo apt install git node-typescript make
Note: these instructions assume an Ubuntu-based distro; other distributions (see examples below) will use different package managers, and may have different package names.
Next we'll clone the repository using this command:
git clone https://github.com/pop-os/shell.git
Now we'll enter the directory for Pop Shell (called "shell") and build the package:
cd shell
make local-install
Pop Shell is already packaged in the Fedora repostitories:
sudo dnf install gnome-shell-extension-pop-shell
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.
In order to build Pop Shell from source we'll first need to install the build dependencies and git to clone the repository:
sudo pacman -S git typescript make
Next we'll clone the repository using this command:
git clone https://github.com/pop-os/shell.git
Now we'll enter the directory for Pop Shell (called "shell") and build the package:
cd shell
make local-install
Pop Shell is available in the repository:
sudo pamac install gnome-shell-extension-pop-shell
To learn about Pop Shell's keyboard shortcuts you can view this support article. You can also view Pop Shell's source code here.