From c2ca38d1736c17fc998d53e80d31fa918858b35d Mon Sep 17 00:00:00 2001 From: kmoody Date: Mon, 23 Sep 2024 16:32:17 -0500 Subject: [PATCH] Update 'install64.sh' --- install64.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install64.sh b/install64.sh index c86eead..259e111 100644 --- a/install64.sh +++ b/install64.sh @@ -86,11 +86,14 @@ openbox --reconfigure ### Copying configuration templates to locations ### echo "Copying configuration files to the correct places" -#cp etc-lightdm-lightdm.conf /etc/lightdm/lightdm.conf + cp default.hod /home/terminal/Desktop/default.hod -### Correct the permissions on the HOD file ### chown terminal:terminal /home/terminal/Desktop/default.hod +### Add autostart file for the IBM software ### +cp AS400-desktop /home/terminal/.config/autostart/AS400.desktop +chown terminal:terminal /home/terminal/.config/autostart/AS400.desktop + # for Ubuntu 18 #cp config-lxsession-Lubuntu-autostart /home/terminal/.config/lxsession/Lubuntu/autostart # for Ubuntu 24