Chances are that one or more of your images are making one of the underlying Gtk image-loading libraries freak out for some reason. Try doing something like:

  find image-directory -type f -print0 | \
    xargs -0 -n 1 xscreensaver-getimage -v -root -file

to load every image, in turn, onto your root window. See which one blows up.

--
Jamie Zawinski       [EMAIL PROTECTED]                  http://www.jwz.org/
                    [EMAIL PROTECTED]      http://www.dnalounge.com/
                                         http://jwz.livejournal.com/





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to