Mattia Rizzolo <[email protected]> writes: > Control: tag -1 moreinfo unreproducible > > On Tue, Sep 18, 2018 at 11:59:28AM +0200, Mattia Rizzolo wrote: >> On Sat, Aug 18, 2018 at 03:37:42PM +0200, Göran Weinholt wrote: >> > The "Import Clip Art" function in the File menu is not working. The >> > dialog shows an error: "Could not connect to the Open Clip Art >> > Library". The terminal logs an error: >> > >> > ** (inkscape:12723): WARNING **: 15:35:06.393: >> > ImportDialog::on_xml_file_read(): >> > Failed to retrieve 'http://openclipart.org/media/feed/rss/some string' >> > Operation not supported >> >> Forwarded, see above. > > I just tried again, and I couldn't reproduce this error anymore. Like > upstream, I'm blaming something on gtkmm or glib, although I'm not sure > on what. > > Could you please try again?
I tried again and it still didn't work. I traced it through glibmm to glib and saw /usr/lib/x86_64-linux-gnu/gio/modules in strace. I looked at what files go there with apt-file and found gvfs. Installing gvfs almost fixed it; gvfs-backends was also needed. Now I can search for clipart. So maybe add Recommends: gvfs-backends? It added another 15MB to the disk usage for me. Regards, -- Göran Weinholt https://weinholt.se/

