Giter VIP home page Giter VIP logo

ibus's Introduction

IBus - Input Bus

Introduction
===

IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.


How to build & test IBus
===

ibus-setup:
It is a gtk program to enable and configure ibus.

ibus:
It is ibus daemon.

hotkeys:
Super + Space: Change input method.

For more detail please refer to https://github.com/ibus/ibus/wiki/ReadMe .


Peng Huang <[email protected]>

ibus's People

Contributors

cfergeau avatar cgwalters avatar changwoo avatar ehespinosa avatar epico avatar fujiwarat avatar garnacho avatar gunnarhj avatar jserv avatar julroy67 avatar keruspe avatar lidaobing avatar mattst88 avatar mike-fabian avatar norwayfun avatar oersen avatar osamuaoki avatar phuang avatar piotrdrag avatar rffontenelle avatar rtcm avatar scootergrisen avatar simmon-nplob avatar suzhe avatar trism avatar tsutsui avatar ueno avatar yarons avatar yurchor avatar yusukes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibus's Issues

关于在nautilus内按首字母操作文件的问题

以前在nautilus文件管理器里,直接按一个字母,焦点会跳到以该字母开头的文件或
目录上,但是在使用了ibus之后这个功能失效了,不知道还有没有其他人遇到?

系统环境:

ArchLinux

ibus git版本
python 2.5.2
dbus-python 0.83.0
gnome-python 2.22.1
nautilus 2.22.5.1

我的系统全局locale为en_US.UTF-8,(为了图形界面为中文,在~/.xinitrc加入了
zh_CN.UTF-8)。我是以startx进入gnome。
~/.xinitrc内容:
export LANG="zh_CN.UTF-8"
export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
ibus &
exec dbus-launch --exit-with-session gnome-session

Original issue reported on code.google.com by rainylau on 2008-08-19 08:19:41

Conflict between ibus-anthy and ibus-m17n-anthy

ibus recognizes ibus-anthy and ibus-m17n-anthy as "Japanese - Anthy".
If you install them at the same time, ibus-anthy will not work.

Original issue reported on code.google.com by utuhiro78 on 2008-08-29 16:39:11

Design and implement engine manager module

Design and implement engine manager module. This module is responsible for:
1. Maintain engines informations and states.
2. Launch & kill engines

Original issue reported on code.google.com by Shawn.P.Huang on 2008-06-24 07:16:49

can't config

What steps will reproduce the problem?
1. git clone git://github.com/phuang/ibus.git ibus
2. ./autogen.sh --prefix=/usr --disable-qt4-immodule
3.

