Bug 305023 - Banshee DAAP Plugin cannot be loaded
Summary: Banshee DAAP Plugin cannot be loaded
Status: RESOLVED DUPLICATE of bug 298872
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Beta 2
Hardware: x86-64 openSUSE 10.3
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 298872
Blocks:
  Show dependency treegraph
 
Reported: 2007-08-27 20:56 UTC by Ben Kahl
Modified: 2007-09-05 05:06 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kahl 2007-08-27 20:56:49 UTC
After installing every possible Version of Banshee via Yast, the alos installed proper daap plugin cannot be loaded. 
Even after compiling the actual Banshee version (which did allright), the daap Plugin cannot be activated.
Comment 1 Aaron Bockover 2007-08-27 21:20:20 UTC
This is due to bug #298872. Avahi needs to be started first, since the plugin requires mDNS support.

To start Avahi:

# /etc/init.d/avahi-daemon start

To ensure Avahi is always started on boot:

# /sbin/chkconfig -a avahi-daemon

When D-Bus fully supports system bus activation, this will finally allow applications like Banshee to start bus services (like Avahi). Unfortunately, applications have no way of starting services right now, so it has to be taken care of ahead of time by the distribution (bug #298872) or manually by the user (per my instructions above).
Comment 2 JP Rosevear 2007-09-05 05:06:46 UTC

*** This bug has been marked as a duplicate of bug 298872 ***