summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh9
1 files changed, 9 insertions, 0 deletions
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 <<EOT > ${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."