What is the expected output? What do you see instead?
+ aclocal -I m4
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of
AM_PATH_SMPEG
/usr/share/aclocal/smpeg.m4:13:   run info '(automake)Extending aclocal'
/usr/share/aclocal/smpeg.m4:13:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ autoheader
+ automake --add-missing --copy
configure.ac:46: installing `./compile'
configure.ac:50: installing `./config.guess'
configure.ac:50: installing `./config.sub'
configure.ac:34: installing `./install-sh'
configure.ac:34: installing `./missing'
client/gtk2/Makefile.am: installing `./depcomp'
daemon/Makefile.am:21: installing `./py-compile'
configure.ac:162: required file `ibus/config.py.in' not found
Makefile.am: installing `./INSTALL'


What version of the product are you using? On what operating system?
Archlinux 

Please provide any additional information below.


Original issue reported on code.google.com by leeight on 2008-08-30 15:02:22

ibus-anthy's "lookup table page size" is too little

ibus-anthy's "lookup table page size" is 5.
I think it's too little.
scim-anthy's "lookup table page size" is 10.
Is it possible to change it?
In scim-anthy, we can choose candidates by 1,2,3,4,5,6,7,8,9,0.

See also the attached picture please.

Original issue reported on code.google.com by utuhiro78 on 2008-08-30 16:34:01


- _Attachment: scim-anthy-20080830.png
![scim-anthy-20080830.png](https://storage.googleapis.com/google-code-attachments/ibus/issue-42/comment-0/scim-anthy-20080830.png)_

Implement QT4 im module

As title

Original issue reported on code.google.com by Shawn.P.Huang on 2008-06-12 23:44:14

Add a Translator tab to IBus

IBus (and its engines) lacks a Translator tab.
Some translators want to see their names in that tab.

Original issue reported on code.google.com by utuhiro78 on 2008-08-30 08:43:08

拼音输入法启动模糊拼音时,效率下降

一共产生来6个python进程
1 /usr/share/ibus/panel/main.py             9.2 mb
2 /usr/share/ibus-pinyin/engine/main.py     14.9mb
3 /usr/share/ibus/daemon/ibusdaemon.py      4.8 mb
4 /usr/bin/ibus                             2.5 mb

一共占用 31.4 mb,貌似占用有点大,是正常,还是还能改进呢?

还有就是输入响应问题,我是用fedora源里面的ibus,目前使用的是
0.1.1(20080825)那个版本
这个版本的输入响应速度比0.1.0(20080810)那个版本快来很多,但是还是不够快
比如:我输入“hen”,有时候,只是得到“华”,就是“h”的第一个字,那个响应速度还
跟不上。
(毕竟是刚刚推出,有问题用所理所当然)


说实话,我还蛮喜欢这个输入法,希望越做越好,我已经把ibus作为主要输入法了

Original issue reported on code.google.com by azurexjc on 2008-08-28 12:05:31

can't start ibus at koji

I found ibus at koji, installed but can't start

the log is here.

start ibus-daemon
Traceback (most recent call last):
  File "/usr/share/ibus/daemon/ibusdaemon.py", line 33, in <module>
    from bus import IBus
  File "/usr/share/ibus/daemon/bus.py", line 31, in <module>
    from config import Config, DefaultConfig
  File "/usr/share/ibus/daemon/config.py", line 30, in <module>
    import defaultconfig
  File "/usr/share/ibus/daemon/defaultconfig.py", line 27, in <module>
    import gconf
ImportError: No module named gconf
start ibus-x11
start ibus-panel

(ibus-x11:16901): IBUS-WARNING **: Error: Failed to connect to socket
/tmp/ibus-dgod/ibus--0.0: No such file or directory

** (ibus-x11:16901): WARNING **: Can not connect to ibus daemon
[dgod@dgod ~]$ Traceback (most recent call last):
  File "/usr/share/ibus/panel/main.py", line 82, in <module>
    main()
  File "/usr/share/ibus/panel/main.py", line 79, in main
    launch_panel()
  File "/usr/share/ibus/panel/main.py", line 50, in launch_panel
    PanelApplication().run()
  File "/usr/share/ibus/panel/main.py", line 33, in __init__
    self.__bus = ibus.Bus()
  File "/usr/lib/python2.5/site-packages/ibus/bus.py", line 50, in __init__
    self.__dbusconn = dbus.connection.Connection(ibus.IBUS_ADDR)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound:
Failed to connect to socket /tmp/ibus-dgod/ibus--0.0: No such file or directory

Original issue reported on code.google.com by dgod.osa on 2008-08-10 16:50:21

ibus-gtk breaks Vuse

ibus-gtk breaks Vuse (formerly known as Azureus).
I'm using "vuse-3.1.1.0 AMD64" and "Java Version 6 Update 7" on x86_64.
scim-gtk and uim-gtk don't break it.

Vuse AMD64
http://prdownloads.sourceforge.net/azureus/Vuze_3.1.1.0_linux-x86_64.tar.bz2?download
Java Runtime
http://www.java.com/en/download/

$ tar -jxf Vuze_3.1.1.0_linux-x86_64.tar.bz2
$ cd vuse
$ LC_ALL=C GTK_IM_MODULE=ibus ./azureus
====================================
(snip)
Exit from Azureus complete
No shutdown tasks to do
Azureus TERMINATED.
====================================

"GTK_IM_MODULE=uim ./azureus" and "GTK_IM_MODULE=scim ./azureus"
don't break Vuse.
I sent the backtraces to Peng.

Original issue reported on code.google.com by utuhiro78 on 2008-08-31 05:28:53

ibus-table 20080829编译错误

What steps will reproduce the problem?
1. emerge ibus-table
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
20080829

Please provide any additional information below.


Original issue reported on code.google.com by liuqing.com on 2008-08-30 23:00:48


- _Attachment: [build.log](https://storage.googleapis.com/google-code-attachments/ibus/issue-43/comment-0/build.log)_

Segmentation fault when starting programs with ibus

(gdb) bt
#0  0x00007fa997390500 in strlen () from /lib/libc.so.6
#1  0x00007fa99735c4de in vfprintf () from /lib/libc.so.6
#2  0x00007fa9973822ff in vasprintf () from /lib/libc.so.6
#3  0x00007fa9982447e0 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#4  0x00007fa998231621 in g_strdup_printf () from /usr/lib/libglib-2.0.so.0
#5  0x00007fa992146b3c in _ibus_im_client_ibus_open (client=0xbab000)
    at ibusimclient.c:233
#6  0x00007fa9921479fb in ibus_im_client_init (obj=<value optimized out>)
    at ibusimclient.c:420
#7  0x00007fa9984e57ce in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
#8  0x00007fa9984cb22b in ?? () from /usr/lib/libgobject-2.0.so.0
#9  0x00007fa9984cb862 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#10 0x00007fa9984cc387 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#11 0x00007fa9984cc4cc in g_object_new () from /usr/lib/libgobject-2.0.so.0
#12 0x00007fa9921478ea in ibus_im_client_new () at ibusimclient.c:161
#13 0x00007fa992366b56 in im_module_init (type_module=0xc1ce20) at ibusim.c:48
#14 0x00007fa999e63516 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0x00007fa9984e68d4 in g_type_module_use () from /usr/lib/libgobject-2.0.so.0
#16 0x00007fa999e63c5f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x00007fa999e64676 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x00007fa999e648b9 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#19 0x00007fa999e0c7b7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x00007fa9984c5eff in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#21 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#22 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#23 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#24 0x00007fa999f9fe26 in gtk_widget_realize () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x00007fa999fa0128 in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x00007fa999db0a9a in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#27 0x00007fa999df0b19 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x00007fa9984c5e4f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#29 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#30 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#31 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#32 0x00007fa999fa00bc in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
#33 0x00007fa999df0b19 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#34 0x00007fa999f50b81 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#35 0x00007fa9984c5e4f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#36 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#37 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#38 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#39 0x00007fa999fa00bc in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
#40 0x00007fa999f4b732 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#41 0x00007fa999df0b19 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#42 0x00007fa999f4ccf4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#43 0x00007fa9984c5e4f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#44 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#45 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#46 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#47 0x00007fa999fa00bc in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#48 0x00007fa999db0a9a in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#49 0x00007fa999df0b19 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#50 0x00007fa9984c5e4f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#51 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#52 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#53 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#54 0x00007fa999fa00bc in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
#55 0x00007fa999faf8b5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#56 0x00007fa9984c5eff in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#57 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#58 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#59 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#60 0x00007fa999fa00bc in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
#61 0x00007fa999faf98e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#62 0x00007fa9984c5eff in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#63 0x00007fa9984d84e7 in ?? () from /usr/lib/libgobject-2.0.so.0
#64 0x00007fa9984da0ad in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#65 0x00007fa9984da5c3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#66 0x00007fa999fa083c in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0
#67 0x00000000004504cc in handle_parsed_commandline_args () at main.c:322
#68 0x0000000000450916 in main (argc=1, argv=0x7fffa2513768) at main.c:677


Original issue reported on code.google.com by cnyegle on 2008-08-05 21:26:54

建议将代码转移到google code来

教育网访问github不太方便
既然项目页面在google code上,为什么不把代码也转移过来呢?

Original issue reported on code.google.com by cnyegle on 2008-08-13 09:03:55

IBus doesn't remember the last selected engine

1. Run ibus.
    It shows ibus-anthy as the default engine.
2. Choose ibus-pinyin.
3. Close ibus.
4. Run ibus again.
    It shows ibus-anthy, not ibus-pinyin.

Original issue reported on code.google.com by utuhiro78 on 2008-08-29 15:48:51

Add a "(Un)Check All" button to the IBus' Engine tab

IBus supports many engines, so we can't check/uncheck all the engines.
We need a "(Un)Check All" button in the IBus' Engine tab.
See the attached file please.

Original issue reported on code.google.com by heathross33 on 2008-08-30 06:49:08


- _Attachment: ibus-setup-2008083001.png
![ibus-setup-2008083001.png](https://storage.googleapis.com/google-code-attachments/ibus/issue-39/comment-0/ibus-setup-2008083001.png)_

ibus-chewing does not build with latest svn of libchewing

 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/chewing -DCHEWING_DATADIR=\"/
usr/share/chewing\" -I/usr/include/python2.5 -I/usr/include/python2.5 -O2 -
g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-
buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -
fasynchronous-unwind-tables -MT _chewing_la-chewing_wrap.lo -MD -MP -
MF .deps/_chewing_la-chewing_wrap.Tpo -c chewing_wrap.c  -fPIC -DPIC -
o .libs/_chewing_la-chewing_wrap.o
chewing_wrap.c: In function 'ChewingContext_Configure':
chewing_wrap.c:2760: error: 'ChewingConfigData' has no member named 
'selectAreaLen'
chewing_wrap.c: In function 'init_chewing':
chewing_wrap.c:4803: warning: ignoring return value of 'asprintf', 
declared with attribute warn_unused_result

Original issue reported on code.google.com by fundawang on 2008-08-31 07:41:44

Panel ui suggestion

I found both trayicon and panel have the IM engines select menu, maybe
remove it from panel will better.


Original issue reported on code.google.com by dgod.osa on 2008-08-11 02:26:30

qterm(fqterm)多标签时与ibus-pinyin有冲突

在qterm中打开两个标签,在第二个标签按ctrl+tab切换到第一个标签,此时对第一个标签的
任何键盘操作都没有响应,只能用鼠标点击

尝试过的情形:
1、依次打开A、B两个站点,则A站点(处于第一个标签位置)无任何键盘响应
2、依次打开A、B两个站点,关闭A站点,再次打开A站点,则B站点(处于第一个标签位
置)无任何键盘响应
3、在1情形后,关闭B站点(处于第二个标签位置),此时A站点能响应键盘

Original issue reported on code.google.com by cnyegle on 2008-08-15 12:35:44

请问:如何转换码表格式?

我想请问一下,如果要使用其他码表的话,应该如何做?比如,如果我想使用超强二
笔的码表,
应该通过怎样的方式,将码表转换为ibus的码表格式?



Original issue reported on code.google.com by NorthStar.D on 2008-09-01 07:15:41

panel的隐藏问题

这里指那个可以拖动的东东,现在最大的问题是mplayer等全屏时无法隐藏,也无法完
全拖到窗口之外,个人感觉要么设置不用时自动要隐藏,要么回归传统的方式,始终
显示的方式对一些小型的wm还是有些多余

Original issue reported on code.google.com by ultrokevjr on 2008-08-22 09:53:20

Implement keyboard shortcut setup

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by Shawn.P.Huang on 2008-08-20 22:34:15

在Gentoo下安装ibus-anthy会失败。

Gentoo下python的头文件放置在
/usr/include/python2.5/Python.h

请修正一下谢谢。

Original issue reported on code.google.com by oahong on 2008-08-08 15:57:29

[NewFeatures] ibus-setup-anthy Setup UI.

I attached a mockup of ibus-setup-anthy.
Please refine it and add ibus-setup-anthy to ibus-anthy.

Original issue reported on code.google.com by utuhiro78 on 2008-08-31 06:44:07


- _Attachment: [ibus-setup-anthy.glade.bz2](https://storage.googleapis.com/google-code-attachments/ibus/issue-46/comment-0/ibus-setup-anthy.glade.bz2)_

读取图标的问题

执行ibus-setup,报错:
/usr/share/ibus/panel/icon.py:35: GtkWarning: gdk_pixbuf_new_from_file:
assertion `filename != NULL' failed
  pixbuf = theme.load_icon(icon, size, 0)
