From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 08:09:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 101E6106564A for ; Sat, 7 Jun 2008 08:09:38 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6E82D8FC14 for ; Sat, 7 Jun 2008 08:09:37 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so418379tid.3 for ; Sat, 07 Jun 2008 01:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=K5/eXU6SjZ6TJAub+mfKjHi6fE81ly3DBubFfHqWYSs=; b=C0J/boy69G+KfuyPtWgDiP0rFBotM7It+DQ5Jy1QefnUzTvvIlHAR0GWv2svOrcgi+ hMy7+CHWAvRXiuLbvTc7dpaS7ggO1sz6Eh87p72UGzg25LMyezbTbMSNSkLOkUw6BtRY l6uHD9UX5aNhIkvENfHHshn0Ab0zx/jejvYYM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=LfiqqNJh8586ptLGLJFvIEYtvuI+BBBH3e4l5kjaCWVXOUpfLXGg+ARwJD4zuwHAY1 hdMdDYQNRVWhM0yaDBxG/cSbJDehW+O8Wi1GL5NJu8qBFNH2jo5ehvGE4euscXYzt3EK jLPxG6cXsv3GndoIHewGhOLpLpLJ7n6Y1eaDE= Received: by 10.110.14.12 with SMTP id 12mr221768tin.19.1212826176131; Sat, 07 Jun 2008 01:09:36 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Sat, 7 Jun 2008 01:09:36 -0700 (PDT) Message-ID: <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> Date: Sat, 7 Jun 2008 16:09:36 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: yuri@rawbw.com In-Reply-To: <48498735.6030800@rawbw.com> MIME-Version: 1.0 References: <48498735.6030800@rawbw.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 08:09:38 -0000 Hi Yuri, First of all, You do not specify what shell you are using. TCSH or BASH? Second, waht DE you using too? for TCSH, it should be this in your ~/.xinitrc setenv XMODIFIERS='@im=gcin' setenv GTK_IM_MODULE=gcin setenv QT_IM_MODULE=gcin I guess you are using TCSH not BASH. gcin can let you type chinese in GTK apps without set GTK_IM_MODULE You can check the SHELL VARIABLE that is set or not after logged-in X. Regards, jyuny1 2008/6/7 Yuri : > When I am trying to type Chinese characters I can only do this from GTK > applications. > Input method doesn't work QT applications for me. > > I have the following in my .xinitrc: > export XMODIFIERS='@im=gcin' > export GTK_IM_MODULE=gcin > export QT_IM_MODULE=gcin > > I have zh-gcin-1.4.0_1 installed and start it with 'gcin &'. > > In GTK apps Alt-Space creates the prompt windows. And in any QT apps -- no > such box is popping up. > > Yuri > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >