Bug 295171

Summary: gnome-cd has broken icons for next/prev/ff/rew
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: gnome-mediaAssignee: Bastien Nocera <bnocera>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-19 05:40:52 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:

Description Bill Nottingham 2007-09-18 17:34:24 UTC
Description of problem:

SSIA

Version-Release number of selected component (if applicable):

gnome-media-2.20-0.1.fc8

Comment 1 Matthias Clasen 2007-09-19 05:13:38 UTC
Problem here is that GTK_MEDIA_PLAY etc are _stock_ names, not icon names.
the actual icon names have a -ltr or -rtl suffix. The commit that caused this
breakage is:

http://svn.gnome.org/viewcvs/gnome-media/trunk/gnome-cd/gnome-cd.c?r1=3532&r2=3627



Comment 2 Matthias Clasen 2007-09-19 05:17:40 UTC
I agree with ditching the stock icon registration, but the construction of image
should go back to the from_stock functions.

Comment 3 Matthias Clasen 2007-09-19 05:40:52 UTC
I've put a minimally invasive patch to restore the icons into rawhide.
You may want to do a 2.20.0.1 release to fix this upstream...