/usr/share/ibus/panel/main.py:41: GtkWarning: gdk_pixbuf_new_from_file:
assertion `filename != NULL' failed
  gtk.main()
/usr/share/ibus/setup/main.py:229: GtkWarning: gdk_pixbuf_new_from_file:
assertion `filename != NULL' failed
  pixbuf = theme.load_icon(icon, icon_size, 0)

 此时icon的值为ibus。

Original issue reported on code.google.com by zengsun.gm on 2008-08-15 22:55:35

ibus无法正确运行。

我在Gentoo下,写了ibus和ibus-pinyin的ebuilds用来安装,但在启动ibus时出现如
下信息:
请问能否告知时什么地方出了问题,谢谢。
--------------8<---------------------8<-----------------------------
start ibus-daemon
Traceback (most recent call last):
  File "/usr/share/ibus/daemon/ibusdaemon.py", line 76, in
__launch_auto_load_engines
    engines = self.__ibus.config_get_value("general/preload_engines", None)
  File "/usr/share/ibus/daemon/bus.py", line 366, in config_get_value
    return self.__config.get_value(key, **kargs)
  File "/usr/share/ibus/daemon/config.py", line 104, in get_value
    raise e
IBusException: key = "/desktop/ibus/general/preload_engines" does not exist
start ibus-x11
start ibus-panel
----------------8<-----------------8<---------------------------------

