diff --git a/tigeros-source.ks b/tigeros-source.ks index 3430dd6..bdbd7cd 100644 --- a/tigeros-source.ks +++ b/tigeros-source.ks @@ -363,9 +363,11 @@ EOF # TigerOS specific setup chmod +x /usr/local/bin/\* -gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg" -rm /home/liveuser/.config/autostart/tigeros-postinstall.desktop +#gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg" +rm -rf /home/liveuser/.config/autostart/tigeros-postinstall.desktop restorecon -R /usr/local/bin +chown -R liveuser:liveuser /home/liveuser +restorecon -R /home/liveuser %end %packages diff --git a/tigeros.ks b/tigeros.ks index 0f0b29a..b7533de 100644 --- a/tigeros.ks +++ b/tigeros.ks @@ -356,9 +356,12 @@ EOF # TigerOS specific setup chmod +x /usr/local/bin/\* -gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg" -rm /home/liveuser/.config/autostart/tigeros-postinstall.desktop +#gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg" +rm -rf /home/liveuser/.config/autostart/tigeros-postinstall.desktop restorecon -R /usr/local/bin +chown -R liveuser:liveuser /home/liveuser +restorecon -R /home/liveuser + %end %packages