GNOME Bugzilla – Bug 638839
Wrong sort order: Lowercase before uppercase
Last modified: 2012-08-16 16:19:00 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"
*** Bug 639023 has been marked as a duplicate of this bug. ***
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 ***