I find a nice script from to rotate my wallpaper over time (GNOME). Just follow this tutorial:

  • Make sure you have all dependencies
    sudo apt-get install libgnomevfs2-dev build-essential
  • Download source code from here
  • Compile source code
    gcc -Wall -o change-bg `pkg-config
    --cflags --libs gnome-vfs-2.0 gconf-2.0` change-bg.c
  • Place all of your backgrounds in one folder
  • Get into terminal and type:
    ./change-bg [seconds] [location of wallpapers]

    For example:

    ./change-bg 10 /home/sUpricak3p/background
  • You can run this script from Run Application (press Alt+F2) and type
    ./change-bg [seconds] [location of wallpapers]
  • You can add this script at your startup by following this menu:
    System -> Preferences -> Sessions [Startup Programs] [Add] . . .

Have fun…

Link

Related Posts: