GNOME Bugzilla – Bug 149809
Unable to send SIS files via Nautilus
Last modified: 2005-06-12 01:01:01 UTC
When right-clicking a SIS file (Symbian OS install program), "send via bluetooth" does not appear on the menu. You may still send SIS files from a term by using gnome-obex-send.
What mime type does nautilus think these .sis files are installed as? I probably just need to update my list of mime types for which the send files menu item is displayed.
Nautilus sees them as "application/octet-stream". Personally I think it would be better if "send via bluetooth" was acessible for any file type, not just specified ones - who knows what people may wish to send over bluetooth!
Well, the mime types include folders and other non-file types, so it's not quite as easy as just allowing anything. Definitely ought to allow application/octet-stream though.
In fact, I do: <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> <item value="application/*"/> <item value="text/*"/> <item value="audio/*"/> <item value="image/*"/> <item value="model/*"/> <item value="message/*"/> <item value="video/*"/> </oaf_attribute> Looks like there might be a bug with Nautilus/gnome-vfs. A potential fix is to port the send-to functionality to Nautilus' new extension API, rather than using the old Bonobo component one.
*** Bug 165638 has been marked as a duplicate of this bug. ***
Closing, as the nautilus plugin part is now handled by nautilus-sendto. *** This bug has been marked as a duplicate of 172127 ***