GNOME Bugzilla – Bug 132675
registers "application/x-po-Z" mime type which conflicts with gnome-vfs2
Last modified: 2004-12-22 21:47:04 UTC
From the Debian BTS's #229552 (http://bugs.debian.org/229552): Gtranslator registeres "application/x-po-Z" mime type. However, gnome-vfs wants to assert the lowercase strings for the types. I get the following messages when trying to call gnome_vfs_get_registered_mime_types() function: libgnomevfs-CRITICAL **: file gnome-vfs-mime-info.c: line 916 (get_value_real) Removing gtranslator from the system cures the problem: no messages are displayed. I would suggest using "application/x-po-compress" type instead, along with the ".Z" extension for the files, just like "application/x-compress" is used for the unix compress archives.
Fixed in CVS.