<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16578</id>
	<title>Nabble - scim-user</title>
	<updated>2008-09-02T22:42:43Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/scim-user-f16578.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/scim-user-f16578.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19283233</id>
	<title>[ scim-Bugs-2090471 ] Can't show a blank lookup table.</title>
	<published>2008-09-02T22:42:43Z</published>
	<updated>2008-09-02T22:42:43Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2090471, was opened at 2008-09-03 01:42
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2090471&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2090471&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: FrontEnd: Core
&lt;br&gt;Group: 1.4.x
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Seth Hetu (snhes)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: Can't show a blank lookup table.
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Hello,
&lt;br&gt;&amp;nbsp; I've been developing my library for scim, and so far it works great. However, there is one small glitch: I can't seem to show an empty lookup table. If I have:
&lt;br&gt;&lt;br&gt;&amp;nbsp; MyLookupTable lookup;
&lt;br&gt;&amp;nbsp; update_lookup_table(lookup);
&lt;br&gt;&amp;nbsp; show_lookup_table();
&lt;br&gt;&lt;br&gt;&amp;nbsp; ...Then the lookup table bar appears, with no options in it (as expected). If I then select something:
&lt;br&gt;&amp;nbsp; doSomethingThatChanges(lookup);
&lt;br&gt;&amp;nbsp; update_lookup_table(lookup);
&lt;br&gt;&amp;nbsp; show_lookup_table();
&lt;br&gt;&lt;br&gt;&amp;nbsp; ..the change appears, also as expected. But if I then do:
&lt;br&gt;&amp;nbsp; lookup.clear();
&lt;br&gt;&amp;nbsp; update_lookup_table(lookup);
&lt;br&gt;&amp;nbsp; show_lookup_table();
&lt;br&gt;&lt;br&gt;&amp;nbsp; ...then the old entry remains. I have some evidence that this is a glitch in SCIM, not in my code: Instead of lookup.clear(), I do the following:
&lt;br&gt;&amp;nbsp; update_lookup_table(blank_lookup);
&lt;br&gt;&amp;nbsp; show_lookup_table();
&lt;br&gt;&lt;br&gt;&amp;nbsp; ...where &amp;quot;blank_lookup&amp;quot; is just another new instance of &amp;quot;MyLookupTable&amp;quot;. I am guessing that SCIM simply doesn't re-render if there are no lookup options.
&lt;br&gt;&lt;br&gt;&amp;nbsp; I already have a workaround(add a default entry with just one space) but I thought I'd let you all know. Is this a bug in SCIM, or am I doing something wrong in my code? I'd appreciate your input.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;--&amp;gt;Seth
&lt;br&gt;&lt;br&gt;PS: I'm running SCIM on Ubuntu hardy heron, installed from the package binary, and invoked normally. I have tested this on several systems and confirmed its behavior on all of them.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2090471&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2090471&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19283233&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2090471---Can%27t-show-a-blank-lookup-table.-tp19283233p19283233.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19256360</id>
	<title>iBus - the new input framework</title>
	<published>2008-09-01T08:13:49Z</published>
	<updated>2008-09-01T08:13:49Z</updated>
	<author>
		<name>Bugzilla from shawn.p.huang@gmail.com</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I am developing a new input framework - iBus (Intelligent Input Bus).
&lt;br&gt;It is almost completed, and it already has several engines (Chinese
&lt;br&gt;PinYin, Chinese Chewing, Japanese Anthy, Korean Hangul, M17n and
&lt;br&gt;general table engines). It can also support gtk, qt4 and XIM
&lt;br&gt;applications (qt3 are supported via XIM). It has entered the test
&lt;br&gt;stage. So I wish you may download and try it. If you have any
&lt;br&gt;questions or suggestions, please tell me.
&lt;br&gt;&lt;br&gt;homepage: &lt;a href=&quot;http://code.google.com/p/ibus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/ibus/&lt;/a&gt;&lt;br&gt;discuss group: &lt;a href=&quot;http://groups.google.com/group/ibus-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/ibus-user&lt;/a&gt;&lt;br&gt;Fedora 9 users may download rpm packages from below link.
&lt;br&gt;&lt;a href=&quot;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Huang Peng
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19256360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256360p19256360.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19237203</id>
	<title>[ scim-Feature Requests-2084450 ] should include freefire () input (Chinese)</title>
	<published>2008-08-30T14:13:03Z</published>
	<updated>2008-08-30T14:13:03Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2084450, was opened at 2008-08-30 21:13
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650542&amp;aid=2084450&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650542&amp;aid=2084450&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: scim-tables
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Kai-Cheung Leung (kcleung)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: should include freefire () input (Chinese)
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I've found an input method called 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freefire.com.hk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freefire.com.hk/&lt;/a&gt;&lt;br&gt;&lt;br&gt;that is similar to stroke5, but it provides five more stroke types, which greatly reduces ambiguity (thus increases input speed) without making users to remember too many stroke types.
&lt;br&gt;&lt;br&gt;Unfortunately the implementation by the original developer is proprietary. &amp;nbsp;It would be nice to have a 3rd party implementation of the freefire table included in the scim system
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650542&amp;aid=2084450&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650542&amp;aid=2084450&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19237203&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Feature-Requests-2084450---should-include-freefire-%28%29-input-%28Chinese%29-tp19237203p19237203.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19016206</id>
	<title>[ scim-Bugs-2054355 ] New scim GUI starts when X-app is launched by another user</title>
	<published>2008-08-16T16:50:14Z</published>
	<updated>2008-08-16T16:50:14Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2054355, was opened at 2008-08-15 23:32
&lt;br&gt;Message generated for change (Comment added) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: New scim GUI starts when X-app is launched by another user
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I have scim running on display as my user.
&lt;br&gt;Root runs some other GUI application and new copy of scim GUI starts and tray has 2 scims.
&lt;br&gt;&lt;br&gt;Once scim runs any other user should reuse the first copy. Only one or zero copies of GUI should be maintained at any time on any particular display.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Yuri (yurivict)
&lt;br&gt;Date: 2008-08-16 16:50
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;I would add: this is true only for GTK apps.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19016206&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2054355---New-scim-GUI-starts-when-X-app-is-launched-by-another-user-tp19016206p19016206.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19009136</id>
	<title>[ scim-Bugs-2054355 ] New scim GUI starts when X-app is launched by another user</title>
	<published>2008-08-15T23:32:25Z</published>
	<updated>2008-08-15T23:32:25Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2054355, was opened at 2008-08-15 23:32
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: New scim GUI starts when X-app is launched by another user
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I have scim running on display as my user.
&lt;br&gt;Root runs some other GUI application and new copy of scim GUI starts and tray has 2 scims.
&lt;br&gt;&lt;br&gt;Once scim runs any other user should reuse the first copy. Only one or zero copies of GUI should be maintained at any time on any particular display.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2054355&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19009136&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2054355---New-scim-GUI-starts-when-X-app-is-launched-by-another-user-tp19009136p19009136.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19008054</id>
	<title>[ scim-Bugs-1742286 ] launching by ctrl-space bar stops with certain website</title>
	<published>2008-08-15T19:20:56Z</published>
	<updated>2008-08-15T19:20:56Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #1742286, was opened at 2007-06-23 17:35
