Bug 213172
| Summary: | Xmms crashes when doubling size | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Greg Huber <huber601> |
| Component: | xmms | Assignee: | Ville Skyttä <scop> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | extras-qa, ghuber, jkubin, lists, njcrubel, rhka, russell |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.2.10-29 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-06 21:19:55 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 213321 | ||
|
Description
Greg Huber
2006-10-31 01:28:56 UTC
Same as bug 166469? Yep, the same, known upstream bug: http://bugs.xmms.org/show_bug.cgi?id=1907 Workaround: In a shell before starting xmms, do: export XLIB_SKIP_ARGB_VISUALS=1 To make this permanent in the menu entry, change the Exec= line in /usr/share/applications/redhat-audio-player.desktop to: Exec=env XLIB_SKIP_ARGB_VISUALS=1 xmms -e %F ...or of course, a wrapper script could be created for launching xmms, perhaps moving the original executable to /usr/libexec/xmms and calling that from the wrapper in /usr/bin. Setting XLIB_SKIP_ARGB_VISUALS=1 before starting xmms works. Thank You. *** Bug 213598 has been marked as a duplicate of this bug. *** *** Bug 213825 has been marked as a duplicate of this bug. *** *** Bug 212621 has been marked as a duplicate of this bug. *** Wrapper script workaround applied in 1.2.10-29.fc* which will enter the FC6+ repos in the next push. *** Bug 214478 has been marked as a duplicate of this bug. *** *** Bug 214565 has been marked as a duplicate of this bug. *** |