|
Bugzilla – Full Text Bug Listing |
| Summary: | banshee crashes at first start | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Andreas Jaeger <aj> |
| Component: | GNOME | Assignee: | Gary Ekker <gekker> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Jaeger
2005-09-05 09:50:43 UTC
is HELIX_LIBS set? HELIX_LIBS is detected at configure and set in the wrapper script. Real has no sane way of letting anyone know where it's installed other than the HELIX_LIBS env. HELIX_LIBS points to the libraries for all of the Real/Helix player core. Specifically, hxclientkit needs HELIX_LIBS/common/clntcore.so to initialize. Do you have a RealPlayer installed where HELIX_LIBS is pointing? For me, under SuSE, it has always been /usr/lib/RealPlayer10 Where should I set HELIX_LIBS? I haven't done this manually. Realplayer is installed under /usr/lib/RealPlay10 As noted, HELIX_LIBS is set in the wrapper script, /usr/bin/banshee. I'm not seeing this issue with 0.9.5 or 0.9.6 I'm seeing this with banshee-0.9.5-2. Note that I only see this after I delete the .config files. As of 0.9.5, I don't think Banshee uses ~/.config/banshee for anything anymore. The only thing it used to use that for was for storing its database. The default library location is now ~/My Music, and the database is stored in that directory with the name ".banshee.db" It shouldn't have any affect on HELIX_LIBS whatsoever, but can you try taking clearing some settings in gconf under /apps/Banshee? And you're sure that you actually have RP installed at HELIX_LIBS? My feeling might be that it was configured for HELIX_LIBS in the proper place, but maybe it got moved or something. Testing with 0.9.6 now. 0.9.6 still creates ~/.config/banshee and ~/.config/sonance. After: rm -rf .config/banshee .config/sonance .gconf/apps/Banshee I still get this crash. Could you test exactly this on a 10.0 system, please? I think I know what the issue is, only the helix engine is running gst-register. the gst engine needs to as well. Try mbuild packages macintyre-jpr-36. Added gst-register to %post for banshee-engine-gst. Let's see if that fixes it for you AJ. Setting to NEEDINFO AJ so that he remembers to check this. ;-) Just installed latest packages: This fixes it for me, thanks. |