After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 102653 - Bonobo_Stream_getInfo() does not return mime type for non-file: prefix
Bonobo_Stream_getInfo() does not return mime type for non-file: prefix
Status: RESOLVED WONTFIX
Product: bonobo
Classification: Deprecated
Component: libbonobo
unspecified
Other other
: Normal major
: ---
Assigned To: Michael Meeks
bonobo qa
Depends on:
Blocks: 82283
 
 
Reported: 2003-01-07 05:22 UTC by kz
Modified: 2006-11-15 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
showcase. bonobo_widget_new_control fail, thou there's EOG control for the purpose. (842 bytes, text/plain)
2003-01-06 15:25 UTC, kz
Details

Description kz 2003-01-06 15:20:53 UTC
Package: bonobo
Severity: critical
Version: 2.1.0
Synopsis: Bonobo_Stream_getInfo() does not return mime type.
Bugzilla-Product: bonobo
Bugzilla-Component: libbonobo

Description:
bonobo_widget_new_control() API invoke that API to get mime information
for filling query string.
but return value of mime type is empty and query fails.




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-06 10:20 -------

Reassigning to the default owner of the component, michael@ximian.com.

Comment 1 kz 2003-01-06 15:25:56 UTC
Created attachment 13379 [details]
showcase. bonobo_widget_new_control fail, thou there's EOG control for the purpose.
Comment 2 kz 2003-01-17 17:45:30 UTC
libbonobo:Bonobo-stubs.c:329 has this routine.
and it's full of ORBit codes. then,
is this ORBit bug?
Comment 3 kz 2003-01-27 16:27:35 UTC
well, when the moniker is local one; file://home/username/any.png
fetching mime succeed to image/png, and ok to call eog control.

is this problem all about vfs: moniker extender, or stream manipulcation?
Comment 4 Michael Meeks 2003-02-04 12:33:52 UTC
This is prolly not going to get fixed anytime soon - there are several
problems - particularly the lack of a centralised caching
infrastructure makes this difficult to fix elegantly. To fix it - we
need a threaded ORB, a gnome-vfs caching daemon, and then we can do it
;-) ie. some more work required.
Comment 5 kz 2003-02-06 23:32:17 UTC
do you have any workaround n'yet?
Comment 6 kz 2003-02-08 21:21:40 UTC
gnome-vfs is able go get mime info from remote stream, right?
then why not import gnome-vfs's ability?
Comment 7 Michael Meeks 2003-02-14 11:27:28 UTC
This is prolly not going to get fixed anytime soon - there are several
problems - particularly the lack of a centralised caching
infrastructure makes this difficult to fix elegantly. To fix it - we
need a threaded ORB, a gnome-vfs caching daemon, and then we can do it
;-) ie. some more work required. [!]
Comment 8 Kjartan Maraas 2003-10-04 21:52:08 UTC
Just to get an updated status on this. ORBit2 is handling threads
better now and Alex is working on the daemon in a separate branch, right?
Comment 9 Luis Villa 2004-02-21 18:34:42 UTC
Switching QA maint to an alias that points at me for easier sorting. Search on
'louie doing alias spam' to find all emails and mark read.
Comment 10 Kjartan Maraas 2006-11-15 15:27:54 UTC
This is way old and we've got the caching daemon and thread support in the ORB so I'm marking the rest as WONTFIX :-) The testprogram gives critical warnings anyway now.