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 506765 - Reverse order of columns in the panes for RTL languages.
Reverse order of columns in the panes for RTL languages.
Status: RESOLVED OBSOLETE
Product: gnome-commander
Classification: Other
Component: application
unspecified
Other Linux
: Normal normal
: 2.0
Assigned To: GNOME Commander maintainer(s)
epiotr
Depends on:
Blocks:
 
 
Reported: 2008-01-02 00:10 UTC by Djihed Afifi
Modified: 2018-08-03 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Djihed Afifi 2008-01-02 00:10:01 UTC
When using an LTR language (English), we get this order from left to right:

Icon - Name - Ext - Size - Data ...etc


When using an RTL language, e.g Arabic, the same order should be from right to left. Currently the order stays as is. Which is wrong.

I toyed around with gnome-cmd-file-list.cc, the array file_list_column can be reversed to reverse *only* the titles of the columns, this can be created as file_list_column_rtl, I but don't  know:

1) where to plug the RTL test: 
if(gtk_widget_get_default_direction() == GTK_TEXT_DIR_RTL)

2) where to reverse the order of the rows.

(to try an rtl language:
LC_ALL=ar_DZ.UTF8 gnome-commander 
after installing locales)
Comment 1 GNOME Infrastructure Team 2018-08-03 17:52:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-commander/issues/14.