Frequently Asked Questions about rhythmbox-applet
=================================================

Q: I compiled and installed rhythmbox-applet, but it's not showing up in the
   Add to Panel menu.  What's wrong?

A: You installed the applet's .server file, which tells GNOME about the
   applet, to a directory that isn't being checked.  The .server file gets
   installed to $PREFIX/lib/bonobo/servers, where $PREFIX equals whatever
   directory you specified as --prefix at compile time (default: /usr/local).

   The easiest way to fix this is to add the directory the .server file is
   to add it to the list of directories that get checked.  Edit
   /etc/bonobo-activation/bonobo-activation-config.xml (or wherever Bonobo
   keeps its activation configuration on your system) and add this line:

       <item>$PREFIX/lib/bonobo/servers</item>

   between <searchpath> and </searchpath>, replacing $PREFIX with the
   appropriate directory.  For example, with the default prefix, you would
   say:

       <item>/usr/local/lib/bonobo/servers</item>

   Then log out and log back into GNOME to make sure the directory gets
   re-scanned.
