Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't activate ibus on mozc dictionary tool #49

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 6 comments
Closed

Can't activate ibus on mozc dictionary tool #49

GoogleCodeExporter opened this issue Apr 22, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Start mozc dictionary tool via mozc toolbar
2.Click "追加(tsuika)" button
3.Click "よみ(yomi)" or "単語(tango)" column
4.Hit IM trigger key(control + space or something)

What is the expected output? What do you see instead?
Cannot activate ibus.

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

My environment is:
Debian GNU/Linux unstable amd64 - all packages are up to date
Qt4 4:4.6.3-3

Please provide any additional information below.
Can activate ibus when start mozcdictionary tool from command line
like /usr/lib/mozc/mozc_tool --mode=dictionary_tool.

Original issue reported on code.google.com by hideo.os...@gmail.com on 9 Oct 2010 at 2:22

@GoogleCodeExporter
Copy link
Author

Hi, thanks for the report. First, please let me know the following.

- Is qt-immodule for ibus, probably "libibus-qt1" package or something like 
that, installed on your system? The dictionary tool is built on top of Qt, not 
Gtk+.
- Please also check that QT_IM_MODULE=ibus environment variable is properly set 
for ibus-daemon.

Original comment by yusu...@google.com on 9 Oct 2010 at 2:34

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

For the latter, could you copy-and-paste outputs from the following two 
commands?

% ( cat /proc/`pgrep ibus-daemon`/environ ; echo ) | tr "\000" "\n" | grep 
IM_MODULE
% ( cat /proc/`pgrep -f ibus-engine-mozc`/environ ; echo ) | tr "\000" "\n" | 
grep IM_MODULE

Original comment by yusu...@google.com on 9 Oct 2010 at 2:41

@GoogleCodeExporter
Copy link
Author

> Can activate ibus when start mozcdictionary tool from command line

Sorry I missed the line. Then the qt immodule should be installed.


Original comment by yusu...@google.com on 9 Oct 2010 at 3:13

@GoogleCodeExporter
Copy link
Author

Thank you for quick replay.

I installed ibus-qt4 and libibus-qt1.
So the problem has been solved.

I think mozc-utils-gui should depend ibus-qt4 and libibus-qt1.

Original comment by hideo.os...@gmail.com on 9 Oct 2010 at 3:52

@GoogleCodeExporter
Copy link
Author

> I think mozc-utils-gui should depend ibus-qt4 and libibus-qt1.

It might be hard since the package is client neutral. At this point, there're 3 
clients on Linux, ibus, scim, and emacs (and some third-party clients like uim.)

I'd close the issue as Fixed for now.

Original comment by yusukes@chromium.org on 10 Oct 2010 at 10:32

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by yusukes@chromium.org on 10 Oct 2010 at 10:32

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant