Bug 305023

Summary: Banshee DAAP Plugin cannot be loaded
Product: [openSUSE] openSUSE 10.3 Reporter: Ben Kahl <ben>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 10.3   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 298872    
Bug Blocks:    

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 ***