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 509966 - dropping gnome-vfs-2.0 from libnatilus-extension.pc Requires list causes problems
dropping gnome-vfs-2.0 from libnatilus-extension.pc Requires list causes prob...
Status: RESOLVED WONTFIX
Product: nautilus
Classification: Core
Component: general
2.21.x
Other Linux
: Normal blocker
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-16 18:36 UTC by Joseph Sacco
Modified: 2008-01-16 20:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Joseph Sacco 2008-01-16 18:36:15 UTC
libnautilus-externsion.pc used to contain gnome-vfs-2.0 in the "Requires" list:

     OLD list: Requires: glib-2.0 gtk+-2.0 gnome-vfs-2.0
     NEW list: Requires: glib-2.0 gio-2.0 gtk+-2.0


Removing gnome-vfs-2.0 from the "Requires" list breaks a number of applications, for example, file-roller, seahorse, gksu, nautilus-sendto.


-Joseph
Comment 1 Alexander Larsson 2008-01-16 20:52:13 UTC
What can I say, the API is changed and nautilus no longer uses gnome-vfs. 

We use a separate directory for the extensions, so any old extensions are ignored. You can either port the extensions or not build them on recent nautilus versions.