&lt;br&gt;Message generated for change (Comment added) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: None
&lt;br&gt;Group: 1.4.x
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: billy_leung (vientito_billy)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: launching by ctrl-space bar stops with certain website
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;version 1.4.6 seems to display problem that i did not experience in previous versions. &amp;nbsp;certain websites would stop input after each refresh. &amp;nbsp;I have to minimize firefox and maximize it back in order to launch key input again by ctrl-space.
&lt;br&gt;&lt;br&gt;example website:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://dic.naver.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dic.naver.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;under that website, it supposedly would show definition for entered hangul in each blank. &amp;nbsp;after each display of definition, I could not initiate key input by ctrl-space. &amp;nbsp;Only by minimizing and maximzing browser would i be able to restore normality. &amp;nbsp;Everytime a new definition shows i would have to repeat these steps to enable key input.
&lt;br&gt;&lt;br&gt;It only happens with certain websites. &amp;nbsp;some websites have no such issues. &amp;nbsp;Previous version of scim showed no such issues at all.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Yuri (yurivict)
&lt;br&gt;Date: 2008-08-15 19:20
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;Which browser/OS you are using when you see this problem?
&lt;br&gt;I use Firefox3 on FreeBSD-70-STABLE ith these packages installed:
&lt;br&gt;scim-1.4.7_3
&lt;br&gt;scim-table-imengine-0.5.7_3
&lt;br&gt;&lt;br&gt;And the site &lt;a href=&quot;http://dic.naver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dic.naver.com&lt;/a&gt;&amp;nbsp;works fine with scim.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Yuri (yurivict)
&lt;br&gt;Date: 2008-08-15 19:19
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;Which browser/OS you are using when you see this problem?
&lt;br&gt;I use Firefox3 on FreeBSD-70-STABLE ith these packages installed:
&lt;br&gt;scim-1.4.7_3
&lt;br&gt;scim-table-imengine-0.5.7_3
&lt;br&gt;&lt;br&gt;And the site &lt;a href=&quot;http://dic.naver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dic.naver.com&lt;/a&gt;&amp;nbsp;works fine with scim.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19008054&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-1742286---launching-by-ctrl-space-bar-stops-with-certain-website-tp19008054p19008054.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19008046</id>
	<title>[ scim-Bugs-1742286 ] launching by ctrl-space bar stops with certain website</title>
	<published>2008-08-15T19:19:22Z</published>
	<updated>2008-08-15T19:19:22Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #1742286, was opened at 2007-06-23 17:35
&lt;br&gt;Message generated for change (Comment added) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: None
&lt;br&gt;Group: 1.4.x
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: billy_leung (vientito_billy)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: launching by ctrl-space bar stops with certain website
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;version 1.4.6 seems to display problem that i did not experience in previous versions. &amp;nbsp;certain websites would stop input after each refresh. &amp;nbsp;I have to minimize firefox and maximize it back in order to launch key input again by ctrl-space.
&lt;br&gt;&lt;br&gt;example website:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://dic.naver.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dic.naver.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;under that website, it supposedly would show definition for entered hangul in each blank. &amp;nbsp;after each display of definition, I could not initiate key input by ctrl-space. &amp;nbsp;Only by minimizing and maximzing browser would i be able to restore normality. &amp;nbsp;Everytime a new definition shows i would have to repeat these steps to enable key input.
&lt;br&gt;&lt;br&gt;It only happens with certain websites. &amp;nbsp;some websites have no such issues. &amp;nbsp;Previous version of scim showed no such issues at all.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Yuri (yurivict)
&lt;br&gt;Date: 2008-08-15 19:19
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;Which browser/OS you are using when you see this problem?
&lt;br&gt;I use Firefox3 on FreeBSD-70-STABLE ith these packages installed:
&lt;br&gt;scim-1.4.7_3
&lt;br&gt;scim-table-imengine-0.5.7_3
&lt;br&gt;&lt;br&gt;And the site &lt;a href=&quot;http://dic.naver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dic.naver.com&lt;/a&gt;&amp;nbsp;works fine with scim.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1742286&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19008046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-1742286---launching-by-ctrl-space-bar-stops-with-certain-website-tp19008046p19008046.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19008014</id>
	<title>[ scim-Bugs-1676869 ] scimcrashing kopete</title>
	<published>2008-08-15T19:09:37Z</published>
	<updated>2008-08-15T19:09:37Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #1676869, was opened at 2007-03-08 15:52
&lt;br&gt;Message generated for change (Comment added) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1676869&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1676869&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: FrontEnd: QT IMModule
&lt;br&gt;Group: 1.4.x
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Nicolas Modrzyk (hellonico)
&lt;br&gt;Assigned to: LiuCougar (liuspider)
&lt;br&gt;Summary: scimcrashing kopete 
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Here are the steps to reproduce the crash:
&lt;br&gt;- open kopete
&lt;br&gt;- click edit properties of someone in the contact list
&lt;br&gt;- enter a japanese name using scim 
&lt;br&gt;- click ok
&lt;br&gt;- click edit properties of some else in the contact list
&lt;br&gt;&lt;br&gt;This is leads invariably to crashing kopete with the following stack trace.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[KCrash handler]
&lt;br&gt;#6 &amp;nbsp;0xb6c1b6a0 in QGList::read () from /usr/lib/libqt-mt.so.3
&lt;br&gt;#7 &amp;nbsp;0xb3ba153e in scim::QScimInputContext::slot_hide_preedit_string ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/qt3/plugins/inputmethods/libqscim.so
&lt;br&gt;#8 &amp;nbsp;0xb3ba9dc2 in scim::FunctionSlot1&amp;lt;void, scim::IMEngineInstanceBase*&amp;gt;::call
&lt;br&gt;&amp;nbsp; &amp;nbsp; () from /usr/lib/qt3/plugins/inputmethods/libqscim.so
&lt;br&gt;#9 &amp;nbsp;0xb3afa54c in scim::IMEngineInstanceBase::hide_preedit_string ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/libscim-1.0.so.8
&lt;br&gt;#10 0xb3a91ad3 in scim::SocketInstance::do_transaction ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/scim-1.0/1.4.0/IMEngine/socket.so
&lt;br&gt;#11 0xb3a93f76 in scim::SocketInstance::commit_transaction ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/scim-1.0/1.4.0/IMEngine/socket.so
&lt;br&gt;#12 0xb3a9476a in scim::SocketInstance::reset ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/scim-1.0/1.4.0/IMEngine/socket.so
&lt;br&gt;#13 0xb3ba0350 in scim::QScimInputContext::reset ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/qt3/plugins/inputmethods/libqscim.so
&lt;br&gt;#14 0xb5e062e9 in QMultiInputContext::reset ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/qt3/plugins/inputmethods/libqimsw-multi.so
&lt;br&gt;#15 0xb6881c19 in QWidget::resetInputContext () from /usr/lib/libqt-mt.so.3
&lt;br&gt;#16 0xb6a0206d in QLineEdit::setText () from /usr/lib/libqt-mt.so.3
&lt;br&gt;#17 0xb734ffd8 in KLineEdit::setText () from /usr/lib/libkdeui.so.4
&lt;br&gt;#18 0xb7f34ee2 in AddressBookLinkWidgetBase::languageChange ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/libkopete.so.1
&lt;br&gt;#19 0xb7f35493 in AddressBookLinkWidgetBase::AddressBookLinkWidgetBase ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/libkopete.so.1
&lt;br&gt;#20 0xb7f39855 in Kopete::UI::AddressBookLinkWidget::AddressBookLinkWidget ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/libkopete.so.1
&lt;br&gt;#21 0x080a69ae in ?? ()
&lt;br&gt;#22 0x08677ec8 in ?? ()
&lt;br&gt;#23 0x082fc4d0 in ?? ()
&lt;br&gt;#24 0x080bda08 in ?? ()
&lt;br&gt;#25 0x00000000 in ?? ()
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Yuri (yurivict)
&lt;br&gt;Date: 2008-08-15 19:09
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;I can't reproduce this bug on FreeBSD-70-STABLE.
&lt;br&gt;I use kopete-0.12.7 with kde-3.5.8.
&lt;br&gt;scim-1.4.7_
&lt;br&gt;scim-table-imengine-0.5.7_3zh-scim-chewing-0.3.1_4 SCIM chewing Chinese
&lt;br&gt;input methods
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1676869&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1676869&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19008014&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-1676869---scimcrashing-kopete-tp19008014p19008014.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18999891</id>
	<title>Problem on setup Traditional Chinese input</title>
	<published>2008-08-15T07:45:37Z</published>
	<updated>2008-08-15T07:45:37Z</updated>
	<author>
		<name>satimis</name>
	</author>
	<content type="html">Hi folks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ubuntu 8.04 Desktop amd64
