1
0
Fork 0
forked from RP1/RaveOS-arch

fixed program autostart not opening terminal

This commit is contained in:
RP1 2025-01-16 21:51:23 +01:00
parent 92636a974c
commit 94188b31be

View file

@ -183,7 +183,7 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
sudo chown -R $USER:$GROUP /home/$USER/.config/autostart sudo chown -R $USER:$GROUP /home/$USER/.config/autostart
echo Changed ownership to $USER /home/$USER/.config/autostart echo Changed ownership to $USER /home/$USER/.config/autostart
sudo rsync -ap --info=progress2 3progs.sh.desktop /home/$USER/.config/autostart sudo rsync -ap --info=progress2 3progs.sh.desktop /home/$USER/.config/autostart
echo Exec=/home/$USER/.progs/3progs.sh >> /home/$USER/.config/autostart/3progs.sh.desktop echo Exec=konsole -e /home/$USER/.progs/3progs.sh >> /home/$USER/.config/autostart/3progs.sh.desktop
sudo mkdir -p /home/$USER/.progs sudo mkdir -p /home/$USER/.progs
echo Created .progs folder echo Created .progs folder
sudo chown -R $USER:$GROUP /home/$USER/.progs sudo chown -R $USER:$GROUP /home/$USER/.progs