summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-01-05 10:40:16 +0100
committer Eric Hameleers <alien@slackware.com>2019-01-05 10:40:16 +0100
commit19eeb9b5c2015f30e3bffdccd7359116e8357590 (patch)
treeba214241ccaa0acd4bf830d5bc05791032dafd50 /make_slackware_live.sh
parent9a6d8e89f22b5381204d09eee31384da90687b00 (diff)
downloadliveslak-19eeb9b5c2015f30e3bffdccd7359116e8357590.tar.gz
liveslak-19eeb9b5c2015f30e3bffdccd7359116e8357590.tar.xz
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
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh15
1 files changed, 10 insertions, 5 deletions
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 <<EOT > ${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 <<AKONADI_EOF >${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: