gdk-pixbuf uses a one byte longer magic for gif than shared-mime-info. Not sure it makes any difference, but here goes: static GdkPixbufModulePattern signature[] = { { "GIF8", NULL, 100 }, { NULL, NULL, 0 }
It's supposed to start with "GIF" followed by the type of GIF, so 87a, or 89a (IIRC). So GIF8 would match both, but wouldn't match a newer version of the format (unlikely as it is). * freedesktop.org.xml.in: Better magic for GIF files, from gdk-pixbuf, spotted by Matthias Clasen <mclasen@redhat.com> (Closes: #16411)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.