From 23f131f8ac48d69a53816ddef5f3b4c815ae1707 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 23 Oct 2023 10:57:56 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26ebe72..39fe137 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Please press the reset button in the TB SysTray-X add-on preferences page to cle ## Limitations -This add-on / companion app will not work with flatpaks or snaps of Thunderbird. They do not allow native messaging hosts outside the packages. +This add-on / companion app will not work with flatpaks or snaps of Thunderbird. They do not allow native messaging hosts outside the packages. You need to use a workaround for Wayland. In some distributions this is already applied. From f7ef329144c5283aaf5092115f660e0a58d2a5b7 Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 23 Oct 2023 20:43:45 +0200 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 81de52c..cf37911 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,7 @@ If applicable, add screenshots to help explain your problem. - Architecture (32 or 64 bit) - Desktop type / Window Manager (KDE, Xfce, Cinnamon, MATE etc) - Thunderbird version and arch (Tb xx.xx.x, 32 or 64 bit) +- Thunderbird package type (repository, flatpak, snap, etc) - Run `echo $XDG_SESSION_TYPE` in a terminal and report the results - Add-on version - App version From bca2f18a78e3f4b39f6cde3f8f80ca902a55111c Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 23 Oct 2023 20:46:10 +0200 Subject: [PATCH 3/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cf37911..2cfd9c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem. - Architecture (32 or 64 bit) - Desktop type / Window Manager (KDE, Xfce, Cinnamon, MATE etc) - Thunderbird version and arch (Tb xx.xx.x, 32 or 64 bit) -- Thunderbird package type (repository, flatpak, snap, etc) + - Thunderbird package type (repository, flatpak, snap, etc) - Run `echo $XDG_SESSION_TYPE` in a terminal and report the results - Add-on version - App version From ff3e852c01f7c7bd50c45004a148e8f796f552bf Mon Sep 17 00:00:00 2001 From: Maxime Rijnders Date: Mon, 23 Oct 2023 20:47:50 +0200 Subject: [PATCH 4/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2cfd9c5..d54019b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem. - Architecture (32 or 64 bit) - Desktop type / Window Manager (KDE, Xfce, Cinnamon, MATE etc) - Thunderbird version and arch (Tb xx.xx.x, 32 or 64 bit) - - Thunderbird package type (repository, flatpak, snap, etc) + - Thunderbird package type (repository, mozilla binary, flatpak, snap, etc) - Run `echo $XDG_SESSION_TYPE` in a terminal and report the results - Add-on version - App version From a7d56adf08d166943565efe480aaac0bd93dc76e Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 24 Oct 2023 20:45:15 +0200 Subject: [PATCH 5/5] Arch dependency update --- dist/arch/kde/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/arch/kde/PKGBUILD b/dist/arch/kde/PKGBUILD index e0f83cd..6bc60ec 100644 --- a/dist/arch/kde/PKGBUILD +++ b/dist/arch/kde/PKGBUILD @@ -10,7 +10,7 @@ url=https://github.com/Ximi1970/systray-x license=(MPL-2.0) depends=( 'qt5-base' - 'knotifications' + 'knotifications5' 'thunderbird>=91' 'thunderbird<120' ) @@ -20,7 +20,7 @@ makedepends=( 'zip' 'libx11' 'qt5-base' - 'knotifications' + 'knotifications5' ) provides=( 'systray-x'