diff options
author | Eric Hameleers <alien@slackware.com> | 2015-12-24 18:02:20 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2015-12-24 18:02:20 +0100 |
commit | 67987fe2a0c2d26e3247f77e8a21577d8ceee7f5 (patch) | |
tree | 4b0b130b4773b0b4d12220e3df0f943e4169dd64 /make_slackware_live.sh | |
parent | 47433e5a60cd74da9d3abca82febfd4f84157619 (diff) | |
download | liveslak-67987fe2a0c2d26e3247f77e8a21577d8ceee7f5.tar.gz liveslak-67987fe2a0c2d26e3247f77e8a21577d8ceee7f5.tar.xz |
Start Konsole with a login shell.
However... does not seem to work for non-US language choices.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 9 |
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." |