Created attachment 3561 Proposed patch Hi, With garcon 0.1.5, when I use a French locale, some entries are not sorted correctly, e.g. "Éducation" (Education) is shown after "Système" (System). It seems this is caused by garcon calling g_strcmp0 () to compare entry names, instead of a locale-friendly function. The attached patch fixes this issue for me, by calling g_utf8_collate () instead. Thanks.
Fixed in 0f23d47.