Re: [Rhythmbox-devel] Applet



On Thu, 2005-02-17 at 16:29 -0600, Terry R. Grier wrote:
>Does anyone have an RPM for Fedora for the gnome Applet?  I am using FC3.
>
>If not .. could someone help explain how to install it .. from the tar?
It is the usual ./configure --prefix=/usr/local && make && sudo make
install way, plus you need to make sure
that /etc/bonobo-activation/bonobo-activation-config.xml contains an
<item>/usr/local/lib/bonobo/servers</item> between the <searchpath>
tags:

<?xml version="1.0"?>
<oafconfig>
<searchpath>
	<!-- Examples: -->
	<!-- <item>/opt/gnome2/lib/bonobo/servers</item> -->
	<!-- <item>/usr/local/gnome2/lib/bonobo/servers</item> -->
	<!-- <item>/opt/gnome2/bonobo-activation/lib/bonobo/servers</item> -->
	<item>/usr/local/lib/bonobo/servers</item>
</searchpath>
</oafconfig>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]