From 67987fe2a0c2d26e3247f77e8a21577d8ceee7f5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 24 Dec 2015 18:02:20 +0100 Subject: Start Konsole with a login shell. However... does not seem to work for non-US language choices. --- make_slackware_live.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index e43e23a..3df1cf4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -953,6 +953,15 @@ First Use=true Use One Wallet=true EOT +# Start Konsole with a login shell: +mkdir -p ${LIVE_ROOTDIR}/etc/skel/.kde/share/apps/konsole +cat < ${LIVE_ROOTDIR}/etc/skel/.kde/share/apps/konsole/Shell.profile +[General] +Command=/bin/bash -l +Name=Shell +Parent=FALLBACK/ +EOT + if [ "$LIVEDE" = "PLASMA5" ]; then echo "-- Configuring PLASMA5." -- cgit v1.2.3