Browse Source

sync both kickstarts and fix wallpaper setting(hopefully)

website
axk4545 7 years ago
parent
commit
778b01541a
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      tigeros-source.ks
  2. +1
    -1
      tigeros.ks

+ 2
- 1
tigeros-source.ks View File

@ -363,7 +363,8 @@ EOF
# TigerOS specific setup
chmod +x /usr/local/bin/\*
gsettings set org.cinnamon.desktop.background picture-filename "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg"
gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg"
rm /home/liveuser/.config/autostart/tigeros-postinstall.desktop
restorecon -R /usr/local/bin
%end

+ 1
- 1
tigeros.ks View File

@ -356,7 +356,7 @@ EOF
# TigerOS specific setup
chmod +x /usr/local/bin/\*
gsettings set org.cinnamon.desktop.background picture-filename "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg"
gsettings set org.cinnamon.desktop.background picture-uri "file:///usr/share/backgrounds/tigeros/wallpaper2-1920x1080.jpg"
rm /home/liveuser/.config/autostart/tigeros-postinstall.desktop
restorecon -R /usr/local/bin
%end

Loading…
Cancel
Save