<div dir="ltr">Thank Hoang for your quick reply,<br><br>I have scim, scim-m17n, m17n-db, scim-bridge and scim-bridge-client-qt installed.<br><br><b>/etc/X11/xinit/xinput.d/scim looks like following:</b><br><br><i>XIM=SCIM<br>

XIM_PROGRAM=/usr/bin/scim<br>XIM_ARGS=&quot;-d&quot;<br>XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=yes<br>GTK_IM_MODULE=scim-bridge<br>QT_IM_MODULE=scim-bridge<br></i><br>
<b>Just to make sure:</b><br>$im-switch -l<br><i>The configuration &quot;/home/kent/.xinput.d/en_US&quot; is defined as a link pointing to scim-bridge.<br>This private configuration supersedes the system wide default.</i><br>

<br>So modifying/etc/X11/xinit/xinput.d/scim is not necessary.<br>I have <b><font size="4">two computers</font></b> that run Hardy,<br><b>On the one that works, /etc/X11/xinit/xinput.d/scim looks like:</b><br><br><i>XIM=SCIM<br>
XIM_PROGRAM=/usr/bin/scim<br>
XIM_ARGS=&quot;-d&quot;<br>XIM_PROGRAM_SETS_ITSELF_AS_</i><i>DAEMON=yes<br>GTK_IM_MODULE=xim<br>QT_IM_MODULE=xim<br></i><br><b>$im-switch -l</b><br><i>The configuration &quot;/home/kent/.xinput.d/en_US&quot; is defined as a link pointing to scim.<br>
This private configuration supersedes the system wide default.<br></i><br>Though I tried to switch from scim to scim-bridge, i think it&#39;s absolutely not required.<br>
m17n-db 1.5.1 package (which is experimental now) supports Vietnamese input method with freestyle and better than any previous input method.<br><br>Try to find some hints on the web and ubuntu forums but neither gave me a working answer.<br>
<br>Maybe I should reinstall ubuntu.<br>One more question, may I ask and reply questions in Vietnamese, since it&#39;s my native language.<br><br>Sincerely,<br>Tran<br><br><div class="gmail_quote">2008/7/27  <span dir="ltr">&lt;<a href="mailto:ubuntu-vi-request@lists.hanoilug.org" target="_blank">ubuntu-vi-request@lists.hanoilug.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hãy gởi bài cho hộp thư chung ubuntu-vi bằng cách gởi thư<br>
cho địa chỉ<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:ubuntu-vi@lists.hanoilug.org" target="_blank">ubuntu-vi@lists.hanoilug.org</a><br>
<br>
Để đăng ký hay hủy đăng ký thông qua Mạng, hãy thăm<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.hanoilug.org/mailman/listinfo/ubuntu-vi" target="_blank">http://lists.hanoilug.org/mailman/listinfo/ubuntu-vi</a><br>
hoặc, thông qua thư điện tử, hãy gởi thư có Chủ đề<br>
hay thân chỉ là từ &quot;help&quot; (trợ giúp) (không gồm dấu<br>
trích dẫn) cho địa chỉ<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:ubuntu-vi-request@lists.hanoilug.org" target="_blank">ubuntu-vi-request@lists.hanoilug.org</a><br>
<br>
Bạn có thể gởi thư cho quản trị hộp thư chung tại<br>
địa chỉ<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:ubuntu-vi-owner@lists.hanoilug.org" target="_blank">ubuntu-vi-owner@lists.hanoilug.org</a><br>
<br>
Khi trả lời, vui lòng sửa đổi dòng Chủ đề của thư<br>
để hiển thị thông tin có ích, không phải « Re: Nội<br>
dung của bó thư ubuntu-vi... »<br>
<br>
<br>
Các chủ đề của hôm nay:<br>
<br>
 &nbsp; 1. Help on Setting Default Input Method as SCIM (Tran Anh Tuan)<br>
 &nbsp; 2. Re: Help on Setting Default Input Method as SCIM<br>
 &nbsp; &nbsp; &nbsp;( Ngô Huy Hoàng )<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 26 Jul 2008 15:39:45 +0700<br>
