Date: 09 May 2003 15:23:33 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Brian Gruber <knightbg@yahoo.com> Cc: lioux@freebsd.org Subject: Re: nautilus media view error Message-ID: <1052508213.312.51.camel@gyros> In-Reply-To: <20030509181702.23681.qmail@web13905.mail.yahoo.com> References: <20030509181702.23681.qmail@web13905.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-rHRYcF4qyZfk2WQFs8K2 Content-Type: multipart/mixed; boundary="=-qirKXjQnIRE8IuOAcuMX" --=-qirKXjQnIRE8IuOAcuMX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-05-09 at 14:17, Brian Gruber wrote: > Hello, >=20 > 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. >=20 > 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. =20 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=3Dyes, 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 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-qirKXjQnIRE8IuOAcuMX Content-Disposition: attachment; filename=patch-configure Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=patch-configure; charset=ISO-8859-1 --- configure.orig Mon Apr 21 05:02:08 2003 +++ configure Fri May 9 15:20:56 2003 @@ -7814,6 +7814,7 @@ =20 # This can be used to rebuild libtool when needed LIBTOOL_DEPS=3D"$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS =20 # Always use our own libtool. LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' @@ -9305,7 +9306,7 @@ fi exec_prefix_save=3D$exec_prefix if test "x$exec_prefix" =3D "xNONE"; then - exec_prefix=3D/usr/local + exec_prefix=3D$prefix fi =20 full_var=3D"$FROM_VAR" --=-qirKXjQnIRE8IuOAcuMX-- --=-rHRYcF4qyZfk2WQFs8K2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+vAA1b2iPiv4Uz4cRApY/AKCDM+6Y1dN0WtM/JrUlU1LJDEyQ6gCfVE1P gk+iz0IIPc3tNSQ65OeoE8Q= =LlJP -----END PGP SIGNATURE----- --=-rHRYcF4qyZfk2WQFs8K2--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1052508213.312.51.camel>