Hello! I found three bugs in several places in gEDA stuff:
1) (The biggest one first) gschem crashes if started from unwritable directory just after reading init files, as some messages do appear on the console. Probably error on creating logfile is not handled properly and ewerything ends with Segmentation fault. 2) Some pictures in geda-docs-20050820/switcap/switcap have nothing usefull inside. There are 6 images named img1.png to img6.png but only img5.png contains anything visible, img6.png has even zero length. 3) Some c files in geda-20050820/graphman (namely main.c raw2gw.c support.c and support.h) have execute bit set. This is minor bug but may cause some overuspicious validation tools (rpmlint) to set alarm. Wojciech Kazubski