From 19eeb9b5c2015f30e3bffdccd7359116e8357590 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 5 Jan 2019 10:40:16 +0100 Subject: KDE4: take care of changes in search/semantic backends - virtuoso-ose is no longer part of Slackware. - akonadi backend to be used is now called SQLITE instead of SQLITE3 --- make_slackware_live.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 37d3e2d..c58816f 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1786,7 +1786,7 @@ autostart=false [main Settings] Storage Dir[\$e]=\$HOME/.kde/share/apps/nepomuk/repository/main/ -Used Soprano Backend=virtuosobackend +Used Soprano Backend=redlandbackend rebuilt index for type indexing=true EOT @@ -1853,23 +1853,28 @@ if [ "$LIVEDE" = "PLASMA5" ]; then mkdir -p ${LIVE_ROOTDIR}/var/lib/sddm cat < ${LIVE_ROOTDIR}/var/lib/sddm/state.conf [Last] -# Name of the last logged-in user. This username will be preselected/shown when the login screen shows up +# Name of the last logged-in user. +# This user will be preselected when the login screen appears User=${LIVEUID} -# Name of the session file of the last session selected. This session will be preselected when the login screen shows up. +# Name of the session for the last logged-in user. +# This session will be preselected when the login screen appears. Session=/usr/share/xsessions/plasma.desktop - EOT chroot ${LIVE_ROOTDIR} chown -R sddm:sddm var/lib/sddm # Thanks to Fedora Live: https://git.fedorahosted.org/cgit/spin-kickstarts.git mkdir -p ${LIVE_ROOTDIR}/etc/skel/.config/akonadi + mkdir -p ${LIVE_ROOTDIR}/etc/skel/.local/share/akonadi mkdir -p ${LIVE_ROOTDIR}/etc/skel/.kde/share/config # Set akonadi backend: cat <${LIVE_ROOTDIR}/etc/skel/.config/akonadi/akonadiserverrc [%General] -Driver=QSQLITE3 +Driver=QSQLITE + +[QSQLITE] +Name=/home/live/.local/share/akonadi/akonadi.db AKONADI_EOF # Disable baloo: -- cgit v1.2.3