Comment 0 for bug 943148

Revision history for this message
su_v (suv-lp) wrote : [regression] New 'Import Clip Art…' dialog in trunk fails on Mac OS X

New (refactored) import feature from OpenClipart.org fails on Mac OS X with this error:

(inkscape:29713): glibmm-CRITICAL **:
unhandled exception (type Glib::Error) in signal handler:
domain: g-io-error-quark
code : 15
what : Operation not supported

Steps to reproduce:
1) launch Inkscape trunk
2) open 'File > Import Clip Art…'
3) enter search phrase and click on "Search"

-> search returns no results in the dialog, and above messages are printed to the console instead. Inkscape itself does not crash, and the dialog can be closed normally (using the 'Close' button).

Reproduced with Inkscape 0.48+devel r11030 on
- Mac OS X 10.5.8, Apple GCC 4-2-1, glib 2.28.8, glibmm 2.28.0
- OS X 10.7.2, FSF GCC 4.6.2, glib 2.30.2, glibmm 2.28.2

Regression was introduced in revision 11027 with the merge of lp:~and471/inkscape/ocal-dialog-improvements.
For further details, see the discussion in the merge proposal:
<https://code.launchpad.net/~and471/inkscape/ocal-dialog-improvements/+merge/56234>