Wrong sort order: Lowercase before uppercase
Bug #675296 reported by
Jakob Unterwurzacher
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nautilus |
Confirmed
|
Medium
|
|||
nautilus (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: nautilus
As seen below, nautilus sorts b2 before B1. ls does it correctly.
LANG=de_DE.utf8
LANGUAGE=en
LC_COLLATE=
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://
Changed in nautilus (Ubuntu): | |
importance: | Undecided → Low |
Changed in nautilus: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
To post a comment you must log in.
The bug got sent to https:/ /bugzilla. gnome.org/ show_bug. cgi?id= 638839