From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 17:22:56 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 3A9C316A4CE for ; Sun, 13 Feb 2005 17:22:56 +0000 (GMT) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id B600B43D3F for ; Sun, 13 Feb 2005 17:22:55 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from localhost ([69.40.88.94]) by ispmxmta06-srv.alltel.net with ESMTP id <20050213172254.ZBRN11805.ispmxmta06-srv.alltel.net@localhost> for ; Sun, 13 Feb 2005 11:22:54 -0600 Date: Sun, 13 Feb 2005 12:23:11 -0500 From: Trey Sizemore To: freebsd-questions@freebsd.org Message-ID: <20050213122311.33c14f78@localhost> Organization: very poor X-Mailer: Sylpheed-Claws 1.0.1cvs1.3 (GTK+ 2.4.14; i386-unknown-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Locale settings messed up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 17:22:56 -0000 It would appear that my locale settings are defaulting back to C, at least for gnome apps. I log in using GDM and set my locale to en _US but my gnome/gtk apps (specifically mailers like sylpheed and evolution) default to C when sorting my mail folders (case sensitive) or presenting date formats for the current locale. Here's my locale output trey@salamander~> locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_ALL= It appears that the entries presented with quotes (COLLATE) is telling me there's a problem. How can I fix this? It's driving me crazy. Thanks.