From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 4 15:23:37 2005 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 384FB16A41F for ; Fri, 4 Nov 2005 15:23:37 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB7443D49 for ; Fri, 4 Nov 2005 15:23:35 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: (qmail 71142 invoked from network); 5 Nov 2005 00:23:32 +0900 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s384; d=izb.knu.ac.kr; b=D1hCRT4hhu5Z/JaYFisfBYJHVY6fnt1FV7OmuNUzEceK7oFTnqg+iIOCce0+aq3y ; Received: from e.mx (HELO i.mx) (2002:9be6:9d5d:2::1) by e.mx (envelope-from bh@izb.knu.ac.kr) with AES256-SHA encrypted SMTP; 5 Nov 2005 00:23:32 +0900 Received: (qmail 71128 invoked from network); 5 Nov 2005 00:23:31 +0900 Received: from i.mx (HELO null.mx) (2002:9be6:9d5d:3::1) by i.mx (envelope-from bh@izb.knu.ac.kr) with AES256-SHA encrypted SMTP; 5 Nov 2005 00:23:31 +0900 Received: by null.mx (Postfix, from userid 10001) id F35DC3E21; Sat, 5 Nov 2005 00:23:30 +0900 (KST) Date: Sat, 5 Nov 2005 00:23:30 +0900 From: Byung-Hee HWANG To: Nicholas Wieland Message-ID: <20051105002216.Nms0NGRLj6.bh@izb.knu.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051102091124.GA948@pixie.subbacultcha.home> User-Agent: Mutt/1.4.2.1i Organization: InZealBomb X-URL: X-PGP-Key-URL: X-PGP-Key-Fingerprint: B276 4B6D 4A66 3E36 6A84 41E4 C86E 1C41 B622 D427 X-PGP-Key-Expires: 2005-12-08 UTC X-Operating-System: FreeBSD 4.11-STABLE X-Originating-IP: [2002:9be6:9d5d:1::1] Cc: gnome@freebsd.org, stable@freebsd.org, bland@FreeBSD.org Subject: Re: gnome-terminal and locale support 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: Fri, 04 Nov 2005 15:23:37 -0000 On Wed, Nov 02, 2005 at 10:11:24AM +0100, Nicholas Wieland wrote: > - Alexander Nedotsukov : > > >When I run xterm I get a: > > > Warning: locale not supported by C library, locale unchanged > > > > And this is strange. I do not think your problem is GNOME related. Which > > X11 port do you use (XFree86 or Xorg)? Are they up to date? What will > > happen if you replace it_IT.ISO8859-15 with it_IT.ISO-8859-15? > > I'm using xorg, and everything is up to date. > I'll try a portupgrade -fr xorg, I did the same thing for perl (locale > problems after upgrading to 6.0RC1) and it did the trick. I also met the problem after upgrading to 6.0-STABLE. : bh@viola:~> setenv LC_CTYPE ko_KR.UTF-8; gnome-terminal : GNOME Terminal: locale not understood by C library, internationalization will not work : (gnome-terminal:7574): Gtk-WARNING **: Locale not supported by C library. : Using the fallback 'C' locale. What's wrong? It's my environment: # uname -v FreeBSD 6.0-STABLE #0: Thu Nov 3 20:03:20 MST 2005 bh@viola.izb.knu.ac.kr:/usr/obj/usr/src/sys/GENERIC # pkg_info | grep gnome2 gnome2-lite-2.12.1 The "meta-port" of the GNOME desktop slimmed down for FreeB -- Byung-Hee