From 63478044d0e676a6e7adcd920b26784bd511347f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 5 Aug 2018 12:06:55 +0200 Subject: SLACKWARE: disable baloo --- make_slackware_live.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 4559052..877c2ca 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1696,6 +1696,13 @@ Used Soprano Backend=virtuosobackend rebuilt index for type indexing=true EOT +# Disable baloo: +mkdir -p ${LIVE_ROOTDIR}/etc/skel/.kde4/share/apps/config +cat <${LIVE_ROOTDIR}/etc/skel/.kde4/share/apps/config/baloofilerc +[Basic Settings] +Indexing-Enabled=false +EOT + mkdir -p ${LIVE_ROOTDIR}/etc/skel/.config cat < ${LIVE_ROOTDIR}/etc/skel/.config/kwalletrc [Auto Allow] @@ -1787,6 +1794,7 @@ KRES_EOF cat <${LIVE_ROOTDIR}/etc/skel/.config/kwalletrc [Migration] alreadyMigrated=true + KWALLET_EOL # Configure (default) UTC timezone so we can change it during boot: -- cgit v1.2.3