Comment 3 for bug 621577

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Fixed in lp:unity-place-applications revision 115:
------------------------------------------------------------
revno: 115
fixes bug(s): https://launchpad.net/bugs/621577
committer: Mikkel Kamstrup Erlandsen <email address hidden>
branch nick: MASTER
timestamp: Tue 2010-09-28 15:44:45 +0200
message:
  Fix bug #621577 "Applications should be Unicode-sorted".

  The fix is done by implementing a Xapian::Sorter that uses g_utf8_collate_key() to generate collation keys for the current locale. In order for glib to pick up the correct collation rules we have to set LC_ALL and not just LC_MESSAGES on startup.
------------------------------------------------------------