I want a small running bicycle (maybe an animation GIF) on the desktop, to remind me focus on work and work hard, can I?
It can be embedded in a small window, but it's better to remove the surrounding window border.
It's even better if it supports GIF-89a animation, so I can customize it whatever I want.
1 Answer
First install shantz-xwinwrap from here, then install gifsicle from the software center.
Now create an empty file on the desktop, open it with gedit and then copy and paste the content of this in it.
Now save the file as gifbg , make it executable then run
gksu nautilusand navigate to/usr/bin/and paste the file there .Now to use a .gif as a desktop background run
gifbg path/to/gifIf you want it to be your wallpaper at every boot then add
gifbg path/to/gifcommand to your startup applications .
Source and detailed answers at:
2