no openclipart menu in archlinux

Bug #760487 reported by MrMagne
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Invalid
Undecided
Unassigned
inkscape (Arch Linux)
New
Undecided
Unassigned

Bug Description

In archlinux (inkcsape 0.48) I don't see the menu entry for importing/exporting from openclipart.org, Though
"inkscape --verb=FileImportFromOCAL" opens the dialog, but it doesn't seem to work...
In my preferences I have "openclipart.org" as server name, no username, no password.
Checking in ubuntu (inkscape 0.48) the menu entry is here, with the same preferences....

Is there a configure option to enable this ? a ./configure --help doesn't show this, but it shows a --enable-FEATURE option without listing all possible FEATURES (some optional features are detailed but I'm not sure the list is exhaustive). Searching the wiki doesn't give more inputs on that topic.

Revision history for this message
su_v (suv-lp) wrote :

Do you have gnome-vfs installed (import from openclipart - as in current trunk and the 0.48.x branch - depends on gnome-vfs) or explicitly configured the sources without gnome-vfs (--without-gnome-vfs)?

The menu entry is disabled if gnome-vfs is not enabled (i.e. not found by configure, or disabled per configure option) because the dialog will not be functional:
<http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/view/head:/src/menus-skeleton.h#L30>

tags: added: build openclipart
Revision history for this message
su_v (suv-lp) wrote :

Gnome-vfs is also used to load non-local files in Inkscape (beyond the import from OpenClipart):
<http://wiki.inkscape.org/wiki/index.php/Release_notes/0.46#Other_changes_and_improvements>

Revision history for this message
su_v (suv-lp) wrote :

Possibly related packaging issues (downstream):
Bug #210336 in Inkscape: “Open Clip Art import fails under Kubuntu”
Bug #496223 in Inkscape: “inkscape should recommend rather than suggest libgnomevfs2-extra”

Revision history for this message
Splex (splex) wrote :

the official archlinux package is currently configured like this:
  ./configure --prefix=/usr \
    --with-python \
    --with-perl \
    --without-gnome-vfs \
    --with-xft \
    --enable-lcms \
    --enable-poppler-cairo \
    --disable-dependency-tracking

Revision history for this message
MrMagne (mr.magne) wrote :

That's probably the problem, maybe it should be more explicit that this feature depends on gnome-vfs. Thanks for the quick reply !

Revision history for this message
MrMagne (mr.magne) wrote :

Any plans for switching to gvfs instead of gnome-vfs in inkscape ?

Revision history for this message
su_v (suv-lp) wrote :

> Any plans for switching to gvfs instead of gnome-vfs in inkscape ?

The report [1] you first added your comment to is about a refactoring proposal for 'Import from OCAL' using GFile API (AFAIU from glib/gio) instead of depreciated GNOMEVFS:

<https://blueprints.launchpad.net/inkscape/+spec/ocal-import-dialog-resdesign>
<http://wiki.inkscape.org/wiki/index.php/OCAL_Dialog_Re-Design>

[1] Bug #734417 “OpenClipart Dialog needs improving”
   <https://bugs.launchpad.net/inkscape/+bug/734417>

affects: archlinux → inkscape (Arch Linux)
Revision history for this message
su_v (suv-lp) wrote :

> the official archlinux package is currently configured like this:
> …
> --without-gnome-vfs \

Closing as 'Invalid' in Inkscape. Please add a comment and reopen if you don't agree and think this was done in error.

Changed in inkscape:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.