From 75e3df8cc4bb3a55e339946b959e162c73160480 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 5 Dec 2020 21:23:41 +0100 Subject: PLASMA5: start konsole with a login shell --- make_slackware_live.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 6e14d93..9d62f19 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2253,6 +2253,21 @@ alreadyMigrated=true KWALLET_EOL + # Start Konsole with a login shell: + mkdir -p ${LIVE_ROOTDIR}/etc/skel/.local/share/konsole + cat < ${LIVE_ROOTDIR}/etc/skel/.local/share/konsole/Shell.profile +[General] +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 + # Configure (default) UTC timezone so we can change it during boot: mkdir -p ${LIVE_ROOTDIR}/etc/skel/.config cat < ${LIVE_ROOTDIR}/etc/skel/.config/ktimezonedrc -- cgit v1.2.3