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 638839 - Wrong sort order: Lowercase before uppercase
Wrong sort order: Lowercase before uppercase
Status: RESOLVED DUPLICATE of bug 355152
Product: nautilus
Classification: Core
Component: Views: List View
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 639023 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-01-06 16:49 UTC by Sebastien Bacher
Modified: 2012-08-16 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2011-01-06 16:49:32 UTC
The bug has been opened on https://launchpad.net/bugs/675296


"nautilus sorts b2 before B1. ls does it correctly.
LANG=de_DE.utf8
LANGUAGE=en
LC_COLLATE="de_DE.utf8"

ls ..... nautilus
=================
a ...... a
B1 ..... b2
b2 ..... B1
c ...... c

Taking a look at nautilus environment variables:
$ cat /proc/`pgrep nautilus`/environ | tr '\000' '\n' | grep ^L
LANGUAGE=en
LOGNAME=jakob
LANG=de_DE.utf8
so, LANG is set correctly. Nautilus is doing it wrong.

$ apt-cache policy nautilus
nautilus:
  Installed: 1:2.30.1-0ubuntu1.1

Real world example: http://ubuntuforums.org/showthread.php?t=614593

http://launchpadlibrarian.net/59130644/Wrong%20sort%20order.png"
Comment 1 Cosimo Cecchi 2012-08-16 16:16:33 UTC
*** Bug 639023 has been marked as a duplicate of this bug. ***
Comment 2 Cosimo Cecchi 2012-08-16 16:19:00 UTC
This is part of the same problem mentioned in bug 355152; closing as a duplicate of that one.

*** This bug has been marked as a duplicate of bug 355152 ***