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

Yoctoのuimを最新版に更新したい #186

Open
ashie opened this issue Aug 21, 2018 · 0 comments
Open

Yoctoのuimを最新版に更新したい #186

ashie opened this issue Aug 21, 2018 · 0 comments

Comments

@ashie
Copy link
Member

ashie commented Aug 21, 2018

meta-openembeddedのuimが少し古く、Waylandで動作しないため更新したい。
Waylandに対応しているのが1.8.7からのため、これより新しい版に更新したい。
また、uim-anthyの実行にはuim-utilsが必要なようだが、依存関係が設定されていないのでこれも追加した方がよさそう。

検証環境は以下の記事を参考にすれば構築できる。

gtk3-demoなどで試せば良いので、上記記事のFirefoxをビルドする部分は必要ない。
また、ブートイメージはcore-image-satoではなくcore-image-westonをビルドする。
uimをインストールするには、local.confに以下を追加する(本当はuim-gtk3とuim-anthyだけで必要な物が全て入った方が良いと思う)

IMAGE_INSTALL_append = " uim uim-common uim-utils uim-gtk3 uim-anthy "

以下の内容で${HOME}/.uimを作成する。

(define default-im-name 'anthy)

以下で実行してgtk3-demoを実行し、Entry等のデモを開いてShift + Spaceで日本語入力できるようになる。

GTK_IM_MODULE=uim gtk3-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant