0

well I'm new on ubuntu, I installed the 13.10 version because I heard it's faster and smoothly than 12.04. So, my problem is that I don't know how to change wallpapers in an automatic way (slideshow), but with my OWN pictures, I don't want pictures from flicker, etc. I want to have wallpapers of pictures that I have already downloaded. I searched some programs and I found Slidewall but I can't download it in ubuntu 13.10. Could anybody lend me some help? (sorry if there's a English confusion, I'm not too good at it)

2 Answers2

1

Run these commands in a terminal:

sudo add-apt-repository ppa:crebs/ppa
sudo apt-get update
sudo apt-get install crebs

Reference: http://www.howtogeek.com/howto/25549/how-to-create-a-wallpaper-slideshow-in-ubuntu/

kiri
  • 28,986
0

Run the below commands to install wallch

sudo apt-get update
sudo apt-get install wallch

Then follow the wallch post in How do I create a desktop wallpaper slideshow?

Avinash Raj
  • 80,446