From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 19:58:23 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8301616A4CE for ; Thu, 6 Jan 2005 19:58:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257E043D1D for ; Thu, 6 Jan 2005 19:58:23 +0000 (GMT) (envelope-from ssalamander@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so248064rne for ; Thu, 06 Jan 2005 11:58:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=EbFAn4/UoxNLQOAHx9kp9/HKE3XNQw1B7sjDWaAH78nY8dZ4tUNuooJ15cCq9WMHKelztOwAG7KOkDu2EH3iWWY4HdInDurKwj8iXlyz0RRxUX4V5vs81mqTl/q5QbYwe9RTwGa924gidZYkcHLfyayoUjT5AP6SM9rHuGDo/aQ= Received: by 10.38.9.49 with SMTP id 49mr103570rni; Thu, 06 Jan 2005 11:58:22 -0800 (PST) Received: by 10.38.152.12 with HTTP; Thu, 6 Jan 2005 11:58:22 -0800 (PST) Message-ID: <81bf90de0501061158f0b0131@mail.gmail.com> Date: Thu, 6 Jan 2005 14:58:22 -0500 From: S Salamander To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Changing my locale X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: S Salamander List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 19:58:23 -0000 I'm using GDM to log into KDE. I've set the locale option on the GDM login screen to US English (en-us UTF-8) but noticed that in my Evolution mail reader that the mail folders are being sorted case sensitively. This shouldn't be the case if the locale is set as I thought it was. Running 'locale' from my bash prompt shows en_US UTF-8 for all options, but most are quoted ("en_US UTF-8") leading me to believe they're not correct and falling back to C. How do I change the locale 'the right way"? I'm not at that machine right now, so if the output above is off a letter or two, I apologize. Thanks.