fvwmorg / fvwm3

FVWM version 3 -- the successor to fvwm2
Other
505 stars 79 forks source link

fvwm-menu-desktop is wrong when converting multiple image files. #9

Closed domichel closed 4 years ago

domichel commented 4 years ago

When an original icon contain several images, convert in fvwm-menu-desktop is converting all the images and rename them into "filename-n.png", where n is the number of the image into the original file.

The result is a broken resulting menu because fvwm look for filename.png.

To reproduce it, I find 2 icons in my system, the ones from doxbox and xmahjongg. Otherwise any animated gif will do it.

It must be the same issue with fvwm2 as well. That patch fix that issue:

fix_multiple_images_file_conversion.patch.txt

domichel commented 4 years ago

Fix this issue https://github.com/fvwmorg/fvwm3/pull/11