We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f1ff4 commit 558151fCopy full SHA for 558151f
2 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+deepin-fcitx5configtool-plugin (6.0.24) unstable; urgency=medium
2
+
3
+ * fix: remove redundant signal handler setup in fcitx5helper.
4
5
+ -- wangyu <wangyu@uniontech.com> Mon, 05 Jan 2026 14:00:16 +0800
6
7
deepin-fcitx5configtool-plugin (6.0.23) unstable; urgency=medium
8
9
* Non-maintainer upload.
src/fcitx5helper/main.cpp
@@ -100,9 +100,6 @@ int main(int argc, char *argv[])
100
}
101
});
102
103
- qCDebug(fcitx5Helper) << "Setting up signal handlers";
104
- setupSignalHandler();
105
-
106
qCDebug(fcitx5Helper) << "Initializing process monitor";
107
ProcessMonitor monitor;
108
monitor.startMonitoring();
0 commit comments