From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 24 02:23:53 2005 Return-Path: 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 3CB4316A4CE for ; Thu, 24 Feb 2005 02:23:53 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEFB43D46 for ; Thu, 24 Feb 2005 02:23:52 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so46838wri for ; Wed, 23 Feb 2005 18:23:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=JRHh9SQkeXdEnceUUVlp+NV7iC3pFk/gSIGgXGmZupq27Z4SgHB+II/3w7VTqwW0fVbdZO/sk5DPFF+M8VguWza3xRKiyMBrnBVzYJ2EscRmZH3BcfqR7U8/BA/FuJlFmo79yqu0MAq4FTv9Yf9kAKjzPX1yTcD/BHtao7QVew0= Received: by 10.54.5.47 with SMTP id 47mr192497wre; Wed, 23 Feb 2005 18:23:51 -0800 (PST) Received: from localhost.localdomain ([61.221.58.28]) by smtp.gmail.com with ESMTP id 65sm15034wra.2005.02.23.18.23.50; Wed, 23 Feb 2005 18:23:51 -0800 (PST) From: Chen Lihong To: Joe Marcus Clarke In-Reply-To: <1109210605.37473.19.camel@shumai.marcuscom.com> References: <1109210331.17188.5.camel@OmniBook.accton.com.tw> <1109210605.37473.19.camel@shumai.marcuscom.com> Content-Type: text/plain Date: Thu, 24 Feb 2005 10:23:46 +0800 Message-Id: <1109211827.17188.23.camel@OmniBook.accton.com.tw> Mime-Version: 1.0 X-Mailer: Evolution 2.1.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: gnome2-2.9.91 and scim X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 02:23:53 -0000 On Wed, 2005-02-23 at 21:03 -0500, Joe Marcus Clarke wrote: >On Thu, 2005-02-24 at 09:58 +0800, Chen Lihong wrote: >> I just upgraded to gnome 2.9.91 see >> http://www.freebsd.org/gnome/docs/develfaq.html >> But all gnome applications lost the input methods, in gnome 2.8 >> I can use scim to input non english characters. Not only scim >> but also all built-in input method gone. >> My locale is en_US.UTF-8. Now only the stardict can see the GTK2's >> input methods. > >Please provide more details. What revision of the gnome_upgrade29.sh >script did you use to upgrade from 2.8 to 2.9? What exactly are you >doing? What are the exact results you are getting? What are the exact >results you expect? What version of FreeBSD? > >Joe > My FreeBSD version is 6-CURRENT (kern.osreldate: 600014). The gnome2 was upgraded from 2.8 to 2.9. When in gnome 2.8, I use scim to input Chinese and Unicode symbol characters. Press mouse right button on any GTK application's text area, it will show a menu. The menu has [Input Methods >], move cursor to there, it will show a sub-menu that has input methods like: [Default], [Amharic (EZ+)]... [SCIM Input Method]...[X Input Method]. But in gnome 2.9, Only [Default] input method shown in all GTK application except stardict (A gtk2 dictionary application). So I think GTK2's input methods is fine, because stardict can use it. The strange things is the stardict is the only application that can use GTK2's input methods. All other applications can not use (Not only gnome apps. but also gtk2 apps like gftp ...). /Lihong