[Bug 132675] New - registers "application/x-po-Z" mime type which conflicts with gnome-vfs2
bugzilla-daemon@widget.gnome.org
bugzilla-daemon@widget.gnome.org
Tue, 27 Jan 2004 11:53:37 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=132675
Changed by jordi@sindominio.net.
--- shadow/132675 Tue Jan 27 11:53:35 2004
+++ shadow/132675.tmp.25650 Tue Jan 27 11:53:36 2004
@@ -0,0 +1,35 @@
+Bug#: 132675
+Product: gtranslator
+Version: 1.0
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: Generally bug'd
+AssignedTo: ross@golder.org
+ReportedBy: jordi@sindominio.net
+QAContact: kabalak@gtranslator.org
+TargetMilestone: 1.0
+URL:
+Cc: pkg-gnome-maintainers@lists.alioth.debian.org
+Summary: registers "application/x-po-Z" mime type which conflicts with gnome-vfs2
+
+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.