avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

偶尔输入时显示不了中文,即输入栏里只有英文 #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
在 pigin 里面,不管是用 System 还是 IBus 
的输入法模块,都出现了没有弹出候选框的情况,
但是输入后仍然可以用数字键和翻页键选择候选词,用空格��
�让选中的词上屏,把焦点移动到其
它程序再移回来对刚才描述的行为没有影响。用缺省的 
Ctrl+Alt+Space 能切换到其他配置的输
入法。在我的机器上是 ibus-pinyin 
输入法,情况类似,也没有候选词框。不过 ibus-pinyin
把当前候选字串直接显示在了输入区域,而且游标是在字串��
�最前面显示的。在输入区域切换到
另一个输入 immodule 后能正常输入。

这个问题在 iceweasel 里面从没有出现过。

Original issue reported on code.google.com by find...@gmail.com on 28 Feb 2010 at 4:21

GoogleCodeExporter commented 9 years ago
Comment 1 by lsl330, Nov 13, 2009
此现象在rc3上仍然存在。
简单描述一下症状吧。
刚装完sunpinyin时,输入栏只有一个图标,需要输入/usr/lib/ibus-
sunpinyin/ibus-setup-
sunpinyin激活设置面板。
激活后可以正常输入中文,但使用过程中,输入栏里会变得��
�显示英文,要来回切换输入法后才
能继续正常使用。
机器ubuntu9.10 amd64

Comment 2 by tchaikov, Nov 13, 2009
lsl330,

是在所有程序中都会出现这种问题么,ibus-pinyin 
也会这样么?我前天在 pidgin 里出现了这
种问题。回头我把 ibus-pinyin 装上试试看。

最好能重现它,如果能重现的话,问题就解决大半了。=)

Comment 3 by lsl330, Nov 14, 2009
在我电脑上应该是所有程序都会出现这问题吧。试得不多,��
�要在firefox和gedit上面用,都会
出现此问题。ibus-pinyin不会这样
重现是什么意思呢?我每次安装都会出现这个问题。。。。

Comment 4 by tchaikov, Nov 17, 2009
lsl330,
你手动退出 ibus 后,再用下面的命令重新启动 ibus 
有什么错误信息打出来么?

$ ibus-daemon --xim -v

Comment 5 by lsl330, Nov 19, 2009
(ibus-daemon:5201): IBUS-WARNING **: Connect to
unix:abstract=/tmp/dbus-5PXBPH6UQO,guid=5862a0c4ad569d4af5ac15a74b05124b failed:
Failed to connect to socket /tmp/dbus-5PXBPH6UQO: 连接被拒绝.
/usr/share/ibus/ui/gtk/candidatepanel.py:194: DeprecationWarning: Use the new 
widget
gtk.Tooltip
  self.__tooltips = gtk.Tooltips()
/usr/share/ibus/ui/gtk/candidatepanel.py:244: DeprecationWarning: Use the new 
widget
gtk.Tooltip
  self.__tooltips.set_tip(self.__aux_label, "Aux string")
/usr/share/ibus/ui/gtk/candidatepanel.py:263: DeprecationWarning: Use the new 
widget
gtk.Tooltip
  self.__tooltips.set_tip(self.__prev_button, "Previous page")
/usr/share/ibus/ui/gtk/candidatepanel.py:268: DeprecationWarning: Use the new 
widget
gtk.Tooltip
  self.__tooltips.set_tip(self.__next_button, "Next page")

Comment 6 by Luw2007, Dec 08, 2009
这个问题我也遇到,重现方法是在双拼模式下输入符号如"。"
 “,”等等。之后就无法输入中文。
全拼模式测试没有问题。
能否在选择双拼模式关闭英文模式。

Comment 7 by Luw2007, Dec 08, 2009
自己编译的sunpinyin-2.0~hg20091127.tar.gz。
版本fedora12 。

Comment 8 by breadson.xue, Dec 09, 2009
(No comment was entered for this change.)
Owner: breadson.xue

Comment 9 by tchaikov, Jan 03, 2010
@Luw2007,

你的问题和  issue#57  描述的是一码事,它已经被修掉了。
Owner: tchaikov

Comment 10 by liusp0301, Feb 07, 2010
没有被修掉,还是这样。。。。

Comment 11 by tchaikov, Feb 07, 2010
我觉得这个可能是 ibus 的问题。

在 pigin 里面,不管是用 System 还是 IBus 
的输入法模块,都出现了没有弹出候选框的情况,
但是输入后仍然可以用数字键和翻页键选择候选词,用空格��
�让选中的词上屏,把焦点移动到其
它程序再移回来对刚才描述的行为没有影响。用缺省的 
Ctrl+Alt+Space 能切换到其他配置的输
入法。在我的机器上是 ibus-pinyin 
输入法,情况类似,也没有候选词框。不过 ibus-pinyin
把当前候选字串直接显示在了输入区域,而且游标是在字串��
�最前面显示的。在输入区域切换到
另一个输入 immodule 后能正常输入。

这个问题在 iceweasel 里面从没有出现过。

Comment 12 by tchaikov, Feb 07, 2010
s/pigin/pidgin/

Comment 13 by tchaikov, Feb 09, 2010
我的情况和 http://code.google.com/p/ibus/issues/detail?id=82 
是一样的。

Original comment by find...@gmail.com on 28 Feb 2010 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by tchai...@gmail.com on 1 Mar 2010 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by tchai...@gmail.com on 4 Mar 2010 at 1:46

GoogleCodeExporter commented 9 years ago
这个可能是ibus的问题,ibus的issue里提到过这个问题。你需要�
��装notify-python这个库。

Original comment by solo.l...@gmail.com on 4 Jun 2010 at 2:44