After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690563 - Missing icons for undo/redo, back/forward, first/last...
Missing icons for undo/redo, back/forward, first/last...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-12-20 16:42 UTC by Mantas Mikulėnas (grawity)
Modified: 2012-12-29 19:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mantas Mikulėnas (grawity) 2012-12-20 16:42:02 UTC
Latest Gtk git version does not correctly show icons which depend on the text direction – undo/redo (e.g. in gedit's toolbar), indent/outdent, first/last, back/forward, and so on... Instead, it just shows the generic "image missing" image. The icon files definitely exist and are valid PNGs, `strace` shows them being opened.

`git bisect` points me at:

commit a73cc55e022c69fb2c7f6b059b0a9c12c3f057e1
Author: Benjamin Otte <otte@redhat.com>
Date:   Tue Dec 18 17:47:06 2012 +0100

    stylecontext: Use state flags for direction
    
    ... instead of using a custom direction member.
    
    And with that, GtkWidget doesn't need to call
    gtk_style_context_set_direction() anymore.
Comment 1 Benjamin Otte (Company) 2012-12-21 19:40:40 UTC
Hrm, opening gedit works fine for me, both in the default and in the he_IL locale. Is anybody else able to reproduce this? Or able to tell me what I'm doing wrong?
Comment 2 Mantas Mikulėnas (grawity) 2012-12-29 19:30:55 UTC
Appears to be fixed in Git.