Original issue reported on code.google.com by oahong on 2008-08-05 11:01:09

与openoffice冲突

使用ibus时和openoffice2.4冲突了,导致openoffice无法运行。
错误信息:
X-Error: BadValue (integer parameter out of range for operation)
        Major opcode: 2 (X_ChangeWindowAttributes)
        Resource ID:  0xb4efdf7f
        Serial No:    14198 (14198)
These errors are reported asynchronously,
set environment variable SAL_SYNCHRONIZE to 1 to help debugging



Original issue reported on code.google.com by zengsun.gm on 2008-08-16 02:12:54

ibus-m17n-anthy doesn't work properly

1. Install ibus-anthy.
2. Choose ibus-anthy on ibus-toolbar.
3. Type "monndai" and press space.
   It will be converted to "問題".
4. Uninstall ibus-anthy and install ibus-m17n.
5. Choose ibus-m17n-anthy on ibus-toolbar.
6. Type "monndai" and press space.
7. It doesn't show anything.

Original issue reported on code.google.com by utuhiro78 on 2008-08-29 17:48:50

ibus (ibus-pinyin) 在 emacs 23 不能正常工作

开始是可以正常工作的,但是今天遇到了问题:只能可以向 Emacs 窗口中输入中文,
但是 Emacs 所有的控制键都不工作,仿佛 ibus 截获了 Emacs 的控制键信息一般。

