How To Install Pop Shell On Ubuntu 20.04?

How To Install Pop Shell On Ubuntu 20.04?

87

RakitAplikasi.com/en - Pop! _OS Shell is an automatic tile window manager developed by the Pop! _OS developer. Pop shell was first introduced and shipped by default in the latest long-term Ubuntu-based Pop!_OS 20.04. It is simply a GNOME extension running on top of the GNOME shell.

You can use it for navigation and management of windows on GNOME desktop fully through the keyboard. Hence, in this article, I’ll guide you to install Pop!_OS shell on Ubuntu Linux and turn your GNOME desktop into a tiling window manager.

How To Install Pop Shell Window Tiling Extension On Ubuntu 20.04?

1. Install Dependencies

Before installing the Pop shell GNOME shell extension, you first need to have three important tools pre-installed:

  • GNOME Shell 3.36
  • TypeScript 3.8
  • GNU Make

If you’re using Ubuntu 20.04 with GNOME, you’ll already have GNOME Shell 3.36. Make tool is also mostly pre-loaded in every Linux distribution. If not, install make along with TypeScript.

sudo apt install node-typescript make

2. Download or Clone Pop!_OS Shell Repository

Currently, the Pop shell extension is not available on the official GNOME extension site. Hence, you need to download the Pop!_OS shell repository and install it using source code.

You can either download the repo directly from GitHub or clone it from the command line by running the command:

git clone https://github.com/pop-os/shell

Clone Pop Shell GitHub Repository

Clone Pop Shell GitHub Repository

3. Install Pop Shell Extension

Once you download the repo, move to the shell directory:

cd shell

Then, run the command to transpile the TypeScript source code and install Pop!_OS shell extension:

./rebuild.sh

Build source code to install Pop shell extension

Build source code to install the Pop shell extension

Here, if you want to override your default keyboard shortcuts, type ‘y’ or else ‘n.’ Later, you can also reset modified shortcuts to default.

As you’ll notice here the process of changing the TypeScript source code into GJS-compatible JavaScript sources, will install Pop shell extension and modifying the default keyboard shortcuts in GNOME.

Pop shell extension installed

Pop shell extension installed

In the end, the process of installation may not be finished. However, if you notice a tiling logo in the top right corner of your GNOME desktop panel, you can finish the process using CTRL+C and start using the Pop Shell tiling manager.

Pop Shell Tiling manager

Pop Shell Tiling manager

How To Use Pop Shell On Ubuntu?

Now you’ve successfully installed the Pop shell extension, you can enable auto-tiling mode (disabled by default) from the top panel by toggling Tile Windows to ON. As soon as you click on toggle, you will notice all windows split into a grid of columns and rows.

Pop Shell running

Pop Shell running

While the extension is ON, if you open a new window, Pop shell fits it in the Fibonacci sequence in the existing grid structure.

Pop Shell auto tiling in Fibonacci sequence

Pop Shell auto tiling in the Fibonacci sequence

Pop shell also offers other customization options. For instance, you can toggle ‘Show Active Hint’ to highlight the active windows and also expand the gap between windows.

Pop Shell Gap and Active Window

Pop Shell Gap and Active Window

Furthermore, you can activate the launcher with Super + / to browse in the system and open applications.

Pop Shell Launcher

Pop Shell Launcher

Now if you don’t want to use the Pop shell, you can disable it by switching off the auto-tiling mode. You can also directly disable the Pop shell tiling window extension from the GNOME extensions that will hide it from the panel.

Pop Shell Extension Disabled

Pop Shell Extension Disabled

Lastly, since Pop shell overrides several default GNOME keyboard shortcuts, you can either individually modify shortcuts or reset all at once to default from Settings -> Keyboard Shortcuts -> Reset All.

Reset Keyboard Shortcuts

Reset Keyboard Shortcuts

How To Install Pop Shell Keyboard Shortcuts?

Now, coming to an important aspect of Pop Shell — Keyboard Shortcuts — that makes it easier to use. A pop shell is a keyboard-driven layer that you can control fully without using a mouse. For each operation, like switching between windows and activating launcher, the Pop shell provides several keyboard shortcuts.

Initially, you may not remember all shortcuts. Hence, you can install the Pop Shell Shortcuts dialog that contains a full list of available shortcuts.

Pop Shell Shortcuts Error

Pop Shell Shortcuts Error

If you want to install Pop shell Keyboard Shortcuts, you first need to have dependencies installed. Then, clone the shell-shortcutsrepository and build the source code to get Shortcuts dialog.

sudo apt install cargo rustc libgtk-3-dev
git clone https://github.com/pop-os/shell-shortcuts
cd shell-shortcuts
make
sudo make install

Once you finish installing it successfully, you can open a dialog by running the command:

pop-shell-shortcuts

Pop Shell Keyboard Shortcuts Info

Pop Shell Keyboard Shortcuts Info

Later, if you wish to remove or uninstall the Pop Shell Shortcuts, run the following command:

sudo rm /usr/local/bin/pop-shell-shortcuts

How To Remove Pop Shell Extension?

You can uninstall the Pop Shell tiling window extension using any of the three methods.

First, you can run the following command from the shelldirectory:

make uninstall

Second, you can delete the directory [email protected] from the location ~/.local/share/gnome-shell/extensions:

rm -r ~/.local/share/gnome-shell/extensions/[email protected]

Remove Pop Shell Extension

Remove Pop Shell Extension

Third, you can use the GNOME Extension app to remove the Pop shell.

Pop Shell remove

Pop Shell remove

Conclusion

I hope Pop shell extension will make your day productive by managing the windows. But let me also inform you that the extension is still under development.

Therefore, you may find it a little buggy or annoy in some cases. For example, if you run Pop Shell on a modern Wayland compositor, the GNOME desktop may become unresponsive.

Overall, Pop shell extension seems like a great advancement in the field of the tiling window manager. If you work in two-sided screen mode, it would help to tile one window to one side of the screen, another to the other side of the screen. With time, you can expect it to get much better and make windows handling easier.

Keywords: linux, Pop Shell, Pop!_OS, Pop!_OS Guide, Pop!_OS Shell, Ubuntu 20.04

Share:



Prev Post:


Next Post: