animate window loses decoration
Posted: 2010-03-07T07:37:26-07:00
I have some bash script that call animate to show (animated) gifs or jpegs (Linux, KDE 3.5).
Since I upgraded from imagemagick-6.5.2.9 to imagemagick-6.5.8.8 the animate window loses its window manager decorations (title bar, border etc) after the first frame is displayed, i.e: At start the window is decorated but when the animation goes on the decoration totally disappears.
An minimal example would be:
animate -delay 50 -loop 0 http://www.imagemagick.org/image/logo.jpg
(although with this small JPEG on a fast computer the initial window decoration is hard to recognise)
The same happens with an animated gif, e.g:
animate -delay 50 -loop 0 http://upload.wikimedia.org/wikipedia/c ... motion.gif
If I use the display command instead of animate the window decorations stay.
I really don't think this is a bug, rather I believe I'm doing something wrong (e.g. missing an option).
Since I upgraded from imagemagick-6.5.2.9 to imagemagick-6.5.8.8 the animate window loses its window manager decorations (title bar, border etc) after the first frame is displayed, i.e: At start the window is decorated but when the animation goes on the decoration totally disappears.
An minimal example would be:
animate -delay 50 -loop 0 http://www.imagemagick.org/image/logo.jpg
(although with this small JPEG on a fast computer the initial window decoration is hard to recognise)
The same happens with an animated gif, e.g:
animate -delay 50 -loop 0 http://upload.wikimedia.org/wikipedia/c ... motion.gif
If I use the display command instead of animate the window decorations stay.
I really don't think this is a bug, rather I believe I'm doing something wrong (e.g. missing an option).