&lt;br&gt;&lt;br&gt;&lt;br&gt;I followed SCIM;
&lt;br&gt;[url]&lt;a href=&quot;https://help.ubuntu.com/community/SCIM&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://help.ubuntu.com/community/SCIM&lt;/a&gt;[/url]
&lt;br&gt;&lt;br&gt;to setup Chinese Input without success.
&lt;br&gt;&lt;br&gt;Ctrl+Space can switch &amp;nbsp;English/European ON/OFF
&lt;br&gt;&lt;br&gt;Ctrl+Shift can switch RAW CODE Unicode ON/OFF
&lt;br&gt;&lt;br&gt;&lt;br&gt;No Chinese input method found.
&lt;br&gt;&lt;br&gt;Only Scim and scim-gtk2-immodule installed. &amp;nbsp;No ttf fonts and xfont found.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Please help. &amp;nbsp;TIA
&lt;br&gt;&lt;br&gt;&lt;br&gt;B.R.
&lt;br&gt;satimis</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-on-setup-Traditional-Chinese-input-tp18999891p18999891.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18991408</id>
	<title>[ scim-Bugs-2052217 ] scim starts with every GTK app</title>
	<published>2008-08-14T16:29:51Z</published>
	<updated>2008-08-14T16:29:51Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2052217, was opened at 2008-08-14 16:29
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052217&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052217&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: FrontEnd: Core
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: scim starts with every GTK app
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I exited from scim. When I launch Firefox scim starts automatically.
&lt;br&gt;&lt;br&gt;This feature should be optional because not all users want this.
&lt;br&gt;&lt;br&gt;Once I quit scim it shouldn't automatically start with the start of any IM-enabled app.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052217&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052217&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18991408&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2052217---scim-starts-with-every-GTK-app-tp18991408p18991408.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18991006</id>
	<title>[ scim-Bugs-2052171 ] Clicking doesn't activate menu after scim is started</title>
	<published>2008-08-14T15:46:51Z</published>
	<updated>2008-08-14T15:46:51Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2052171, was opened at 2008-08-14 15:46
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052171&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052171&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: FrontEnd: Core
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: Clicking doesn't activate menu after scim is started
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;When I just start scim and click on the tray icon menu doesn't show up.
&lt;br&gt;&lt;br&gt;But when I am in application and hit Ctrl-Space menu works and after this clicking on icon also works.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052171&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052171&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18991006&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2052171---Clicking-doesn%27t-activate-menu-after-scim-is-started-tp18991006p18991006.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18989893</id>
	<title>[ scim-Bugs-2052076 ] scim-tables-0.5.7: configure ignores --prefix</title>
	<published>2008-08-14T14:16:26Z</published>
	<updated>2008-08-14T14:16:26Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2052076, was opened at 2008-08-14 14:16
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052076&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052076&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: IMEngine: Generic Table
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: scim-tables-0.5.7: configure ignores --prefix
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I tried to build the package into the different base (--prefix=/usr/local/scim-mine) on FreeBSD box but it still installed everything into /usr/local/ base.
&lt;br&gt;&lt;br&gt;scim package itself accepts --prefix fine.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052076&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2052076&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18989893&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2052076---scim-tables-0.5.7%3A-configure-ignores---prefix-tp18989893p18989893.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18985138</id>
	<title>[ scim-Bugs-2051735 ] Scim doesn't work with Skype</title>
	<published>2008-08-14T09:20:36Z</published>
	<updated>2008-08-14T09:20:36Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2051735, was opened at 2008-08-14 08:19
