nautilus media view error

Joe Marcus Clarke marcus at marcuscom.com
Fri May 9 12:23:39 PDT 2003


On Fri, 2003-05-09 at 14:17, Brian Gruber wrote:
> Hello,
> 
> I'm having a couple of annoying problems, and I hoped
> maybe someone could lend me a hand.  this is all under
> gnome 2.2 on freebsd 5.0.
> 
> Whenever I try to use the nautilus media view, i get
> the error "The Media view encountered an error while
> starting up."  Switching to the console, I can see
> what the problem really is; it's trying to load
> gst-player-view from /usr/local/libexec when it is
> actually in /usr/X11R6/libexec.  

gstreamer-player installs this binary, but doesn't list it in the
plist.  That's because it doesn't check for the presence of libnautilus.

Mario, gstreamer-player should set WANT_GNOME=yes, then check for the
presence of nautilus2.  If found, it will install the Nautilus view
(gst-player-view).  Also, replace patch-configure with the attached
patch to solve the LIBEXECDIR problem with the Nautilus view.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


-------------- next part --------------
--- configure.orig	Mon Apr 21 05:02:08 2003
+++ configure	Fri May  9 15:20:56 2003
@@ -7814,6 +7814,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -9305,7 +9306,7 @@
   fi
   exec_prefix_save=$exec_prefix
   if test "x$exec_prefix" = "xNONE"; then
-    exec_prefix=/usr/local
+    exec_prefix=$prefix
   fi
 
   full_var="$FROM_VAR"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030509/e498dca4/attachment.bin


More information about the freebsd-gnome mailing list