diff --git a/0004-fix-touchpad-while-typing.patch b/0004-fix-touchpad-while-typing.patch new file mode 100644 index 0000000000000000000000000000000000000000..0c55b5d22603a301449eaabbb5b302f1c1baec9e --- /dev/null +++ b/0004-fix-touchpad-while-typing.patch @@ -0,0 +1,30 @@ +From 7461ff74bc73c50f085d9466ea27e6eec5072456 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=E5=BC=A0=E6=B6=9B?= +Date: Thu, 19 Oct 2023 10:08:42 +0800 +Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A6=E6=91=B8=E6=9D=BF=E5=BC=80?= + =?UTF-8?q?=E5=90=AF=E9=98=B2=E8=AF=AF=E8=A7=A6=E5=8A=9F=E8=83=BD=E4=B8=8D?= + =?UTF-8?q?=E7=94=9F=E6=95=88?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + plugins/mouse/csd-mouse-manager.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/plugins/mouse/csd-mouse-manager.c b/plugins/mouse/csd-mouse-manager.c +index 73b2259..354ed81 100644 +--- a/plugins/mouse/csd-mouse-manager.c ++++ b/plugins/mouse/csd-mouse-manager.c +@@ -529,7 +529,7 @@ set_disable_w_typing (CsdMouseManager *manager, gboolean state) + g_ptr_array_add (args, "syndaemon"); + g_ptr_array_add (args, "-i"); + g_ptr_array_add (args, "1.0"); +- g_ptr_array_add (args, "-t"); ++ //g_ptr_array_add (args, "-t"); + g_ptr_array_add (args, "-K"); + g_ptr_array_add (args, "-R"); + g_ptr_array_add (args, NULL); +-- +2.30.2 + diff --git a/found-settings-daemon.spec b/found-settings-daemon.spec index 5738ee5addc8e35de06a37542dff06d254e854af..8b1b87b28370582bf93711cc9e035627c356e82d 100644 --- a/found-settings-daemon.spec +++ b/found-settings-daemon.spec @@ -8,7 +8,7 @@ Name: found-settings-daemon Version: 4.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications License: GPLv2+ @@ -18,6 +18,7 @@ Source0: %{name}-%{version}.tar.gz Patch0: 0001-auto-empty-recycle-bin.patch Patch1: 0002-fix-modify-default-value.patch Patch2: 0003-fix-brightness-on-all-in-one.patch +Patch3: 0004-fix-touchpad-while-typing.patch BuildRequires: meson >= 0.44.0 BuildRequires: gcc @@ -190,6 +191,10 @@ ln -s /usr/libexec/found-settings-daemon/cdos-settings-daemon /usr/bin/cdos-sett %{_libdir}/pkgconfig/found-settings-daemon.pc %changelog +* Thu Oct 19 2023 张涛 - 4.0.1-5 +- fix: 触摸板开启防误触功能不生效 +- add patch: 0004-fix-touchpad-while-typing.patch + * Thu Oct 19 2023 张涛 - 4.0.1-4 - fix: 修复一体机上无法通过按键调节亮度的问题 - add patch: 0003-fix-brightness-on-all-in-one.patch