Nautilus crashes when associating applications to unknown file types

Simon Barner barner at in.tum.de
Fri Jan 23 20:09:44 PST 2004


> It improved the situation in such a way that now
> `gnome-file-type-properties' crashes.

I have attached a patch that solves this problem. I don't know enough of
the glib/gnome architecture to tell, whether this will introduce a
memory leak or not.

After all, the dialog is displayed now.

The problem, that .txt files are not recognized correctly, and that
associating an application with them, still remains. Since you
indicated, that there are major changes in the area in progress, I
suppose that this will be fixed soon.

Simon
-------------- next part --------------
--- capplets/file-types/mime-edit-dialog.c.orig	Sat Jan 24 04:50:29 2004
+++ capplets/file-types/mime-edit-dialog.c	Sat Jan 24 04:51:30 2004
@@ -270,7 +270,7 @@
 				       _("Is add dialog"),
 				       _("True if this dialog is for adding a MIME type"),
 				       FALSE,
-				       G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+				       G_PARAM_READWRITE /* | G_PARAM_CONSTRUCT_ONLY */));
 
 	dialog_signals[DONE] =
 		g_signal_new ("done",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20040124/dd570706/attachment.bin


More information about the freebsd-gnome mailing list