&lt;br&gt;Message generated for change (Settings changed) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;&amp;gt;Priority: 9
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri Victorovich (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: Scim doesn't work with Skype
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I have a Gentoo box and scim doesn't work in Skype.
&lt;br&gt;When in Skype all Chinese methods disappear from the menu.
&lt;br&gt;&lt;br&gt;I found many similar references on the internet with various instructions (like using QT_IM_MODULE=scim-bridge or QT_IM_SWITCHER=imsw-multi). But those instructions didn't work for me.
&lt;br&gt;&lt;br&gt;Please fix this since Skype is a major piece of software where people want to input in various languages.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Yuri Victorovich (yurivict)
&lt;br&gt;Date: 2008-08-14 08:20
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;Making it highest priority since it's a major defect preventing normal use
&lt;br&gt;for average user.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18985138&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2051735---Scim-doesn%27t-work-with-Skype-tp18985138p18985138.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18984897</id>
	<title>[ scim-Bugs-2051735 ] Scim doesn't work with Skype</title>
	<published>2008-08-14T09:19:12Z</published>
	<updated>2008-08-14T09:19:12Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2051735, was opened at 2008-08-14 08:19
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri Victorovich (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: Scim doesn't work with Skype
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;I have a Gentoo box and scim doesn't work in Skype.
&lt;br&gt;When in Skype all Chinese methods disappear from the menu.
&lt;br&gt;&lt;br&gt;I found many similar references on the internet with various instructions (like using QT_IM_MODULE=scim-bridge or QT_IM_SWITCHER=imsw-multi). But those instructions didn't work for me.
&lt;br&gt;&lt;br&gt;Please fix this since Skype is a major piece of software where people want to input in various languages.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2051735&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18984897&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2051735---Scim-doesn%27t-work-with-Skype-tp18984897p18984897.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18975440</id>
	<title>[ scim-Bugs-2050593 ] No methods from scim-tables-0.5.7 show up in the menu</title>
	<published>2008-08-13T21:10:35Z</published>
	<updated>2008-08-13T21:10:35Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2050593, was opened at 2008-08-13 17:44
&lt;br&gt;Message generated for change (Comment added) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 8
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri Victorovich (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: No methods from scim-tables-0.5.7 show up in the menu
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;table.so is in the right place, strace tells that it was statted as regular file. But scim doesn't seem to notice it and module list comes up without any methods from table module.
&lt;br&gt;&lt;br&gt;*Any* error conditions that occur while loading any IM should be reported to user. Either in a form of message that will disappear after few seconds or in some popup dialog box.
&lt;br&gt;&lt;br&gt;Right now I am clueless what's wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Yuri Victorovich (yurivict)
&lt;br&gt;Date: 2008-08-13 20:10
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;I also see the similar effect on my FreeBSD box but with smart-pinyin
&lt;br&gt;module: all other methods show (including table ones) but smart-pinyin
&lt;br&gt;doesn't show up.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Yuri Victorovich (yurivict)
&lt;br&gt;Date: 2008-08-13 18:18
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;I also see the similar effect on my FreeBSD box but with smart-pinyin
&lt;br&gt;module: all other methods show (including table ones) but smart-pinyin
&lt;br&gt;doesn't show up.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18975440&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2050593---No-methods-from-scim-tables-0.5.7-show-up-in-the-menu-tp18975440p18975440.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18974697</id>
	<title>[ scim-Bugs-2050593 ] No methods from scim-tables-0.5.7 show up in the menu</title>
	<published>2008-08-13T19:18:06Z</published>
	<updated>2008-08-13T19:18:06Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2050593, was opened at 2008-08-13 17:44
&lt;br&gt;Message generated for change (Comment added) made by yurivict
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;&amp;gt;Priority: 8
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri Victorovich (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: No methods from scim-tables-0.5.7 show up in the menu
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;table.so is in the right place, strace tells that it was statted as regular file. But scim doesn't seem to notice it and module list comes up without any methods from table module.
&lt;br&gt;&lt;br&gt;*Any* error conditions that occur while loading any IM should be reported to user. Either in a form of message that will disappear after few seconds or in some popup dialog box.
&lt;br&gt;&lt;br&gt;Right now I am clueless what's wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Yuri Victorovich (yurivict)
&lt;br&gt;Date: 2008-08-13 18:18
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=129507
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;I also see the similar effect on my FreeBSD box but with smart-pinyin
&lt;br&gt;module: all other methods show (including table ones) but smart-pinyin
&lt;br&gt;doesn't show up.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18974697&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2050593---No-methods-from-scim-tables-0.5.7-show-up-in-the-menu-tp18974697p18974697.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18974428</id>
	<title>[ scim-Bugs-2050593 ] No methods from scim-tables-0.5.7 show up in the menu</title>
	<published>2008-08-13T18:44:18Z</published>
	<updated>2008-08-13T18:44:18Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2050593, was opened at 2008-08-13 17:44
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Core: libscim
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Yuri Victorovich (yurivict)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: No methods from scim-tables-0.5.7 show up in the menu
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;table.so is in the right place, strace tells that it was statted as regular file. But scim doesn't seem to notice it and module list comes up without any methods from table module.
&lt;br&gt;&lt;br&gt;*Any* error conditions that occur while loading any IM should be reported to user. Either in a form of message that will disappear after few seconds or in some popup dialog box.
&lt;br&gt;&lt;br&gt;Right now I am clueless what's wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2050593&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18974428&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2050593---No-methods-from-scim-tables-0.5.7-show-up-in-the-menu-tp18974428p18974428.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18972889</id>
	<title>How to make &quot;Chinese (traditional)&quot; menu item to show up?</title>
	<published>2008-08-13T16:07:43Z</published>
	<updated>2008-08-13T16:07:43Z</updated>
	<author>
		<name>jerrry94087</name>
	</author>
	<content type="html">I have Gentoo box and skim, skim-tables, skim-pinyin installed there.
&lt;br&gt;But only &amp;quot;Smart Pinyin&amp;quot; shows up under &amp;quot;Chinese (simplified)&amp;quot;.
&lt;br&gt;No &amp;quot;Chinese (traditional)&amp;quot; menu item.
&lt;br&gt;&lt;br&gt;Which packages I should normally install on Linux to get &amp;quot;Chinese (traditional)&amp;quot; menu working?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-make-%22Chinese-%28traditional%29%22-menu-item-to-show-up--tp18972889p18972889.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18920471</id>
	<title>[scim - Help] scim version</title>
	<published>2008-08-10T22:44:10Z</published>
	<updated>2008-08-10T22:44:10Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">&lt;br&gt;Read and respond to this message at: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/forum/message.php?msg_id=5159252&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/forum/message.php?msg_id=5159252&lt;/a&gt;&lt;br&gt;By: tracedeng
&lt;br&gt;&lt;br&gt;What is the next release version and when?
&lt;br&gt;What features will add to it?
&lt;br&gt;Where can I find TODO list?
&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;______________________________________________________________________
&lt;br&gt;You are receiving this email because you elected to monitor this forum.
&lt;br&gt;To stop monitoring this forum, login to SourceForge.net and visit: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/forum/unmonitor.php?forum_id=372604&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/forum/unmonitor.php?forum_id=372604&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18920471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-scim---Help--scim-version-tp18920471p18920471.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18584324</id>
	<title>Using Smart Pinyin with Traditional characters?</title>
	<published>2008-07-22T00:58:19Z</published>
	<updated>2008-07-22T00:58:19Z</updated>
	<author>
		<name>ePierre</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I installed SCIM as well as Smart Pinyin and Chewing packages on my Ubuntu 8.04.
&lt;br&gt;&lt;br&gt;I tested Chewing but it doesn't really suit me (I'm really not used to
&lt;br&gt;bopomofo, and it requires to input the tone for every character).
&lt;br&gt;&lt;br&gt;So I'm now using Smart Pinyin, which works really well, and is really
&lt;br&gt;smart (eg. when typing &amp;quot;woshifaguoren&amp;quot; it finds all the matching
&lt;br&gt;characters to make the correct sentence &amp;quot;I am French&amp;quot;). But it's using
&lt;br&gt;simplified characters.
&lt;br&gt;&lt;br&gt;Is there an option to use Smart Pinyin with traditional characters?
&lt;br&gt;&lt;br&gt;I found out an option in the toolbar, when clicking on the &amp;quot;中&amp;quot; icon
&lt;br&gt;several times, I end up on something that uses traditional characters,
&lt;br&gt;but it's not smart anymore and when I type &amp;quot;woshifaguoren&amp;quot;, I end up
&lt;br&gt;with a meaningless sentence in Chinese (sorry I can't show you now,
&lt;br&gt;I'm not on my own computer)...
&lt;br&gt;&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pierre Equoy
&lt;br&gt;&lt;a href=&quot;http://pierre.equoy.free.fr/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pierre.equoy.free.fr/&lt;/a&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18584324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Using-Smart-Pinyin-with-Traditional-characters--tp18584324p18584324.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18551264</id>
	<title>[ scim-Bugs-2022647 ] scim-tables 0.5.8 missing two icon</title>
	<published>2008-07-19T21:18:32Z</published>
	<updated>2008-07-19T21:18:32Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2022647, was opened at 2008-07-20 12:18
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2022647&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2022647&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: IMEngine: Generic Table
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: LI Daobing (lidaobing)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: scim-tables 0.5.8 missing two icon
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;in the release tarball of scim-tables 0.5.8, 
&lt;br&gt;&lt;br&gt;tables/ru/Translit.txt.in refer Translit.png,
&lt;br&gt;tables/uk/Ukrainian-Translit.txt.in refer Ukrainian-Translit.png,
&lt;br&gt;&lt;br&gt;but the two files does not exist in icons/
&lt;br&gt;&lt;br&gt;please fix this, thanks.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2022647&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2022647&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18551264&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2022647---scim-tables-0.5.8-missing-two-icon-tp18551264p18551264.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18429127</id>
	<title>Re: Smart Pinyin not in input methods list</title>
	<published>2008-07-13T05:58:05Z</published>
	<updated>2008-07-13T05:58:05Z</updated>
	<author>
		<name>Snam</name>
	</author>
	<content type="html">Now I see that my SourceForge bug report is automatically posted in this mailing list.
&lt;br&gt;[ scim-Bugs-2011658 ] Smart Pinyin not in the input methods list by SourceForge.net	Jul 06 by SourceForge.net
&lt;br&gt;&lt;br&gt;My bugreport is the same as the message I just posted. Therefor there is a double post now. Sorry for that.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Smart-Pinyin-not-in-input-methods-list-tp18429069p18429127.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18429069</id>
	<title>Smart Pinyin not in input methods list</title>
	<published>2008-07-13T05:50:44Z</published>
	<updated>2008-07-13T05:50:44Z</updated>
	<author>
		<name>Snam</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I want to write Pinyin (Mandarin Chinese).
&lt;br&gt;I'm using Ubuntu 7.04 - the Feisty Fawn. So I installed the package scim-pinyin.
&lt;br&gt;Now the option &amp;quot;Smart Pinyin&amp;quot; is available in the SCIM Setup for IMEngine modules.
&lt;br&gt;I checked the &amp;quot;use tone&amp;quot; option. So I can write like ni3 hao3 to get ni hao with the 3th tone signs. (Like explained in &lt;a href=&quot;http://www.scim-im.org/wiki/documentation/imengine_usage/smart_pinyin/configuration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scim-im.org/wiki/documentation/imengine_usage/smart_pinyin/configuration&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;So far, so good.
&lt;br&gt;&lt;br&gt;But when I enable SCIM, then Smart Pinyin is not in the input methods list &lt;img class='smiley' src='http://www.nabble.com/images/smiley/anim_confused.gif' /&gt;.
&lt;br&gt;&lt;br&gt;I've got a lot of options in the input methods list, like:
&lt;br&gt;Chinese (simplified) &amp;gt; Erbi
&lt;br&gt;Chinese (simplified) &amp;gt; Erbi-QS
&lt;br&gt;Chinese (simplified) &amp;gt; ...
&lt;br&gt;Chinese (traditional) &amp;gt; Wu
&lt;br&gt;Chinese (traditional) &amp;gt; Array30
&lt;br&gt;Chinese (traditional) &amp;gt; ...
&lt;br&gt;&lt;br&gt;But I can't find Pinyin.
&lt;br&gt;&lt;br&gt;Here is a picture of somebody elses SCIM toolbar who has SMART Pinyin in the imput method list. So you know what I mean with &amp;quot;input method list&amp;quot;:
&lt;br&gt;&lt;a href=&quot;http://www.h4.dion.ne.jp/~apricots/mandrake/toolbar1.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h4.dion.ne.jp/~apricots/mandrake/toolbar1.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;How can I enable Smart Pinyin with tones, so I can write like ni3 hao3?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Snam</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Smart-Pinyin-not-in-input-methods-list-tp18429069p18429069.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18356033</id>
	<title>Re: Sendin scim a signal to switch input method</title>
	<published>2008-07-09T00:34:28Z</published>
	<updated>2008-07-09T00:34:28Z</updated>
	<author>
		<name>wangji</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;raneto wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello,
&lt;br&gt;&lt;br&gt;By the way, I've modefied the scim VIQR table for vietnamese to Telex and VNI input methods. They are very reliable.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Do you want them?
&lt;br&gt;&lt;br&gt;yours,
&lt;br&gt;&lt;br&gt;raneto
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;br&gt;could you put them -with_src please- somewhere ? 
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;(or send to my mail</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Sendin-scim-a-signal-to-switch-input-method-tp11723680p18356033.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18300587</id>
	<title>[ scim-Bugs-2011658 ] Smart Pinyin not in the input methods list</title>
	<published>2008-07-06T03:13:14Z</published>
	<updated>2008-07-06T03:13:14Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2011658, was opened at 2008-07-06 12:13
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2011658&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2011658&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: IMEngine: Smart Pinyin
&lt;br&gt;Group: 1.4.x
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Ward Bergmans (snamgreb)
&lt;br&gt;Assigned to: James Su (suzhe)
&lt;br&gt;Summary: Smart Pinyin not in the input methods list
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;When I go to the SCIM setup, then Smart Pinyin is displayed under the IMEngines. So far so good.
&lt;br&gt;&lt;br&gt;But Smart Pinyin is not displayed in the input methods list.
&lt;br&gt;&lt;br&gt;A lot of options are displayed in the list, like:
&lt;br&gt;Chinese (simplified) &amp;gt; Erbi
&lt;br&gt;Chinese (simplified) &amp;gt; Erbi-QS
&lt;br&gt;Chinese (simplified) &amp;gt; ...
&lt;br&gt;Chinese (traditional) &amp;gt; Wu
&lt;br&gt;Chinese (traditional) &amp;gt; Array30
&lt;br&gt;Chinese (traditional) &amp;gt; ... 
&lt;br&gt;&lt;br&gt;Here is a picture of somebody elses SCIM toolbar who has SMART Pinyin in the imput method list. So you know what I mean with &amp;quot;input method list&amp;quot;:
&lt;br&gt;&lt;a href=&quot;http://www.h4.dion.ne.jp/~apricots/mandrake/toolbar1.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.h4.dion.ne.jp/~apricots/mandrake/toolbar1.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;Some extra information:
&lt;br&gt;I'm using Ubuntu 7.04 - the Feisty Fawn. 
&lt;br&gt;I've installed the package scim-pinyin.
&lt;br&gt;The option &amp;quot;Smart Pinyin&amp;quot; is available in the SCIM Setup for IMEngine modules.
&lt;br&gt;I checked the &amp;quot;use tone&amp;quot; option. So I can write like ni3 hao3 to get ni hao with the 3th tone signs. (Like explained in &lt;a href=&quot;http://www.scim-im.org/wiki/documentation/imengine_usage/smart_pinyin/configuration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scim-im.org/wiki/documentation/imengine_usage/smart_pinyin/configuration&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;If you need more information to fix the bug that &amp;quot;Smart Pinyin is not displayed in the input method list&amp;quot;, please let me know.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2011658&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=2011658&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18300587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-2011658---Smart-Pinyin-not-in-the-input-methods-list-tp18300587p18300587.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18270947</id>
	<title>[ scim-Bugs-1668290 ] dead-key characters don't work</title>
	<published>2008-07-03T18:10:23Z</published>
	<updated>2008-07-03T18:10:23Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #1668290, was opened at 2007-02-25 05:59
&lt;br&gt;Message generated for change (Comment added) made by somekool
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1668290&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1668290&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: None
&lt;br&gt;Group: 1.4.x
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: ejstans (ejstans)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: dead-key characters don't work
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;After starting scim/skim, I can no longer type &amp;quot;dead-key&amp;quot; characters such as ~^&amp;quot;`' in xterm. Strangely they work in mlterm but appear immediately when the button is pressed so I can't place them over other characters such as &amp;nbsp;for example.
&lt;br&gt;I am using:
&lt;br&gt;OpenSuSE 10.2 with KDE Release 3.5.5 &amp;quot;release 45.2&amp;quot;, Xorg 7.2.0 RC 2, scim 1.4.5, skim 1.4.5 (compiled with libscim 1.4.5).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Mathieu Jobin (somekool)
&lt;br&gt;Date: 2008-07-03 21:10
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=637588
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;I will go ahead and sympatize with you guys ... I am actually one of yours
&lt;br&gt;and still totally with you deeply in my heart.
&lt;br&gt;&lt;br&gt;now let's face it. How many french dude (which need dead keys) use Linux
&lt;br&gt;(and KDE) and also need an input method system such as SCIM to write in our
&lt;br&gt;favorite asian language of our choice.
&lt;br&gt;&lt;br&gt;I am afraid we are the only ones. we are alone. and the developers won't
&lt;br&gt;ever care. french SCIM users are the slightest percentage of the
&lt;br&gt;population. I have been experiencing this bug for more than 2 years. and
&lt;br&gt;the last post on this bug is a year old. 
&lt;br&gt;&lt;br&gt;I guess everybody did the same as I did and moved on to some other OS
&lt;br&gt;where it has some kind of population.
&lt;br&gt;sad to see people givin' up ? well hey, 1997-2007, that's just enough
&lt;br&gt;patience to see a desktop get ready.
&lt;br&gt;&lt;br&gt;I'll keep watchin' ... 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Michal Suchanek (hramrach)
&lt;br&gt;Date: 2007-08-23 07:06
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=404997
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;With 1.4.4 dead keys work when dynamic events are turned off but it breaks
&lt;br&gt;wine.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Michal Suchanek (hramrach)
&lt;br&gt;Date: 2007-08-23 06:38
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=404997
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;On Debian testing with scim 1.4.7 dead keys do not work with dynamic
&lt;br&gt;events either enabled or disabled (/FrontEnd/X11/Dynamic). I can no longer
&lt;br&gt;find the setting in the gtk config panel.
&lt;br&gt;&lt;br&gt;Turning off dynamic X events breaks wine, it locks up when a menu or
&lt;br&gt;button is pressed.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: ejstans (ejstans)
&lt;br&gt;Date: 2007-08-14 17:35
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=1728362
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;Turning off Dynamic X Event makes dead-key characters work for me...
&lt;br&gt;What is &amp;quot;Dynamic X events&amp;quot; and why does it eat dead-key chars?
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Michal Suchanek (hramrach)
&lt;br&gt;Date: 2007-04-18 02:43
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=404997
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;For me dead keys do not work with scim 1.4.4 on Debian, and they sometimes
&lt;br&gt;do with scim 1.4.5 on Gentoo. It is possible to write them with
&lt;br&gt;English/European input method.
&lt;br&gt;However, using this input method is far from convenient. One has to 
&lt;br&gt;&amp;nbsp;- enable scim
&lt;br&gt;&amp;nbsp;- select the method with mouse (or configure and memorize a key
&lt;br&gt;shortcut)
&lt;br&gt;&lt;br&gt;If the dead keys worked when scim is not enabled (ie the panel is hidden
&lt;br&gt;in the default setup) scim would be much easier to use.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: zir0faive (zir0faive)
&lt;br&gt;Date: 2007-03-20 07:14
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=1731164
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;After toggling the &amp;quot;dynamic X event&amp;quot; option on, it appears that dead keys
&lt;br&gt;will only work if I choose &amp;quot;Franais/Clavier &amp;gt; Franais/Europen&amp;quot;
&lt;br&gt;(French/Keyboard &amp;gt; French/European) as input method. They still won't work
&lt;br&gt;when setting input method to &amp;quot;Clavier&amp;quot; (Keyboard).
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: LiuCougar (liuspider)
&lt;br&gt;Date: 2007-02-28 04:21
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=600121
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;try toggling one option in scim-setup: dynamic X event
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: zir0faive (zir0faive)
&lt;br&gt;Date: 2007-02-28 04:16
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=1731164
&lt;br&gt;Originator: NO
&lt;br&gt;&lt;br&gt;The same goes for me. I add to the list of non-working dead-keys the 
&lt;br&gt;character, useful in french.
&lt;br&gt;I'm using:
&lt;br&gt;Debian Etch/Sid, KDE 3.5.5, Xorg 7.1.0, scim 1.4.4, skim 1.4.4 .
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1668290&amp;group_id=108454&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=650539&amp;aid=1668290&amp;group_id=108454&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
&lt;br&gt;Studies have shown that voting for your favorite open source project,
&lt;br&gt;along with a healthy diet, reduces your potential for chronic lameness
&lt;br&gt;and boredom. Vote Now at &lt;a href=&quot;http://www.sourceforge.net/community/cca08&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceforge.net/community/cca08&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18270947&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/--scim-Bugs-1668290---dead-key-characters-don%27t-work-tp18270947p18270947.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18118659</id>
	<title>John WRIGHT/INT/CHEM/Corp is out of the office.</title>
	<published>2008-06-25T11:00:19Z</published>
	<updated>2008-06-25T11:00:19Z</updated>
	<author>
		<name>John WRIGHT-11</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I will be out of the office starting  13/06/2008 and will not return until 30/06/2008.&lt;br&gt;
&lt;br&gt;
I am on annual leave. &lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;Check out the new SourceForge.net Marketplace.
&lt;br&gt;It's the best place to buy or sell services for
&lt;br&gt;just about anything Open Source.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/services/buy/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/services/buy/index.php&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18118659&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/John-WRIGHT-INT-CHEM-Corp-is-out-of-the-office.-tp18118659p18118659.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18118030</id>
	<title>IM control bar positioning</title>
	<published>2008-06-25T10:34:36Z</published>
	<updated>2008-06-25T10:34:36Z</updated>
	<author>
		<name>David J Iannucci-4</name>
	</author>
	<content type="html">One last question for you all, now that things are working.... when I
&lt;br&gt;activate scim for the first time in a session, my little rectangular IM
&lt;br&gt;&amp;quot;control bar&amp;quot; (not sure what the proper name is.... for my Japanese
&lt;br&gt;setup it has the IM engine &amp;quot;Anthy&amp;quot;, a menu for changing
&lt;br&gt;hiragana/katakana input, a menu for changing single/multi segment
&lt;br&gt;conversion, a menu for the dictionary app Kasumi, etc).....
&lt;br&gt;&lt;br&gt;This little control bar appears on the left edge of the screen, in the
&lt;br&gt;center (vertically). &amp;nbsp;I prefer to keep it somewhere else (in the lower
&lt;br&gt;right, just above my taskbar clock), and if I move it, it'll remember
&lt;br&gt;for that session, but the next time, it always goes back to the left
&lt;br&gt;edge center.
&lt;br&gt;&lt;br&gt;Is there any way I can get it to remember the position I like between
&lt;br&gt;sessions? &amp;nbsp;BTW, I'm running KDE.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;p.s. And I don't want to just dock it into the tray - I like having the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;visual reminder that Japanese input is turned on.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Check out the new SourceForge.net Marketplace.
&lt;br&gt;It's the best place to buy or sell services for
&lt;br&gt;just about anything Open Source.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/services/buy/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/services/buy/index.php&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18118030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Just....-getting-it-to-work-tp17791062p18118030.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18082264</id>
	<title>The symbol in chewing is rotated 90 degree</title>
	<published>2008-06-23T19:03:32Z</published>
	<updated>2008-06-24T05:51:21Z</updated>
	<author>
		<name>Shou-Lien Chen</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.nabble.com/file/p18082264/symbol_rotated.png&quot; target=&quot;_top&quot;&gt;symbol_rotated.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hello all,
&lt;br&gt;I've noticed that the symbol of chewing in 新 
&lt;br&gt;&amp;quot;ㄒ一 ㄣ&amp;quot; is become &amp;quot;ㄒ| ㄣ&amp;quot; , as shown above
&lt;br&gt;&lt;br&gt;The middle symbol is rotated 90 degree.
&lt;br&gt;Is there any material I should read to improve this?
&lt;br&gt;&lt;br&gt;Thanks a lot!
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/The-symbol-in-chewing-is-rotated-90-degree-tp18082264p18082264.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18051633</id>
	<title>Re: Sendin scim a signal to switch input method</title>
	<published>2008-06-21T23:33:12Z</published>
	<updated>2008-06-21T23:33:12Z</updated>
	<author>
		<name>Christian L</name>
	</author>
	<content type="html">Hello Raneto,
&lt;br&gt;&lt;br&gt;I'm looking for the same issue quite some time; the approach with XSendKey don't really work for me ... do you have already a solution and can give a hint ?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Christian
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Sendin-scim-a-signal-to-switch-input-method-tp11723680p18051633.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17878283</id>
	<title>Re: Just.... getting it to work</title>
	<published>2008-06-16T22:13:58Z</published>
	<updated>2008-06-16T22:13:58Z</updated>
	<author>
		<name>David J Iannucci-4</name>
	</author>
	<content type="html">I wrote:
&lt;br&gt;&amp;gt; I see there's something called scim-bridge (although it is &amp;quot;masked&amp;quot;,
&lt;br&gt;&amp;gt; which means it is not considered stable). &amp;nbsp;Is this what I need? &amp;nbsp;If so,
&lt;br&gt;&amp;gt; why? &amp;nbsp;It isn't mentioned on any of the &amp;quot;how to set up Japanese input&amp;quot;
&lt;br&gt;&amp;gt; help pages I've read, and yet lots of people are apparently successfully
&lt;br&gt;&amp;gt; inputting Japanese in GTK apps (including me on SUSE 10.1).
&lt;br&gt;&lt;br&gt;Never mind... got it to work. &amp;nbsp;The solution was something very Gentoo
&lt;br&gt;specific: USE=&amp;quot;gtk&amp;quot; emerge scim scim-anthy. &amp;nbsp;D'oh. &amp;nbsp;Thanks for being
&lt;br&gt;a sounding-board :-)
&lt;br&gt;&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Check out the new SourceForge.net Marketplace.
&lt;br&gt;It's the best place to buy or sell services for
&lt;br&gt;just about anything Open Source.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/services/buy/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/services/buy/index.php&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17878283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Just....-getting-it-to-work-tp17791062p17878283.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17857734</id>
	<title>Re: Just.... getting it to work</title>
	<published>2008-06-15T21:27:53Z</published>
	<updated>2008-06-15T21:27:53Z</updated>
	<author>
		<name>David J Iannucci-4</name>
	</author>
	<content type="html">I wrote:
&lt;br&gt;&amp;gt; &amp;gt; What about other gtk applications? &amp;nbsp;Do you have the scim gtk
&lt;br&gt;&amp;gt; &amp;gt; immodule installed? &amp;nbsp;You might want to try scim-qtimm too if you're
&lt;br&gt;&amp;gt; &amp;gt; still using qt3.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gentoo does not offer a package which answers to the description &amp;quot;scim
&lt;br&gt;&amp;gt; gtk immodule&amp;quot;. Is there really an immodule corresponding to scim-
&lt;br&gt;&amp;gt; qtimm that I ought to get to make the GTK apps work?
&lt;br&gt;&lt;br&gt;I see there's something called scim-bridge (although it is &amp;quot;masked&amp;quot;,
&lt;br&gt;which means it is not considered stable). &amp;nbsp;Is this what I need? &amp;nbsp;If so,
&lt;br&gt;why? &amp;nbsp;It isn't mentioned on any of the &amp;quot;how to set up Japanese input&amp;quot;
&lt;br&gt;help pages I've read, and yet lots of people are apparently successfully
&lt;br&gt;inputting Japanese in GTK apps (including me on SUSE 10.1).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Check out the new SourceForge.net Marketplace.
&lt;br&gt;It's the best place to buy or sell services for
&lt;br&gt;just about anything Open Source.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/services/buy/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/services/buy/index.php&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17857734&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Just....-getting-it-to-work-tp17791062p17857734.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17857568</id>
	<title>Re: Just.... getting it to work</title>
	<published>2008-06-15T21:05:26Z</published>
	<updated>2008-06-15T21:05:26Z</updated>
	<author>
		<name>David J Iannucci-4</name>
	</author>
	<content type="html">&amp;gt; I don't really have much experience with skim, but let me try to
&lt;br&gt;&amp;gt; answer your questions below.
&lt;br&gt;&lt;br&gt;Jens,
&lt;br&gt;&lt;br&gt;Thanks for the response.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; My main problem is with keyboard switching. &amp;nbsp;In the skim configure
&lt;br&gt;&amp;gt; &amp;gt; dialog I have tried setting [......] and neither one seems to have
&lt;br&gt;&amp;gt; &amp;gt; any effect.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They work fine for me under scim at least.
&lt;br&gt;&lt;br&gt;It turned out that this problem was sort of esoteric, and not the kind
&lt;br&gt;of thing easily documented. &amp;nbsp;For ages I've been using Shift-Alt-space as
&lt;br&gt;the toggle under SUSE. &amp;nbsp;I believe it is represented in the scim setup (I
&lt;br&gt;don't think I'm running skim there) as &amp;quot;Shift-Meta-space&amp;quot;.
&lt;br&gt;&lt;br&gt;I tried to set up the same way on this new computer, different kind of
&lt;br&gt;keyboard, just expecting I could it exactly the same way. &amp;nbsp;Here also I
&lt;br&gt;have a key (well, 2) called &amp;quot;Alt&amp;quot;, but it behaves differently. &amp;nbsp;It seems
&lt;br&gt;to be treated (in this instance) as a &amp;quot;regular&amp;quot; key rather than a
&lt;br&gt;modifier key. &amp;nbsp;At least sometimes. &amp;nbsp;Anyway, I was confusing myself,
&lt;br&gt;because I was pressing shift + alt + space and getting &amp;quot;Shift-Meta_L&amp;quot;,
&lt;br&gt;which I later realized was the *left* alt key and no space key involved
&lt;br&gt;at all, although I thought it *was* involved.
&lt;br&gt;&lt;br&gt;In fact, you can get Shift-Meta-space if you check-on the checkboxes for
&lt;br&gt;Shift and Meta during the key capture and just hit space. &amp;nbsp;But that
&lt;br&gt;certainly won't do anything on this keyboard. &amp;nbsp;I'm sure I also tried the
&lt;br&gt;simpler Ctrl-space, but for some reason wasn't getting any satisfaction
&lt;br&gt;from that either. &amp;nbsp;At this point, it's impossible for me to remember the
&lt;br&gt;sequence of things I tried, and exactly what happened. I hate when I
&lt;br&gt;can't remember like that -- sorry.
&lt;br&gt;&lt;br&gt;In any case, it comes down to this confusion about &amp;quot;Meta&amp;quot;. &amp;nbsp;If this is
&lt;br&gt;something that can be de-ambiguified within scim/skim, that might be
&lt;br&gt;good, since apparently different keyboards behave differently (even in
&lt;br&gt;the same country). &amp;nbsp;I'm now using Shift-Meta_R as my toggle, and
&lt;br&gt;everything is fine on that front.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; There's a lot more I could say. &amp;nbsp;I can get Japanese input in Konsole
&lt;br&gt;&amp;gt; &amp;gt; (by activating with mouse, as mentioned), but not in Firefox.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What about other gtk applications? &amp;nbsp;Do you have the scim gtk immodule
&lt;br&gt;&amp;gt; installed? &amp;nbsp;You might want to try scim-qtimm too if you're still
&lt;br&gt;&amp;gt; using qt3.
&lt;br&gt;&lt;br&gt;So this is my remaining problem (and I need to get it fixed fairly
&lt;br&gt;soon). Japanese input is working fine in all KDE apps, but not in any
&lt;br&gt;GTK-based apps, including Firefox/Thunderbird. &amp;nbsp;I've got scim-qtimm
&lt;br&gt;installed, but I think this is relevant only to KDE/Qt. &amp;nbsp;Gentoo does not
&lt;br&gt;offer a package which answers to the description &amp;quot;scim gtk immodule&amp;quot;. Is
&lt;br&gt;there really an immodule corresponding to scim-qtimm that I ought to get
&lt;br&gt;to make the GTK apps work?
&lt;br&gt;&lt;br&gt;&amp;gt; IMHO it is really up to each distribution to get this right and it is
&lt;br&gt;&amp;gt; not that hard really once you understand how input methods are setup.
&lt;br&gt;&amp;gt; So really your problem sounds like a Gentoo bug/issue to me.
&lt;br&gt;&lt;br&gt;Gentoo really does (almost) no cofiguration for you - which is part of
&lt;br&gt;its appeal :-) &amp;nbsp;So I don't think Gentoo would be at fault...
&lt;br&gt;&lt;br&gt;&amp;gt; Having said that, your questions really are FAQ: particularly many
&lt;br&gt;&amp;gt; people come to the #scim irc channel asking for help on getting scim
&lt;br&gt;&amp;gt; working so a good FAQ that covered these issues clearly would be very
&lt;br&gt;&amp;gt; good I agree. &amp;nbsp;If you can help contribute/improve such text that would
&lt;br&gt;&amp;gt; be a great contribution and I am sure many of our users would
&lt;br&gt;&amp;gt; appreciate it too.
&lt;br&gt;&lt;br&gt;I'd like to do that, but will need a lot of support from knowledgable
&lt;br&gt;people, esp. because I don't have access to various platforms to see how
&lt;br&gt;things work. But perhaps I could put together a skeletal structure and
&lt;br&gt;ask others to help fill it in, maybe on a wiki. &amp;nbsp;Two things that could
&lt;br&gt;definitely go on such a site would be 1) a clear description of exactly
&lt;br&gt;what scim, skim, uim, IMEngines, etc, etc are and how they fit into an
&lt;br&gt;&amp;quot;ecology&amp;quot; (how they interoperate and depend on each other), and 2) a
&lt;br&gt;clear description of what each of the relevant environment variables
&lt;br&gt;&amp;quot;means&amp;quot; and what it controls. &amp;nbsp;Currently these descriptions are written
&lt;br&gt;sloppily, by and for people who already know the answers :-)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Dave
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Check out the new SourceForge.net Marketplace.
&lt;br&gt;It's the best place to buy or sell services for
&lt;br&gt;just about anything Open Source.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/services/buy/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/services/buy/index.php&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17857568&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Just....-getting-it-to-work-tp17791062p17857568.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17846440</id>
	<title>Re: [Fwd: Re:  [scim-user] TC 繁 phrase input &amp; TC 繁 as default in en_US.UTF-8 locale?]</title>
	<published>2008-06-14T21:45:32Z</published>
	<updated>2008-06-14T21:45:32Z</updated>
	<author>
		<name>simon_w</name>
	</author>
	<content type="html">Thanks for your suggestion - that's much, much closer to what I was 
&lt;br&gt;looking for! &amp;nbsp;I thought I'd explored Chewing properly, but obviously I'd 
&lt;br&gt;managed to miss what, for me, was the major point of interest... :-[
&lt;br&gt;&lt;br&gt;I'm now much happier with the way I can use SCIM. &amp;nbsp;I have only one thing 
&lt;br&gt;left on my 'wish-list' - the ability to type this way without entering 
&lt;br&gt;the tone - occasionally I forget, and with a phrase dictionary it 
&lt;br&gt;oughtn't to matter too much.
&lt;br&gt;&lt;br&gt;Anyway, my Windows VM will see much less action now!
&lt;br&gt;&lt;br&gt;Thanks again, &amp;nbsp;謝謝,
&lt;br&gt;&lt;br&gt;Simon
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ding-Yi Chen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think you might want to try scim-chewing instead.
&lt;br&gt;&amp;gt; It also provides &amp;nbsp;hanyu pinyin mode.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Ding-Yi Chen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jens Petersen 提到:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 主旨:
&lt;br&gt;&amp;gt;&amp;gt; Re: [Scim-user] [scim-user] TC 繁 phrase input &amp; TC 繁 as default in 
&lt;br&gt;&amp;gt;&amp;gt; en_US.UTF-8 locale?
&lt;br&gt;&amp;gt;&amp;gt; 寄件者:
&lt;br&gt;&amp;gt;&amp;gt; simon_w &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17846440&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simonjwiles@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 日期:
&lt;br&gt;&amp;gt;&amp;gt; Tue, 10 Jun 2008 22:33:16 -0700 (PDT)
&lt;br&gt;&amp;gt;&amp;gt; 收件者 (To):
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17846440&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;scim-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 收件者 (To):
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17846440&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;scim-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi James / everyone,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2007/2/28, Zhe Su &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17846440&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;james.su@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; I had a plan to develop a new version of smart pinyin input method
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; which
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has both TC and SC dictionary, and I already finished part of the source
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; code. But recently I'm too busy to have time on this project. Hope I can
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; restart developing it in near future.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I wonder if any progress has been made on this? &amp;nbsp;As an intermediate student
&lt;br&gt;&amp;gt;&amp;gt; of Chinese, I really miss this functionality from the Windows Traditional
&lt;br&gt;&amp;gt;&amp;gt; Chinese IME. &amp;nbsp;So much so, in fact, that I usually use Windows in a VM if I
&lt;br&gt;&amp;gt;&amp;gt; want to type anything longer than a few sentences in Chinese.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I appreciate that those of us who want to type traditional Chinese in hanyu
&lt;br&gt;&amp;gt;&amp;gt; pinyin are very much in the minority, but the addition of a TC phrase
&lt;br&gt;&amp;gt;&amp;gt; dictionary would make a *huge* difference. &amp;nbsp;I frequently find myself typing
&lt;br&gt;&amp;gt;&amp;gt; something that I know how to say, but don't know which characters to use
&lt;br&gt;&amp;gt;&amp;gt; for. &amp;nbsp;Sometimes I will even type the phrase (in Windows) just to learn what
&lt;br&gt;&amp;gt;&amp;gt; the characters should be!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is any further information available?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Simon
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Check out the new SourceForge.net Marketplace.
&lt;br&gt;It's the best place to buy or sell services for
&lt;br&gt;just about anything Open Source.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/services/buy/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/services/buy/index.php&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17846440&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A--Fwd%3A-Re%3A---scim-user--TC-%E7%B9%81-phrase-input---TC-%E7%B9%81-as-default-in-en_US.UTF-8-locale---tp17817741p17846440.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17841213</id>
	<title>smart pinyin not in list</title>
	<published>2008-06-14T09:19:30Z</published>
	<updated>2008-06-14T09:19:30Z</updated>
	<author>
		<name>Snam</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I want to write Pinyin (Mandarin Chinese).
&lt;br&gt;I'm using Ubuntu 7.04 - the Feisty Fawn. So I installed the package scim-pinyin.
&lt;br&gt;Now the option &amp;quot;Smart Pinyin&amp;quot; is available in the SCIM Setup for IMEngine modules.
&lt;br&gt;I checked the &amp;quot;use tone&amp;quot; option. So I can write like ni3 hao3 to get ni hao with the 3th tone signs. (Like explained in &lt;a href=&quot;http://www.scim-im.org/wiki/documentation/imengine_usage/smart_pinyin/configuration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scim-im.org/wiki/documentation/imengine_usage/smart_pinyin/configuration&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;So far, so good.
&lt;br&gt;&lt;br&gt;But when I enable SCIM, then Smart Pinyin is not in the list &lt;img class='smiley' src='http://www.nabble.com/images/smiley/anim_confused.gif' /&gt;.
&lt;br&gt;&lt;br&gt;I've got a lot of options in the list, like:
&lt;br&gt;Chinese (simplified) &amp;gt; Erbi
&lt;br&gt;Chinese (simplified) &amp;gt; Erbi-QS
&lt;br&gt;Chinese (simplified) &amp;gt; ...
&lt;br&gt;Chinese (traditional) &amp;gt; Wu
&lt;br&gt;Chinese (traditional) &amp;gt; Array30
&lt;br&gt;Chinese (traditional) &amp;gt; ...
&lt;br&gt;&lt;br&gt;But I can't find Pinyin.
&lt;br&gt;&lt;br&gt;How can I enable Smart Pinyin with tones, so I can write like ni3 hao3?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Snam</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/smart-pinyin-not-in-list-tp17841213p17841213.html" />
</entry>

</feed>
