From 01507e74b039f6b740083dbb71aba38792839050 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Thu, 5 Mar 2020 23:04:44 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aebaa70..5231f9e 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,14 @@ Clone the repository using TortoiseGit: ... +### Remarks + +Branches: + +master : Should be stable and working for all systems +develop : Working but maybe not for all systems +feature-xxx : Experimental + ## Contributers Luigi Baldoni \ : Initial setup of the OpenSuSE Build Service rpm package. From 1c7fcfb038ad77ea65dffe49964eaa09933d887d Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sat, 7 Mar 2020 20:56:27 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5231f9e..73c28dd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In the Software Source dialog -> Tab "Other Software" -> "Add..." and fill in: Or manually: ```bash -sudo echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_19.10 ./" > /etc/apt/source.list.d/systray-x.list``` +sudo bash -c "echo 'deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_19.10 ./" > /etc/apt/source.list.d/systray-x.list'``` sudo apt update ``` @@ -75,7 +75,7 @@ In the Software Source dialog -> Tab "Other Software" -> "Add..." and fill in: Or manually: ```bash -sudo echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04 ./" > /etc/apt/source.list.d/systray-x.list``` +sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04 ./" > /etc/apt/source.list.d/systray-x.list'``` sudo apt update ``` From d49aef81b43b85cfa89c5dbb730cf4e9fbc6996a Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sat, 7 Mar 2020 20:58:14 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73c28dd..da281f8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Or manually: ```bash sudo bash -c "echo 'deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_19.10 ./" > /etc/apt/source.list.d/systray-x.list'``` sudo apt update +sudo apt install systray-x ``` #### 18.04 LTS @@ -77,6 +78,7 @@ Or manually: ```bash sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04 ./" > /etc/apt/source.list.d/systray-x.list'``` sudo apt update +sudo apt install systray-x ``` From f86198992e311a5575c16bc846868cbf546c90e8 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sat, 7 Mar 2020 21:07:33 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da281f8..9b36437 100644 --- a/README.md +++ b/README.md @@ -19,27 +19,30 @@ The add-on and system tray application can do: ```bash sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Leap_15.1/ SysTray-X +sudo zypper in systray-x ``` #### Leap 15.2 ```bash sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Leap_15.2/ SysTray-X +sudo zypper in systray-x ``` #### Tumbleweed ```bash sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_Tumbleweed/ SysTray-X +sudo zypper in systray-x ``` #### SLE 15 ```bash sudo zypper ar -f https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/openSUSE_SLE_15_SP1/ SysTray-X +sudo zypper in systray-x ``` - ### xUbuntu #### 19.10 From 77c69ecda9f056cf16747eee0119ab7918df60da Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Sat, 7 Mar 2020 21:09:08 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 9b36437..caa054e 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,6 @@ sudo zypper in systray-x ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_19.10/Release.key sudo apt-key add Release.key -``` -Add with Muon -> Settings -> Configures Software Sources -In the Software Source dialog -> Tab "Other Software" -> "Add..." and fill in: - -```deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_19.10 ./``` - -Or manually: - -```bash sudo bash -c "echo 'deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_19.10 ./" > /etc/apt/source.list.d/systray-x.list'``` sudo apt update sudo apt install systray-x @@ -66,19 +57,9 @@ sudo apt install systray-x #### 18.04 LTS - ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04/Release.key sudo apt-key add Release.key -``` -Add with Muon -> Settings -> Configures Software Sources -In the Software Source dialog -> Tab "Other Software" -> "Add..." and fill in: - -```deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04 ./``` - -Or manually: - -```bash sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_18.04 ./" > /etc/apt/source.list.d/systray-x.list'``` sudo apt update sudo apt install systray-x