forked from RP1/RaveOS-arch
fixed program autostart not opening terminal
This commit is contained in:
parent
92636a974c
commit
94188b31be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue