From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 19 14:01:38 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E3816A4DE for ; Wed, 19 Jul 2006 14:01:38 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C91443D6B for ; Wed, 19 Jul 2006 14:01:20 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 7EC6417F971; Tue, 4 Jul 2006 16:40:49 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 14455CDE02; Wed, 19 Jul 2006 16:01:19 +0200 (CEST) Received: from lofi.dyndns.org (dslb-084-061-130-032.pools.arcor-ip.net [84.61.130.32]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id B193A146552; Wed, 19 Jul 2006 16:01:18 +0200 (CEST) Received: from kiste.my.domain (root@kiste.my.domain [192.168.8.4]) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id k6JE1D4v031195 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Jul 2006 16:01:15 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by kiste.my.domain (8.13.6/8.13.4) with ESMTP id k6JE1CNP041264; Wed, 19 Jul 2006 16:01:12 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by kiste.my.domain (8.13.6/8.13.4/Submit) id k6JE1BBd041263; Wed, 19 Jul 2006 16:01:11 +0200 (CEST) (envelope-from lofi@freebsd.org) X-Authentication-Warning: kiste.my.domain: lofi set sender to lofi@freebsd.org using -f From: Michael Nottebrock To: Joe Marcus Clarke Date: Wed, 19 Jul 2006 16:01:08 +0200 User-Agent: KMail/1.9.3 References: <200607180145.14402.lofi@freebsd.org> <200607182059.52274.lofi@freebsd.org> <1153269484.56053.146.camel@shumai.marcuscom.com> In-Reply-To: <1153269484.56053.146.camel@shumai.marcuscom.com> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: gnome@freebsd.org Subject: Re: How to change the sort order in gtk2/gnome file dialogs? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 14:01:38 -0000 --nextPart1249936.qv2pnO909d Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday, 19. July 2006 02:38, Joe Marcus Clarke wrote: > On Tue, 2006-07-18 at 20:59 +0200, Michael Nottebrock wrote: > > On Tuesday, 18. July 2006 02:50, Joe Marcus Clarke wrote: > > > This was discussed a while back as I recall, and the conclusion was > > > that since FreeBSD didn't honor LC_COLLATE, that there was no way to > > > change the sort order. I may be wrong on the conclusion, but you cou= ld > > > try hunting down LC_COLLATE in the archive, and see what comes up. > > > > Surely you aren't saying every GNOME user on FreeBSD has to put up with > > case-sensitively sorted lists? Isn't there at least a gconf key I could > > modify or something? :( > > GConf is outside of GTK+, but there's no such key of which I am aware. > As I said, I recall this problem being tied to LC_COLLATE, and thus > nothing that can be easily done. But is it really a FreeBSD issue? I used to think that LC_* were complete=20 no-ops on FreeBSD, but it seems I was wrong: [lofi@kiste]:0:~ > locale LANG=3Dde_DE.ISO8859-15 LC_CTYPE=3D"de_DE.ISO8859-15" LC_COLLATE=3D"de_DE.ISO8859-15" LC_TIME=3D"de_DE.ISO8859-15" LC_NUMERIC=3D"de_DE.ISO8859-15" LC_MONETARY=3D"de_DE.ISO8859-15" LC_MESSAGES=3D"de_DE.ISO8859-15" LC_ALL=3D [lofi@kiste]:0:~ > env LC_COLLATE=3DC locale LANG=3Dde_DE.ISO8859-15 LC_CTYPE=3D"de_DE.ISO8859-15" LC_COLLATE=3DC LC_TIME=3D"de_DE.ISO8859-15" LC_NUMERIC=3D"de_DE.ISO8859-15" LC_MONETARY=3D"de_DE.ISO8859-15" LC_MESSAGES=3D"de_DE.ISO8859-15" LC_ALL=3D Why does this not translate to GTK+? =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1249936.qv2pnO909d Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBEvjsnXhc68WspdLARAq9VAKCJRoRqDN36XX+FYXxGvVEfKWNafgCdGFPq qQckxp08x7mISBP5fMP7IHg= =EogY -----END PGP SIGNATURE----- --nextPart1249936.qv2pnO909d--