我用的是 Gentoo,在不能正常工作之前,我的系统有过一些变动:

1. 升级 glib-dbus 到 0.76
2. 将 dbus-python 由 0.83.0-r1 降回 0.83.0

Original issue reported on code.google.com by LiYanrui.m2 on 2008-08-16 01:29:45

ibus-setup failed to start

yegle@localhost ~ $ ibus-setup 
Traceback (most recent call last):
  File "/usr/share/ibus/setup/main.py", line 54, in __init__
    self.__bus = ibus.Bus()
  File "/usr/lib64/python2.5/site-packages/ibus/bus.py", line 50, in __init__
    self.__dbusconn = dbus.connection.Connection(ibus.IBUS_ADDR)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket
/tmp/ibus-yegle/
ibus--0.0: 没有那个文件或目录
Traceback (most recent call last):
  File "/usr/share/ibus/setup/main.py", line 220, in <module>
    Setup().run()
  File "/usr/share/ibus/setup/main.py", line 64, in __init__
    self.__preload_engines = set(self.__bus.config_get_value(CONFIG_PRELOAD_ENGINES,
[]))
AttributeError: 'NoneType' object has no attribute 'config_get_value'



Original issue reported on code.google.com by cnyegle on 2008-08-05 19:27:07

几个问题和建议

1.实现qt3下的光标跟随
2.不选择shift作为选词时,可否将已输入的字符直接上屏(ibus-pinyin)

Original issue reported on code.google.com by riverscn on 2008-08-31 05:28:20

ibus-chewing does not work

What steps will reproduce the problem?
1. Open konsole
2. Press ctrl-space
3. Type su3cl3 

What is the expected output? What do you see instead?
Expected output: 你好 in candidate window.
Actual output: su3cl3

What version of the product are you using? On what operating system?
0.1.1 in F-9 x86_64

Please provide any additional information below.


Original issue reported on code.google.com by dingyichen on 2008-08-18 01:33:41

request for a Gentoo ebuild file

It's easy to install softwares from a ebuild file(a small plain text file) on Gentoo

Original issue reported on code.google.com by cnyegle on 2008-08-03 06:05:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.