[LINUX] the shell review

table of contents

  1. Overview
  2. Installation
  3. Try it out
  4. General comment

1. Overview

theshell

A desktop environment designed to be as unobtrusive as possible. Use Qt 5 as the widget toolkit and KWin as the window manager. A personal assistant is built in.

Quoted from ArchWiki desktop environment https://0e0.pw/vtjP

Official site https://vicr123.com/theshell/

github repository https://github.com/vicr123/theshell

* Japanese is not supported

We are looking for translation staff on the official website Please join us!

2. Installation

1. Install from AUR (build work available)

git clone https://aur.archlinux.org/theshell.git
cd theshell
makepkg -si
cd ../
rm -rf theshell

If you want to use AUR helper, please install it according to how to use various helpers. Here, we will introduce the case of yay.

yay -Syu theshell

2. Install from the author's repository (no build work)

Added to /etc/pacman.conf

[theapps]
SigLevel = Optional TrustAll
Server = https://vicr123.github.io/repo/arch/$arch/

After addition

sudo pacman -Syu theshell

Common work

Restart the window manager The X server will restart, so it is recommended that you press Ctrl + Alt + F1 ~ 6 to move to the console before working.

# Lightdm(GNOME,Other than Plasma)in the case of
  sudo systemctl restart lightdm
# sddm(Plasma)in the case of
  sudo systemctl restart sddm
# gdm(GNOME)in the case of
  sudo systemctl restart gdm

#Splash screen at startup(plymouth)At the end of each if is enabled-Please name it plymouth.
# (Example) lightdm-plymouth

Select the shell in various window managers and log in.

There is a short setup on first boot.

First, select a language, but unfortunately Japanese is not yet implemented, so select a foreign language that you are good at.

Then follow the instructions on the screen.

3. Try it out

Good :thumbsup:

――The operation is light

--Easy-to-use taskbar

Bad :thumbsdown:

--Japanese not supported

4. General comment

the shell --For laptops and tablets --Note that Japanese is not supported --Not suitable for main machine --Beautiful, light, and easy-to-use desktop environment Please by all means!

Recommended Posts

the shell review
Until the shell finds the command
Make the default interactive shell IPython
Review of the basics of Python (FizzBuzz)
Shell type
Review the tree structure and challenge BFS
Review the concept and terminology of regression
[Linux] Learn the basics of shell commands
Shell memo
Shell programming
Function review
[Xonsh] The Python shell is sharp and god
Signate_ Review of the 1st Beginner Limited Competition
This is the only basic review of Python ~ 1 ~
This is the only basic review of Python ~ 2 ~
This is the only basic review of Python ~ 3 ~
A shell program that displays the Fibonacci sequence