Bugzilla – Bug 305023
Banshee DAAP Plugin cannot be loaded
Last modified: 2007-09-05 05:06:46 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.
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).
*** This bug has been marked as a duplicate of bug 298872 ***