summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/draklive b/tools/draklive
index 17b400902..18cb58ee2 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -535,6 +535,9 @@ USERS=no
update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg,
'Notification Messages',
'kbluepinLocInfo-usr-lib-kdebluetooth' => 'false');
+ update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg,
+ 'General',
+ 'AutoStart' => 'false');
chmod 0644, get_system_root($live) . $kbluetoothd_cfg;
}