Tilix-Linux 용 새로운 GTK 3 타일링 터미널 에뮬레이터


오늘날 Linux 플랫폼에서 찾을 수있는 여러 터미널 에뮬레이터가 있으며, 각각은 사용자에게 몇 가지 놀라운 기능을 제공합니다. 그러나 때로는 선호도에 따라 사용할 터미널 에뮬레이터를 선택하기가 어렵습니다. 이 개요에서는 Tilix라는 Linux 용 흥미로운 터미널 에뮬레이터를 다룰 것입니다.

Tilix (이전에는 Terminix라고 함 – 상표 문제로 인해 이름이 변경됨)는 VTE (Virtual Terminal Emulator)라는 GTK + 3 위젯을 사용하는 타일링 터미널 에뮬레이터입니다. GNOME HIG (Human Interface Guidelines)를 준수하기 위해 GTK 3을 사용하여 개발되었습니다.

또한이 응용 프로그램은 GNOME 및 Unity 데스크톱에서 테스트되었지만 사용자는 다양한 다른 Linux 데스크톱 환경에서도 성공적으로 테스트했습니다.

나머지 Linux 터미널 에뮬레이터와 마찬가지로 Tilix에는 다음과 같은 몇 가지 뛰어난 기능이 있습니다.

  1. Enables users to layout terminals in any style by splitting them vertically or horizontally
  2. Supports drag and drop functionality to re-arrange terminals
  3. Supports detaching of terminals from windows using drag and drop
  4. Supports input synchronization between terminals, therefore commands typed in one terminal can be reproduced in another
  5. Terminal grouping can be saved and loaded from disk
  6. Supports transparent backgrounds
  7. Allows the use of background images
  8. Supports automatic profile switches based on hostname and directory
  9. Also supports notification for out of view process completion
  10. Color schemes stored in files and new files can be created for custom color schemes

Linux 시스템에 Tilix를 설치하는 방법

이제 다양한 Linux 배포판에 Tilix를 설치하기 위해 수행 할 수있는 단계를 알아 보겠습니다.하지만 더 나아 가기 전에 Tilix가 Linux에서 작동하기위한 다양한 요구 사항을 나열해야합니다.

잘 작동하려면 애플리케이션에 다음 라이브러리가 필요합니다.

  1. GTK 3.18 and above
  2. GTK VTE 0.42 and above
  3. Dconf
  4. GSettings
  5. Nautilus-Python for Nautilus integration

시스템에 위의 모든 요구 사항이있는 경우 다음과 같이 Tilix 설치를 진행합니다.

먼저 다음과 같이 자주 사용하는 텍스트 편집기를 사용하여 /etc/yum.repos.d/tilix.repo 파일을 생성하여 패키지 저장소를 추가해야합니다.

# vi /etc/yum.repos.d/tilix.repo

그런 다음 아래 텍스트를 복사하여 위 파일에 붙여 넣으십시오.

[ivoarch-Tilix]
name=Copr repo for Tilix owned by ivoarch
baseurl=https://copr-be.cloud.fedoraproject.org/results/ivoarch/Tilix/epel-7-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/ivoarch/Tilix/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

파일을 저장하고 종료하십시오.

그런 다음 시스템을 업데이트하고 다음과 같이 Tilix를 설치합니다.

---------------- On RHEL/CentOS 6/7 ---------------- 
# yum update
# yum install tilix

---------------- On RHEL/CentOS 8 Fedora ---------------- 
# dnf update
# dnf install tilix

Ubuntu/Linux Mint에 대한 공식 패키지 저장소는 없지만 WebUpd8 PPA를 사용하여 그림과 같이 설치할 수 있습니다.

$ sudo add-apt-repository ppa:webupd8team/terminix
$ sudo apt-get update
$ sudo apt-get install tilix

Debian에서 tilix는 공식 저장소에 추가되었으며 다음 명령을 사용하여 설치할 수 있습니다.

$ sudo apt-get install tilix

또는 아래 명령을 사용하여 소스 코드를 사용하여 수동으로 설치할 수 있습니다.

$ wget -c https://github.com/gnunn1/tilix/releases/download/1.9.3/tilix.zip
$ sudo unzip tilix.zip -d / 
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

OpenSUSE 사용자는 기본 저장소에서 tilix를 설치할 수 있으며 Arch Linux 사용자는 AUR Tilix 패키지를 설치할 수 있습니다.

# pacman -S tilix

Tilix 스크린 샷 둘러보기

Tilix 터미널을 제거하거나 제거하는 방법

수동으로 설치하고 제거하려는 경우 아래 단계에 따라 제거 할 수 있습니다. Github 저장소에서 uninstall.sh를 다운로드하고 실행 가능하게 만든 다음 실행하십시오.

$ wget -c https://github.com/gnunn1/tilix/blob/master/uninstall.sh
$ chmod +x uninstall.sh
$ sudo sh uninstall.sh

그러나 패키지 관리자를 사용하여 설치 한 경우 패키지 관리자를 사용하여 제거 할 수 있습니다.

Tilix Github 저장소 방문

이 개요에서 우리는 여러 터미널 에뮬레이터의 대안에 불과한 중요한 Linux 터미널 에뮬레이터를 살펴 보았습니다. 설치 한 후에는 다른 기능을 사용해보고 아마 사용했던 나머지 기능과 비교할 수도 있습니다.

중요한 것은 Tilix에 대한 질문이나 추가 정보가있는 경우 아래 댓글 섹션을 사용하고 경험에 대한 피드백을 제공하는 것을 잊지 마십시오.