From c4ad44e5885f40955bc643390465a8632282a474 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Feb 2016 11:01:08 +0100 Subject: Really start Konsole with a login shell. --- make_slackware_live.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 0acedcf..e6b6dc8 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1120,6 +1120,12 @@ cat < ${LIVE_ROOTDIR}/etc/skel/.kde/share/apps/konsole/Shell.profile Command=/bin/bash -l Name=Shell Parent=FALLBACK/ +EOT +mkdir -p ${LIVE_ROOTDIR}/etc/skel/.config +cat <> ${LIVE_ROOTDIR}/etc/skel/.config/konsolerc +[Desktop Entry] +DefaultProfile=Shell.profile + EOT if [ "$LIVEDE" = "PLASMA5" ]; then -- cgit v1.2.3