Gicon v0.1.0

To compile and install, read INSTALL.

I wanted  to have icons on my wallpaper in fvwm2. I have tested alot
of different desk programs, and I didn't like their way of handle icons.
So I decided to try to write my own icon handler.

It is my first "real" program that I write for X, so the code looks ugly.


The program works on my system:
    Linux 2.0.35 egcs-1.03 and libc5/libc6 on an i586
    Imlib v1.6, gtk+ 1.0.4.

How to use it:
    arguments:
	-x XXX X-coordinate on the screen where the icon should be set.
	-y XXX Y-coordinate on the screen where the icon should be set.
	If -y or/and -x isn't given the missing coordinate is set to five.
	-v Display version.
	-h Display help.
	-r program to run when the icon is clicked.
	-a Arguments for the specfield program.
	-p Icon file. (full name required!)
	-s Animation speed. The time in ms between each picture.
	
Examples:
    gicon -x 50 -y 50 -p evelyn.gif -s 300 -r xv -a "/home/jonas/pics/er.jpg"
    Puts the icon "evelyn.gif" on the background at 50,50 in all virtual windows,
    changing frame in the animated giffile, "evelyn.gif" each 300 ms.
    When you click on the picture of the background, in this case,"evelyn.gif",	
    will it start "xv" (xview) with the agrument "/home/jonas/pics/er.jpg".

If you like and use my program I would be glad if you sent me an e-mail,
just containing a subjet something like: "I like gicon"

Any bug reports/fixes and sudgestions of improvements that I should add to
gicon are welcome.
(If you want to correct my bad english you are also welcome to send
a correction.)


Jonas Aaberg <cja@unforgettable.com>

