Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199855 - x11-themes/audacious-themes-0.0.3 - Bug in "Fire" theme
Summary: x11-themes/audacious-themes-0.0.3 - Bug in "Fire" theme
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 01:40 UTC by T Parys
Modified: 2007-11-21 13:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild that fixes this issue (audacious-themes-0.0.4.ebuild,4.13 KB, text/plain)
2007-11-21 01:44 UTC, T Parys
Details

Note You need to log in before you can comment on or make changes to this bug.
Description T Parys 2007-11-21 01:40:46 UTC
media-sound/audacious-1.3 incorrectly loads the "Fire" theme included in x11-themes/audacious-themes-0.0.3, and causes graphical glitches.

Reproducible: Always

Steps to Reproduce:
1. Install audacious-themes-0.0.3 (latest in portage as of 11/20/07)
2. Select "Fire" theme in audacious
3. Restart audacious

Actual Results:  
Audacious loads, with a corrupted visual theme, with many messages such as:

** (audacious:18417): WARNING **: loading of /usr/share/audacious/Skins/Fire/.xvpics/EQMAIN.BMP failed

Expected Results:  
Audacious loads, with expected visual theme, with files located in /usr/share/audacious/Skins/Fire/, not /usr/share/audacious/Skins/Fire/.xvpics/

Removing the errant .xvpics in /usr/share/audacious/Skins/Fire/ appears to fix the issue.

Adding the following to the bottom of the unpack function appears to fix this issue in my local copy of the ebuild:

  # remove nasty .xvpics directories in Fire theme
  rm -rf Fire/.xvpics
Comment 1 T Parys 2007-11-21 01:44:40 UTC
Created attachment 136569 [details]
ebuild that fixes this issue

Attached ebuild also includes another audacious/xmms/winamp theme that I also use. It would be nice to see it included.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2007-11-21 12:10:14 UTC
Please test on audacious 1.4.0; if the fire skin works there it's worth having a 0.0.3-r1 without the theme that breaks on 1.3 and having a 0.0.4 for audacious 1.4 
Ebuilds are due to be updated today but 1.4.0 should already deal with this better.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2007-11-21 13:38:36 UTC
Tested that, 1.4 really hates it as well. Good catch. Added your ebuild to portage as 0.0.4 with attribution in the ChangeLog. Could you submit your changed ebuild as a diff next time please? (Or attach a diff as well, it's just easier to see the changes you made that way)

Thank you for your bug report :)