diff --git a/0001-feature-backends-Compatible-wayland-framework-which-.patch b/0001-feature-backends-Compatible-wayland-framework-which-.patch new file mode 100644 index 0000000..411bbbc --- /dev/null +++ b/0001-feature-backends-Compatible-wayland-framework-which-.patch @@ -0,0 +1,27 @@ +From 172e3957a211ba47a60afee7ada2a15535228c96 Mon Sep 17 00:00:00 2001 +From: kylinsecos_admin +Date: Tue, 7 Feb 2023 19:36:48 +0800 +Subject: [PATCH] feature(backends): Compatible wayland framework which exists + xwayland. + +Signed-off-by: kylinsecos_admin +--- + src/daemon/mnd-daemon.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/daemon/mnd-daemon.c b/src/daemon/mnd-daemon.c +index bcb28af..909e418 100644 +--- a/src/daemon/mnd-daemon.c ++++ b/src/daemon/mnd-daemon.c +@@ -78,6 +78,8 @@ int main (int argc, char *argv[]) + { + NotifyDaemon *daemon; + ++ gdk_set_allowed_backends("x11"); ++ + gtk_init(&argc, &argv); + + if (!parse_arguments (&argc, &argv)) +-- +2.36.1 + diff --git a/mate-notification-daemon.spec b/mate-notification-daemon.spec index 00bbc24..ba9565f 100644 --- a/mate-notification-daemon.spec +++ b/mate-notification-daemon.spec @@ -15,7 +15,7 @@ Name: mate-notification-daemon Version: %{branch}.1 %if 0%{?rel_build} -Release: 4 +Release: 5 %else Release: 0.13%{?git_rel} %endif @@ -47,6 +47,7 @@ Patch1015: 1015-fix-css-modify-css-error-and-improve-style-of-kiran-0ee639d Patch1016: 1016-fix-control-center-fix-mate-notification-properties--5dc16c41.patch Patch1017: 1017-fix-daemon-return-false-while-dbus-proxy-init-failed.patch Patch1018: 0001-fix-kiran-remove-pie-draw-in-kiran.patch +Patch1019: 0001-feature-backends-Compatible-wayland-framework-which-.patch BuildRequires: desktop-file-utils BuildRequires: libcanberra-devel @@ -111,6 +112,9 @@ rm -f %{buildroot}%{_datadir}/applications/mate-notification-daemon.desktop %changelog +* Tue Feb 07 2023 tangjie02 - 1.22.1-5 +- Compatible wayland framework which exists xwayland. + * Tue Jun 10 2023 yuanxing - 1.22.1-4 - KYOS-F: remove pie in kiran theme