GNOME Bugzilla – Bug 406496
RTL locales: when showing text besides icons, the text should be left to the icon.
Last modified: 2008-02-22 21:56:45 UTC
Please describe the problem: When using an RTL locale and checking the "text besides icons" radio button, the text is display right to the icon (as in ltr locales). This is incorrect behavior for rtl locales. the text should be displayed left to the icons. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Confirming. Also, I think perhaps that it has something to do with another bug -- the automatic alignment of items in RTL locales should be to the right side, and not to the left. I should probably open a different bug report for that one.
There is a bug for the RTL alignment of icons. I've almost got a patch that solves it. See: http://bugzilla.gnome.org/show_bug.cgi?id=342009
isplaying the text to the left of the icon does not relate to the automatic layout, you can take a look at: compute_text_rectangle() in libnautilus_private/nautilus_icon_canvas_item.c and the drawing function nautilus_icon_canvas_item_draw()
This is already solved in bug #342009 *** This bug has been marked as a duplicate of 342009 ***