Browse Source

comment out gsettings line in case it conflicts, add opts to rm

website
axk4545 7 years ago
parent
commit
b755d97921
2 changed files with 9 additions and 4 deletions
  1. +4
    -2
      tigeros-source.ks
  2. +5
    -2
      tigeros.ks

+ 4
- 2
tigeros-source.ks View File

@ -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

+ 5
- 2
tigeros.ks View File

@ -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

Loading…
Cancel
Save