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 576174 - Wrong sort by filename (case insensitive) - LANG cs_CZ.UTF8
Wrong sort by filename (case insensitive) - LANG cs_CZ.UTF8
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
unspecified
Other All
: Normal minor
: 1.2.8
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2009-03-21 11:48 UTC by urys
Modified: 2009-03-27 17:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gcmd-sort-good.png (104.79 KB, image/png)
2009-03-21 11:49 UTC, urys
Details
gcmd-sort-wrong.png (102.89 KB, image/png)
2009-03-21 11:49 UTC, urys
Details

Description urys 2009-03-21 11:48:26 UTC
Please describe the problem:
gnome-commander 1.3.8 revision 2488

~$ locale
LANG=cs_CZ.UTF-8
LC_CTYPE="cs_CZ.UTF-8"
LC_NUMERIC="cs_CZ.UTF-8"
LC_TIME="cs_CZ.UTF-8"
LC_COLLATE="cs_CZ.UTF-8"
LC_MONETARY="cs_CZ.UTF-8"
LC_MESSAGES="cs_CZ.UTF-8"
LC_PAPER="cs_CZ.UTF-8"
LC_NAME="cs_CZ.UTF-8"
LC_ADDRESS="cs_CZ.UTF-8"
LC_TELEPHONE="cs_CZ.UTF-8"
LC_MEASUREMENT="cs_CZ.UTF-8"
LC_IDENTIFICATION="cs_CZ.UTF-8"
LC_ALL=

Files have the wrong sort when selected sorting files by name and case sensitive option is false.

If I set language to en_US.utf8 everything is fine.

Debian Squeeze/sid
Linux version 2.6.28-1-686 (Debian 2.6.28-2~snapshot.12850) (waldi@debian.org) (gcc version 4.3.3 (GCC) ) #1 SMP Thu Feb 19 02:24:16 UTC 2009

Steps to reproduce:
wrond sort (attached screen gcmd-sort-wrong.png):
$ gnome-commander
go to settings, set "Sorting options -> Case sensitive" to false
select sorting files by name

everything is fine (attached screen gcmd-sort-good.png):
$ LANG=en_US.utf8 gnome-commander
go to settings, set "Sorting options -> Case sensitive" to false
select sorting files by name


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 urys 2009-03-21 11:49:07 UTC
Created attachment 131076 [details]
gcmd-sort-good.png
Comment 2 urys 2009-03-21 11:49:49 UTC
Created attachment 131077 [details]
gcmd-sort-wrong.png
Comment 3 urys 2009-03-21 13:11:37 UTC
sorting ok with my default language (cs_CZ.utf8) and LC_COLLATE=en_US.utf8 settings only
Comment 4 epiotr 2009-03-27 17:44:24 UTC
This problem has been fixed in our software repository (rev. 2495). The fix will go into the next software release. Thank you for your bug report.