diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-21 23:02:21 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-09-22 09:57:21 +0000 |
commit | 8da4fdbdbc7635014f83bfa1364dfdadcb00677b (patch) | |
tree | e0eb57415c373a1dab07b2da12647e105329605a /khotkeys/shared/settings.h | |
parent | 02fe8ba51a356f68b534bc470b4a29b78ba04928 (diff) | |
download | tdebase-8da4fdbdbc7635014f83bfa1364dfdadcb00677b.tar.gz tdebase-8da4fdbdbc7635014f83bfa1364dfdadcb00677b.zip |
khotkeys: make sure the kded service is controlled only by the Service Manager in TCC.
Also make sure any changes to Input Action is immediately notified to
the kded service.
This resolves issue #537.
1. Fix kded service startup settings.
In TCC --> Regional & Accessibility --> Input Actions --> General
Settings tab, there was a checkbox to "disable the daemon". This was
either quitting or relaunching khotkeys as a standalone application,
overlapping any choice set in the TCC -> TDE Components --> Service
Manager page.
khotkeys is now launched as a kded service, therefore the aforemention
checkbox is no longer required. If a user choose to manually launch
khotkeys as a standalone application, they can disable it by simply
terminating the application (either by killing it or quitting through
DCOP).
2. Notify Input Actions changes to the kded service
If Input Actions are changed, the changes will be notified to either the
kded service or the standalone khotkeys application, depending on which
of the two is running.
3. the kcm_khotkeys_init library has been removed since it is no longer
necessary.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khotkeys/shared/settings.h')
-rw-r--r-- | khotkeys/shared/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/khotkeys/shared/settings.h b/khotkeys/shared/settings.h index 753d056c3..da4a291c1 100644 --- a/khotkeys/shared/settings.h +++ b/khotkeys/shared/settings.h @@ -37,7 +37,6 @@ class TDE_EXPORT Settings bool gestures_disabled_globally; int gesture_mouse_button; int gesture_timeout; - bool daemon_disabled; Windowdef_list* gestures_exclude; TDEShortcut voice_shortcut; protected: |