From c69bba0afcf2a5ae921995de2271aad9e33da0ec Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Thu, 30 Oct 2025 20:10:38 +0100 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index 66e0f96..f9438e9 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,42 @@ sudo zypper in systray-x-minimal Installing the repository: +###### 25.10 + +Remove the Thunderbird snap package: +```bash +sudo apt remove thunderbird +``` + +Install the deb Thunderbird repository: +```bash +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): +```bash +Package: thunderbird* +Pin: release o=LP-PPA-mozillateam +Pin-Priority: 1001 +``` +Save the file. + +Refresh the repositories and install the deb version of Thunderbird: +```bash +sudo apt update +sudo apt install thunderbird +``` + +Now install the SysTray-X repository: +```bash +wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_25.10/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_25.10 ./" > /etc/apt/sources.list.d/systray-x.list' +sudo apt update +``` + ###### 25.04 Remove the Thunderbird snap package: