Skip to content

Commit e60c5d6

Browse files
authored
Fix permissions from 700 to 755
The settings app cannot access the wallpaper and gives a blank image. This should fix it.
1 parent 4512851 commit e60c5d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ echo "Installing wallpapers..."
99
sudo mkdir -p /usr/share/backgrounds/
1010
sudo mkdir -p /usr/share/gnome-background-properties/
1111
sudo cp -r $(pwd)/Dynamic_Wallpapers /usr/share/backgrounds/Dynamic_Wallpapers
12+
sudo chmod -R 755 /usr/share/backgrounds/Dynamic_Wallpapers
1213
sudo cp $(pwd)/xml/* /usr/share/gnome-background-properties/
1314
echo "Wallpapers has been installed. Enjoy setting them as your desktop background!"

0 commit comments

Comments
 (0)