From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 31 17:51:18 2007 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CCBD16A419 for ; Fri, 31 Aug 2007 17:51:18 +0000 (UTC) (envelope-from greenant@fastmail.fm) Received: from jack.tiscali.it (jack.tiscali.it [213.205.33.53]) by mx1.freebsd.org (Postfix) with ESMTP id 57CA513C4B0 for ; Fri, 31 Aug 2007 17:51:18 +0000 (UTC) (envelope-from greenant@fastmail.fm) Received: from [192.168.8.3] (84.223.95.19) by jack.tiscali.it (7.3.122) id 46A8A7D10039D0B6 for freebsd-gnome@freebsd.org; Fri, 31 Aug 2007 19:51:00 +0200 Message-ID: <46D85503.5050903@fastmail.fm> Date: Fri, 31 Aug 2007 19:50:59 +0200 From: Alberto Rizzi User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: <46D7073A.4000605@fastmail.fm> <1188500173.51256.31.camel@shumai.marcuscom.com> <1af6a62f0708301203n3708aa59g30b99143cb64ed97@mail.gmail.com> <1188503195.51256.38.camel@shumai.marcuscom.com> <46D7BD0B.8010009@fastmail.fm> <1188544237.51256.94.camel@shumai.marcuscom.com> <46D83CB0.9020708@fastmail.fm> <46D84E28.2060704@fastmail.fm> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Gdm and user localization [solved] 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, 31 Aug 2007 17:51:18 -0000 Marcin Wisnicki ha scritto: >> I'm trying to debug the script but I don't know nothing about sh script >> What does this mean? >> LANG=`. /etc/sysconfig/language; echo $RC_LANG` > > ". /etc/sysconfig/language" sources that file (includes its content in > place of dot) > > Commands contained within backticks "`" are executed and replaced with > their output. > > So in this case it will execute contents of /etc/sysconfig/language > (hence the need of "echo") then execute "echo $RC_LANG". > > Output of this will be assigned to variable LANG. > > So from the look of it there is also a third option to localize gdm by > setting RC_LANG in /etc/profile. > Thanks, now I understand the script and gdm is translated in italian.