App & Util

[Linux]Thunderbird 백드라운드 실행

라면사리추가요 2025. 11. 5. 11:39

리눅스를 메인으로 사용하다 보니 이메일 클라이언트로 썬더버드를 사용하는데, 

백그라운드에서 실행이 되었으면 좋겠다는 생각을 하게 되어 찾아 봤다.

역시나 능력자 형님들이 이미 만들어 놓으셨다.

systray-x라는 프로그램이고, Linux, Windows 둘다 호환이 되는거 같다.

나는 리눅스에서 사용하기 때문에 리눅스 버전으로 소개 하고자 한다. 

지원하는 배포판은, openSuSE, Ubuntu, Debian, Fedora, Manjaro, Arch, MX가 있고, 당연히 한글은 지원 안한다.

KDE, GNOME을 지원하고, Wayland도 지원을 하는거 같지만 해보지는 않았다.

https://github.com/Ximi1970/systray-x

 

GitHub - Ximi1970/systray-x: SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app inst

SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app installed to work. Will not work with TB flatpaks or snaps. - Ximi1970/systray-x

github.com

안내 페이지가 죄다 영어라서 어지럽겠지만, 어렵지 않다.

예로 본인이 사용하고 있는 하모니카 8.0을 기준으로 설명을 해보겠다. 하모니카 8.0은 우분투 24.04 LTS를 베이스로 하고 있기 때문에, xUbuntu섹션에 버전별로 있는데, 24.04를 따라 하면 된다. 

 

Remove the Thunderbird snap package:

sudo apt remove thunderbird

 

Install the deb Thunderbird repository:

sudo add-apt-repository ppa:mozillateam/ppa
sudo nano /etc/apt/preferences.d/mozillateamppa

 

Insert this into the preferences file (it blocks the snap package): (위 mozillateamppa에 아래 내용을 입력후 저장 해야 된다. )

Package: thunderbird*
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001

 

Save the file.

Refresh the repositories and install the deb version of Thunderbird:

sudo apt update
sudo apt install thunderbird

 

Now install the SysTray-X repository:

wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_24.04/Release.key
sudo mv -f  Release.key  /etc/apt/trusted.gpg.d/Systray-x.Ximi1970.asc
sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_24.04 ./" > /etc/apt/sources.list.d/systray-x.list'
sudo apt update

 

이렇게 하면 끝난다. 

설치하고 아무런 액션이 없다. 당황하지 말고 썬더 버드를 실행 하면 트레이 영역에 아이콘이 하나 뜨는걸 볼 수 있다.