Can anyone help me out with how to make Bing Picture to my Desktop Wallpaper?
- So it works by downloading the highest quality of todays picture.
- Then storing it ex in the Picture folder of your account.
- After that automatically changing the picture itself.
- It should continue the same everyday without hassle in the background.
- Probably something I have to add in the Startup Applications.
- Any differences between Ubuntu versions?
-Do I have to write a script? This would be appreciated by many others too! Thank You in Advance :)
Probably the easiest thing to do would be to install variety. It is a wall-paper manager that really does an excellent job to change your wallpaper at the frequency you want.
Here are some of its settings:
There is also a setting to run it at login. If you enable that and then add your bing image of the day url (
http://www.bing.com/images/search?q=picture+of+the+day&qpvt=picture+of+the+day&FORM=IGRE
?), you are all set.It can be found in the software center and it has a 5* rating!
Here are some screenshots:
I wrote a little node script that does exactly that : https://github.com/dorian-marchal/bing-daily-wallpaper
To install it, you'll need nodejs :
Installation :
In the command line, run :
Usage :
To change the wallpaper, do (you can add this command to your startup apps) :
Some time ago I found the following script (I don't remember exactly where in this moment, but when I will find, I will add the source also) which one I changed a little and which is working great for what you asked if is set as a cron job (see here how to do this):
A nice script is listed here which still works nicely on Ubuntu 14.04 (needs curl installed):
http://ubuntuforums.org/showthread.php?t=2074098
and I will copy the latest version here:
I checked this for a while and seems to be working.
If you work under proxy, remove
--no-proxy
from line 4 and 6, and in place ofYourName
, put the name of your home folder.Save this as some some script, make it executable and then execute it whenever you want the wallpaper to be updated.
I don't know how to execute this safely at startup. Adding this to
rc.local
is not safe as I understand from this.Please comment if anything goes wrong.
Here my my tool to download newest wallpapapers from Bing and set it as your desktop wallpaper. You can check it out https://github.com/bachvtuan/Bing-Linux-Wallpaper
you can use bing-wall, works like bing wallpaper for windows.
you can install it with
'sudo snap install bing-wall'
source code is at
https://github.com/keshavbhatt/BingWall
I searched for answer but didn't found so I wrote a script to set bing wallpaper. Here's the script...