From ea77e5ce23e1ba02326d1ed8164e998482730bfb Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 16 Feb 2025 13:08:52 +0100 Subject: [PATCH 1/3] Add missing new indicator preferences --- app/SysTray-X/SysTray-X-app/systrayxlink.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/SysTray-X/SysTray-X-app/systrayxlink.cpp b/app/SysTray-X/SysTray-X-app/systrayxlink.cpp index 4e02a31..8611a36 100644 --- a/app/SysTray-X/SysTray-X-app/systrayxlink.cpp +++ b/app/SysTray-X/SysTray-X-app/systrayxlink.cpp @@ -1079,6 +1079,9 @@ void SysTrayXLink::EncodePreferences( const Preferences& pref ) prefObject.insert( "startupDelay", QJsonValue::fromVariant( QString::number( pref.getStartupDelay() ) ) ); prefObject.insert( "apiCountMethod", QJsonValue::fromVariant( QString( pref.getApiCountMethod() ? "true" : "false" ) ) ); + prefObject.insert( "newIndicatorType", QJsonValue::fromVariant( QString::number( pref.getNewIndicatorType() ) ) ); + prefObject.insert( "newShadeColor", QJsonValue::fromVariant( QString( pref.getNewShadeColor() ) ) ); + prefObject.insert( "startApp", QJsonValue::fromVariant( pref.getStartApp() ) ); prefObject.insert( "startAppArgs", QJsonValue::fromVariant( pref.getStartAppArgs() ) ); prefObject.insert( "closeApp", QJsonValue::fromVariant( pref.getCloseApp() ) ); From 8bc53b3edfc6e7ba77fab42888065a64df4809c2 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 4 Mar 2025 17:23:15 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 45 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index beaf5da..820c04e 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,42 @@ sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi197 sudo apt update ``` +###### 24.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_24.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_24.10 ./" > /etc/apt/sources.list.d/systray-x.list' +sudo apt update +``` + ###### 23.10 ```bash @@ -241,15 +277,6 @@ sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi197 sudo apt update ``` -###### 16.04 LTS - -```bash -wget -q http://download.opensuse.org/repositories/home:/Ximi1970/xUbuntu_16.04/Release.key -sudo apt-key add Release.key -sudo bash -c 'echo "deb http://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/xUbuntu_16.04 ./" > /etc/apt/sources.list.d/systray-x.list' -sudo apt update -``` - #### Package Installing the SysTray-X addon and companion app package: From bb3bbd2a08c0eb61e568ad404366c9ce0ecc2b10 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 4 Mar 2025 17:25:29 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 72 +++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 820c04e..916d550 100644 --- a/README.md +++ b/README.md @@ -160,42 +160,6 @@ sudo zypper in systray-x-minimal Installing the repository: -###### 24.04 LTS - -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_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 -``` - ###### 24.10 Remove the Thunderbird snap package: @@ -232,6 +196,42 @@ sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi197 sudo apt update ``` +###### 24.04 LTS + +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_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 +``` + ###### 23.10 ```bash