gvc14 / AlbumArtWallpaper

Simple python script to change your desktop background by album arts of currently playing song on Spotify [Linux]
17 stars 1 forks source link

gsettings should work with urls? #2

Open carloscarvallo opened 5 years ago

carloscarvallo commented 5 years ago

For what I see, the script didn't work for me... it's putting the default Ubuntu wallpaper, I tried to put a local image uri example: 'file:///home/user/Pictures/some.jpg' and its working fine, I have tested with urls but didn't work. The solution could be, download the image temporaly and then set it with gsettings.

gvc14 commented 5 years ago

It works for me however. So I don't know what the issue might be.

carloscarvallo commented 5 years ago

thankyou for the response, do you have any documentation about gsettings for urls? I didn't find on google. Just for testing and to make sure on my side.