LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: astrobear

Please help me with my ibus and ibus-pinyin.

[复制链接]
发表于 2009-11-10 09:54:17 | 显示全部楼层
這個時候搜狗雲輸入法就可以發揮用場了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-10 09:56:24 | 显示全部楼层
Post by flies;2044196
在终端运行ibus-setup,操作过程中看终端的输出信息可能会找到问题所在。我觉得有可能是目录写入权限的问题。


There is a warning when start running ibus-setup, but no other message when closing.


$ ibus-setup
/usr/lib64/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-10 10:00:27 | 显示全部楼层
Post by xcxxb;2044225
這個時候搜狗雲輸入法就可以發揮用場了


I don't know the input method you mentioned.
Is it a input plug-in for linux or just a web-based input tool?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-10 10:05:27 | 显示全部楼层
Post by flies;2044196
在终端运行ibus-setup,操作过程中看终端的输出信息可能会找到问题所在。我觉得有可能是目录写入权限的问题。


By the way, which file contains the setting informations? I cannot find any .* files in my directory.

I will check the permissions and try to write the settings manually if I can find the file which contains the settings.
回复 支持 反对

使用道具 举报

发表于 2009-11-10 10:58:13 | 显示全部楼层
~/.ibus/
也许还需要 ~/.cache/ibus/ 与 ~/.config/ibus/ 两个目录
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-10 11:11:13 | 显示全部楼层
Post by SDE;2044243
~/.ibus/
也许还需要 ~/.cache/ibus/ 与 ~/.config/ibus/ 两个目录


I don't have .ibus/ . The permission of my home path is drwxr-xr-x .

But the .cache/ibus/ and  .config/ibus/ are there.
I can only find two files in them:

$ cat .config/ibus/bus/f3fe954bdb37cbc05a87cc404aec3ffe-unix-0
# This file is created by ibus-daemon, please do not modify it
IBUS_ADDRESS=unix:abstract=/tmp/dbus-slh9w07psD,guid=2060585cb0bd894249dd07c84af81e69
IBUS_DAEMON_PID=5080



$ cat .cache/ibus/bus/registry.xml
<?xml version="1.0" encoding="utf-8"?>
<!--
    This file was generated by ibus-daemon. Please don't modify it.
    -->
<ibus-registry>
    <observed-paths>
        <path mtime="1257651476" >/usr/share/ibus/component</path>
        <path mtime="0" >/home/gongming/.local/share/ibus/component</path>
    </observed-paths>
    <components>
        <component>
            <name>org.freedesktop.IBus.Panel</name>
            <description>Gtk Panel Component</description>
            <version>1.2.0.20091024</version>
            <license>GPL</license>
            <author>eng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
            <homepage>http://code.google.com/p/ibus</homepage>
            <exec>/usr/libexec/ibus-ui-gtk</exec>
            <textdomain>ibus</textdomain>
            <observed-paths>
                <path mtime="1257651472" >/usr/share/ibus/component/gtkpanel.xml</path>
            </observed-paths>
            <engines>
            </engines>
        </component>
        <component>
            <name>org.freedesktop.IBus.Config</name>
            <description>GConf Config Component</description>
            <version>1.2.0.20091024</version>
            <license>GPL</license>
            <author>eng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
            <homepage>http://code.google.com/p/ibus</homepage>
            <exec>/usr/libexec/ibus-gconf</exec>
            <textdomain>ibus</textdomain>
            <observed-paths>
                <path mtime="1257651472" >/usr/share/ibus/component/gconf.xml</path>
            </observed-paths>
            <engines>
            </engines>
        </component>
        <component>
            <name>org.freedesktop.IBus.PinYin</name>
            <description>inYin Component</description>
            <version>1.2.0.20090915</version>
            <license>GPL</license>
            <author>eng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
            <homepage>http://code.google.com/p/ibus</homepage>
            <exec>/usr/libexec/ibus-engine-pinyin --ibus</exec>
            <textdomain>ibus-pinyin</textdomain>
            <observed-paths>
                <path mtime="1257448861" >/usr/share/ibus/component/pinyin.xml</path>
            </observed-paths>
            <engines>
                    <engine>
                        <name>pinyin</name>
                        <longname>inYin</longname>
                        <description>inYin Input Method</description>
                        <language>zh_CN</language>
                        <license>GPL</license>
                        <author>eng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
                        <icon>/usr/share/ibus-pinyin/icons/ibus-pinyin.svg</icon>
                        <layout>us</layout>
                        <rank>99</rank>
                    </engine>
            </engines>
        </component>
    </components>
</ibus-registry>
回复 支持 反对

使用道具 举报

发表于 2009-11-10 11:41:13 | 显示全部楼层
Post by astrobear;2044228
I don't know the input method you mentioned.
Is it a input plug-in for linux or just a web-based input tool?

just a web-based input tool.
你可以用來發帖
http://pinyin.sogou.com/cloud/
回复 支持 反对

使用道具 举报

发表于 2009-11-10 13:21:44 | 显示全部楼层
这说明应该不是权限的问题。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-15 13:20:58 | 显示全部楼层
Post by xcxxb;2044260
just a web-based input tool.
你可以用來發帖
http://pinyin.sogou.com/cloud/


啊,多谢多谢!!
终于能输入中文了,热泪盈眶啊……

不过,话说,这只是临时的办法,ibus的问题还是没解决啊……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表