From: &quot;Tran Anh Tuan&quot; &lt;<a href="mailto:lusiads@gmail.com" target="_blank">lusiads@gmail.com</a>&gt;<br>
Subject: [ubuntu-vi] Help on Setting Default Input Method as SCIM<br>
To: <a href="mailto:ubuntu-vi@lists.hanoilug.org" target="_blank">ubuntu-vi@lists.hanoilug.org</a><br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:1dd987620807260139u52affc1bse9e42022c87c6e63@mail.gmail.com" target="_blank">1dd987620807260139u52affc1bse9e42022c87c6e63@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi,<br>
<br>
I prefer SCIM to input Vietnamese, that used to work for me. Now I got<br>
problems, I can only right click, select either Input Method\SCIM Input<br>
Method or Input Method\SCIM Bridge Input Method to switch to SCIM (after<br>
that it works well). But there&#39;re no such menu for OpenOffice and Firefox.<br>
All I want is setting SCIM as default input method, so I don&#39;t have to<br>
select it manually. Just press keyboard shortcuts.<br>
<br>
Try to reinstall scim and m17n:<br>
sudo apt-get remove scim<br>
sudo apt-get update<br>
sudo apt-get install scim scim-m17n m17n-db<br>
<br>
Switch current default input method to scim:<br>
im-switch -z en_US.UTF8 -s scim<br>
second try: im-switch -c, select scim.<br>
also tried with im-switch -z en_US.UTF8 -s scim. My locale is en_US.UTF-8.<br>
<br>
Try to modify /etc/X11/xinit/xinput.d/scim to set default input method.<br>
<br>
Can anyone give me sugguestions on how to fix it?<br>
<br>
Thanks,<br>
Tran<br>
━━━━━━phần kế tiếp━━━━━━<br>
Một tập tin HTML đính kèm đã bị lau...<br>
Địa chỉ Mạng: <a href="http://lists.hanoilug.org/pipermail/ubuntu-vi/attachments/20080726/e96b8613/attachment.html" target="_blank">http://lists.hanoilug.org/pipermail/ubuntu-vi/attachments/20080726/e96b8613/attachment.html</a><br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 26 Jul 2008 19:57:34 +0700<br>
From: &quot; Ngô Huy Hoàng &quot; &lt;<a href="mailto:hoang.ngo.h@gmail.com" target="_blank">hoang.ngo.h@gmail.com</a>&gt;<br>
Subject: Re: [ubuntu-vi] Help on Setting Default Input Method as SCIM<br>
To: &quot;Ubuntu for Vietnam&quot; &lt;<a href="mailto:ubuntu-vi@lists.hanoilug.org" target="_blank">ubuntu-vi@lists.hanoilug.org</a>&gt;<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:6d7aafc60807260557l4efa7157l154cd0948e9bb34c@mail.gmail.com" target="_blank">6d7aafc60807260557l4efa7157l154cd0948e9bb34c@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On Sat, Jul 26, 2008 at 3:39 PM, Tran Anh Tuan &lt;<a href="mailto:lusiads@gmail.com" target="_blank">lusiads@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I prefer SCIM to input Vietnamese, that used to work for me. Now I got<br>
&gt; problems, I can only right click, select either Input Method\SCIM Input<br>
&gt; Method or Input Method\SCIM Bridge Input Method to switch to SCIM (after<br>
&gt; that it works well). But there&#39;re no such menu for OpenOffice and Firefox.<br>
&gt; All I want is setting SCIM as default input method, so I don&#39;t have to<br>
&gt; select it manually. Just press keyboard shortcuts.<br>
&gt;<br>
&gt; Try to reinstall scim and m17n:<br>
&gt; sudo apt-get remove scim<br>
&gt; sudo apt-get update<br>
&gt; sudo apt-get install scim scim-m17n m17n-db<br>
&gt;<br>
&gt; Switch current default input method to scim:<br>
&gt; im-switch -z en_US.UTF8 -s scim<br>
&gt; second try: im-switch -c, select scim.<br>
&gt; also tried with im-switch -z en_US.UTF8 -s scim. My locale is en_US.UTF-8.<br>
&gt;<br>
&gt; Try to modify /etc/X11/xinit/xinput.d/scim to set default input method.<br>
&gt;<br>
&gt; Can anyone give me sugguestions on how to fix it?<br>
<br>
You can read the instruction from this page, it works perfectly for me<br>
&nbsp;<a href="http://www.hanoilug.org/dokuwiki/soft:scimtelex" target="_blank">http://www.hanoilug.org/dokuwiki/soft:scimtelex</a><br>
<br>
--<br>
Hoang<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
HanoiLUG mailing lists: <a href="http://lists.hanoilug.org/mailman/" target="_blank">http://lists.hanoilug.org/mailman/</a><br>
HanoiLUG wiki: <a href="http://wiki.hanoilug.org/" target="_blank">http://wiki.hanoilug.org/</a><br>
HanoiLUG blog: <a href="http://blog.hanoilug.org/" target="_blank">http://blog.hanoilug.org/</a><br>
<br>
Kết thúc của Bó thư ubuntu-vi, Tập 14, Bản 2<br>
*******************************************************<br>
</blockquote></div><br></div>