We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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だけで必要な物が全て入った方が良いと思う)
以下の内容で${HOME}/.uimを作成する。
以下で実行してgtk3-demoを実行し、Entry等のデモを開いてShift + Spaceで日本語入力できるようになる。
The text was updated successfully, but these errors were encountered: