From owner-freebsd-questions Fri Sep 22 17:33:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from downstairs.conyers.net (cr419806-a.wlfdle1.on.wave.home.com [24.42.55.97]) by hub.freebsd.org (Postfix) with ESMTP id D4E4737B423 for ; Fri, 22 Sep 2000 17:33:14 -0700 (PDT) Received: from home.com (localhost [127.0.0.1]) by downstairs.conyers.net (8.9.3/8.9.3) with ESMTP id UAA04333; Fri, 22 Sep 2000 20:33:38 -0400 (EDT) (envelope-from pnmurphy@home.com) Message-ID: <39CBFA5F.10DF0A4C@home.com> Date: Fri, 22 Sep 2000 20:33:35 -0400 From: Paul Murphy X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Browning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: locale questions References: <39CB5D39.E889EC30@prokyon.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Browning wrote: > > I get the following warning when trying to run any one of > several gnome apps (glade, pan, spruce, etc.): > > Gdk-WARNING **: locale not supported by Xlib, locale set to > C > > Gdk-WARNING **: can not set locale modifiers > > I was getting complaints with perl, too but after some > research, I seemed to fix those by setting: > LC_ALL=en_US.ISO_8859-1; export LC_ALL > LC_CTYPE=en_US.ISO_8859-1; export LC_CTYPE > LANG=en_US.ISO_8859-1; export LANG > > I notice that: > bash-2.04$ ls /usr/X11R6/share/locale/en_GB/LC_MESSAGES/ > control-center.mo gimp.mo gnome-libs.mo > ee.mo glade.mo gnome-media.mo > ghex.mo gnome-applets.mo gnome-pim.mo > gimp-libgimp.mo gnome-core.mo gnome-utils.mo > gimp-script-fu.mo gnome-games.mo gnumeric.mo > gimp-std-plugins.mo gnome-iconedit.mo sawfish.mo > > but I want en_US. I'm not in Britain. > bash-2.04$ ls /usr/X11R6/share/locale/en_US/LC_MESSAGES > enlightenment.mo > > I also notice that: > bash-2.04$ ls /usr/compat/linux/usr/share/locale/en_US > LC_COLLATE LC_MESSAGES LC_NUMERIC > LC_CTYPE LC_MONETARY LC_TIME > > but > bash-2.04$ ls /usr/X11R6/share/locale/en_US > LC_MESSAGES > > I think I'm on the right track here, but I don't know just > how I managed to get this configuration or just how to fix > it. I'm running FreeBSD 4.1-RELEASE and Gnome-1.2. Anyone? > Any help greatly appreciated. > > -- > ------------------------ > Chris Browning > brownicm@prokyon.com > ------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message My bandaid solution was to: ln -s /usr/share/locale/en_US.ISO_8859-1 /usr/share/locale/en_US -- Paul Murphy http://members.home.com/pnmurphy/ Home Lat: 43° 33' 29" N, Lon: 79° 39' 03" W Work Lat: 43° 25' 39" N, Lon: 79° 42' 27" W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message