|
Bugzilla – Full Text Bug Listing |
| Summary: | Unable to remove song from library | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Glen Christensen <gchristensen> |
| Component: | Mono | Assignee: | Aaron Bockover <abockover> |
| Status: | VERIFIED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | aj |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Glen Christensen
2005-09-08 18:31:31 UTC
Glen could you rpm -ql banshee | grep config and attach the output of those files? Also try install glib2-devel, I think that will solve the issue. # cat /usr/lib/banshee/banshee.exe.config
<configuration>
<dllmap dll="libglib-2.0.so" target="libglib-2.0.so.0" />
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" />
<dllmap dll="libbonobo-2.so" target="libbonobo-2.so.0" />
<dllmap dll="libbanshee" target="/usr/lib/banshee/libbanshee.so" />
</configuration>
# cat /usr/lib/banshee/burn-sharp.dll.config
<configuration>
<dllmap dll="libnautilus-burn" target="libnautilus-burn.so.2" />
<dllmap dll="libnautilusburnglue"
target="/usr/lib/banshee/libnautilusburnglue.so" />
</configuration>
# cat /usr/lib/banshee/ipod-sharp.dll.config
<configuration>
<dllmap dll="ipoddevice" target="libipoddevice.so.0.0.0" />
<dllmap dll="libdbus-1" target="libdbus-1.so.1" />
<dllmap dll="libhal" target="libhal.so.1" />
</configuration>
glib2-devel is already installed: # rpm -qa | grep -i glib2-devel glib2-devel-2.8.1-3 mkestner says this looks just like a bug that got fixed in gtk-sharp 2.3.91 Permission to update gtk-sharp to 2.3.91? Okay, RC1 is using gtk-sharp-1.0.10-5 *** Bug 115938 has been marked as a duplicate of this bug. *** 2.3.91? No. We're using 1.0.10 and such an upgrade is not possible. Please extract the single patch that solves this and make a backport. Sorry, we're talking about gtk-sharp2, not gtk-sharp. But anyway, it turns out to be a different bug from the one Mike thought it was anyway. 116164 again. *** This bug has been marked as a duplicate of 116164 *** |