First of all, XPlanet displays the current daylight conditions in the world, as you desktop background.
Screenshot
First of all, install XPlanet:
Code:
$ sudo apt-get install xplanet
Once installed, you have two options:
1) Navigate to the xplanet folder and download some images to use for XPlanet. You will need to replace USERNAME with your user name.
Code:
$ cd /home/USERNAME/.xplanet/images/
$ wget http://visibleearth.nasa.gov/images/2433/land_shallow_topo_2048.jpg
$ mv land_shallow_topo_2048.jpg earth.jpg
$ wget http://visibleearth.nasa.gov/images/1438/earth_lights_lrg.jpg
$ mv earth_lights_lrg.jpg night.jpg
or
2) Install xplanet-images (thanks to mike998 for the info):
Code:
$ sudo apt-get install xplanet-images
Next, we need to stop nautilus from controlling the desktop:
Applications > System Tools > Configuration Editor
In the Configuration Editor, go to apps > nautilus > preferences and untick "show_desktop".
Finally, we need to start XPlanet when we log in:
System > Preferences > Sessions
Click on the "Startup Programs" tab, and click on "Add". Enter "xplanet" (without the quotes) into the "Startup Command" text box, and click OK.
Log out and back in, and you should see an image of earth as your background.