From owner-freebsd-translators@freebsd.org Fri Feb 19 05:15:55 2016 Return-Path: Delivered-To: freebsd-translators@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81639AAD03F for ; Fri, 19 Feb 2016 05:15:55 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E8271AC3 for ; Fri, 19 Feb 2016 05:15:54 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u1J5Frm2061501 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 18 Feb 2016 22:15:53 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u1J5Fr0d061498; Thu, 18 Feb 2016 22:15:53 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 18 Feb 2016 22:15:53 -0700 (MST) From: Warren Block To: RayCherng Yu cc: freebsd-translators@freebsd.org Subject: Re: POedit freezes after pressing save buttton In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 18 Feb 2016 22:15:53 -0700 (MST) X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 05:15:55 -0000 On Thu, 18 Feb 2016, Warren Block wrote: > On Wed, 17 Feb 2016, RayCherng Yu wrote: > >> I used this port to create user account with zh-TW.UTF-8 locale setting >> automatically. >> https://svnweb.freebsd.org/ports/head/chinese/auto-tw-l10n/ >> Could you please test the poedit again with the user account created by >> this port? > > All I see in that file are a bunch of settings. Some of them are obsolete. > The .cshrc environment settings seem to be okay. I don't know about the other > files. Could be fonts or gtkrc or something else. > > Let's try a minimalist approach: don't use any of this, just create a plain > account and add > > setenv LANG zh_TW.UTF-8 > > to ~/.cshrc. Then log out and log back in to make it take effect. > > After that, are there any problems running poedit? The two likely problems > would be font display and maybe input method. But again, some of these > settings look old, and might not be needed any more. > > Additional settings for .cshrc could be > > setenv LC_ALL zh_TW.UTF-8 > setenv LC_CTYPE zh_TW.UTF-8 > setenv MM_CHARSET utf8 > > But try it with only one first. Something else worth testing: install devel/gtranslator. This is another PO editor which might not have the same problems as poedit.