From be1c4f22face24de36c540df38a903860f0549d0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 7 Feb 2020 22:56:14 +0900 Subject: Added option in TCC -> System Administration -> Logic Manager -> Appearance tab to enable/disable the launch of tdekbdledsync in tde greeter. This resolves bug 1834. Signed-off-by: Michele Calgaro --- tdm/config.def | 11 +++++++++++ tdm/kfrontend/kgapp.cpp | 1 + 2 files changed, 12 insertions(+) (limited to 'tdm') diff --git a/tdm/config.def b/tdm/config.def index 4209c8212..04f3a1d88 100644 --- a/tdm/config.def +++ b/tdm/config.def @@ -2025,6 +2025,17 @@ Comment: Description: If true then the SAK anti-spoofing dialog will be utilized +Key: SyncKbdLED +Type: bool +Default: true +User: core +User: greeter +Instance: #:*/true +Comment: + Sync keyboard led status +Description: + Enable or disable the use of tdekbdledsync to sync keyboard LED status in tdm. + Key: UseAdminSession Type: bool Default: false diff --git a/tdm/kfrontend/kgapp.cpp b/tdm/kfrontend/kgapp.cpp index 5487269d7..a48dcf93a 100644 --- a/tdm/kfrontend/kgapp.cpp +++ b/tdm/kfrontend/kgapp.cpp @@ -228,6 +228,7 @@ kg_main( const char *argv0 ) trinity_desktop_lock_use_sak = false; #endif + trinity_desktop_synchronize_keyboard_lights = _syncKbdLED; if (trinity_desktop_synchronize_keyboard_lights && TQString(getenv("DISPLAY")).startsWith(":")) { kbdl = new TDEProcess; -- cgit v1.2.1