From 973ef612043c84693a270858a57839841b7b9dfa Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 2 Aug 2021 20:34:23 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index df0c78d..6a99ab2 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,13 @@ sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/ho sudo dnf update --refresh ``` +###### 34 + +```bash +sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Fedora_34/home:Ximi1970:Mozilla:Add-ons.repo +sudo dnf update --refresh +``` + ###### 33 ```bash From ba1780a283cb24fe6c645b789c893789604060c5 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 2 Aug 2021 21:27:30 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6a99ab2..e515b75 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,15 @@ sudo zypper in systray-x-minimal Installing the repository: +###### 21.04 + +```bash +wget -q https://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_21.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_21.04 ./" > /etc/apt/sources.list.d/systray-x.list' +sudo apt update +``` + ###### 20.10 ```bash @@ -170,6 +179,8 @@ sudo apt install systray-x ###### GNOME +Please select the `Ubuntu on Xorg` session when login on 21.04. The `Ubuntu` (Wayland) session will not work. + ```bash sudo apt install systray-x-gnome ``` From 578c0386df08a38bac6c8bc2b76abf32b46cfe7b Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 2 Aug 2021 21:33:25 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e515b75..ca2dce3 100644 --- a/README.md +++ b/README.md @@ -173,13 +173,15 @@ Installing the SysTray-X addon and companion app package: ###### KDE +Please select the `Plasma (X11)` session when loging in on 21.04. The `Plasma (Wayland)` session will not work. + ```bash sudo apt install systray-x ``` ###### GNOME -Please select the `Ubuntu on Xorg` session when login on 21.04. The `Ubuntu` (Wayland) session will not work. +Please select the `Ubuntu on Xorg` session when loging in on 21.04. The `Ubuntu` (Wayland) session will not work. ```bash sudo apt install systray-x-gnome