GNOME Bugzilla – Bug 505364
install nautilus extension in the right spot
Last modified: 2008-01-25 19:12:22 UTC
nautilus is looking in /usr/lib/nautilus/extensions-2.0 now
Created attachment 101535 [details] [review] patch
2007-12-24 Matthias Clasen <mclasen@redhat.com> * Makefile.am: Install the nautilus extension in the right spot. (#505364)
I think that this should be fixed by querying libnautilus-extension.pc configure.in NAUTILUSDIR=`pkg-config --variable=extensiondir libnautilus-extension` AC_SUBST(NAUTILUSDIR) Makefile.am in themus and fontilus -nautilusdir = $(libdir)/nautilus/extensions-1.0 +nautilusdir = $(NAUTILUSDIR) I copied this code from totem.
Created attachment 102605 [details] [review] Use pkgconfig to find nautilus extension dir.
Thanks, committed. 2008-01-25 Jens Granseuer <jensgr@gmx.net> Patch by: Damien Carberry <damien.carberry@sun.com> * configure.in: * vfs-methods/fontilus/Makefile.am * vfs-methods/themus/Makefile.am: determine correct nautilus extension dir via pkgconfig (#505364)