diff options
author | Michele Calgaro <[email protected]> | 2020-02-07 22:56:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-07 23:03:59 +0900 |
commit | d008372a5ab7d7a6157315553b3b36425e837cca (patch) | |
tree | e368daa57dc64d3181e449611f45c7a7a516dad4 /tdm/kfrontend | |
parent | 3a7ece7afcc4b8bee190723633e29222cb5ba865 (diff) | |
download | tdebase-d008372a5ab7d7a6157315553b3b36425e837cca.tar.gz tdebase-d008372a5ab7d7a6157315553b3b36425e837cca.zip |
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 <[email protected]>
(cherry picked from commit be1c4f22face24de36c540df38a903860f0549d0)
Diffstat (limited to 'tdm/kfrontend')
-rw-r--r-- | tdm/kfrontend/kgapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdm/kfrontend/kgapp.cpp b/tdm/kfrontend/kgapp.cpp index 4ea540285..3fefc00bc 100644 --- a/tdm/kfrontend/kgapp.cpp +++ b/tdm/kfrontend/kgapp.cpp @@ -225,6 +225,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; |