|
Bugzilla – Full Text Bug Listing |
| Summary: | Banshee DAAP Plugin cannot be loaded | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Ben Kahl <ben> |
| Component: | GNOME | Assignee: | 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
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 *** |