Try this in an empty directory:
~ touch A b C d
Then try Nautilus in that directory with LC_COLLATE="C".
You'll see this order: A b  C d instead of the right one: "A C b d".
It doesn't matter whether the first character in the name is a "." or not.
That "simply sorts..." sentence would require a quite complex and weird code in 
the Nautilus sources, though.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/588328

Title:
  Nautilus is not honoring the system-wide LC_COLLATE

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: nautilus

  In my home directory I have the following directories:
  Destop
  bin
  .config
  .Skype
  In /etc/default/locale I also have
  LC_COLLATE="C"

  The "ls -ad" command correctly shows:
  ----
  .Skype        .config  Desktop  bin
  ----
  as "." is ASCII 46, "A" is ASCII 65 and "a" is ASCII 97.
  Nautilus, instead shows:
  ----
  Desktop
  bin
  .Skype
  .config
  ----

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: nautilus 1:2.30.1-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Jun  1 16:56:30 2010
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, user)
   LANG=it_IT.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/588328/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to