All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takuro Ashie <ashie@clear-code.com>
To: yocto@lists.yoctoproject.org
Subject: Re: [yocto] Virtual Keyboard on Wayland
Date: Thu, 26 Jun 2025 17:13:46 +0900	[thread overview]
Message-ID: <68dcffab-ef3f-4643-baab-7b5c8015b7a1@clear-code.com> (raw)
In-Reply-To: <C42u.1750681341370467311.Q2We@lists.yoctoproject.org>

Hi.

On 2025/06/23 21:22, matteo.orlandini via lists.yoctoproject.org wrote:
> I'm searching for a virtual keyboard to use with Yocto Scarthgap and my Python 3.12 application that uses GTK 3. I'm using weston version 12.0.4 and I saw that weston keyboard is not compatible with GTK 3.

You can use weston-keyboard with GTK3 on Weston if you install an appropriate IM
module for GTK3 that support text-input-v1 protocol of Wayland.

We are developing such module:

   https://gitlab.com/clear-code/gtk-wayland-textinputv1

We have also a yocto recipe for it:

https://gitlab.com/clear-code/meta-inputmethod/-/tree/master/recipes-gnome/gtk-wayland-textinputv1

Although it's not support scarthgap yet, not so difficult to port.


> I tried to compile squeekboard but I got this error:

Even if you finally success to build it, probably you can not use it on your system.
It requires some wayland protocols that aren't supported by Weston:
https://github.com/droidian/squeekboard?tab=readme-ov-file#what-the-compositor-has-to-support


We are also developing a virtual keyboad software for Wayland (mainly for Weston):

   https://github.com/clear-code/fcitx5-virtualkeyboard-ui

Unfortunately we don't publish the yocto recipe for it in some reason.
But creating it based on above meta-inputmethod layer isn't so difficult.

Regards,

--
Takuro Ashie <ashie@clear-code.com>



  parent reply	other threads:[~2025-06-26  8:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-23 12:22 Virtual Keyboard on Wayland matteo.orlandini
2025-06-23 12:48 ` [yocto] " Gyorgy Sarvari
2025-06-23 15:04   ` matteo.orlandini
2025-06-25 15:03   ` [yocto] " matteo.orlandini
2025-06-25 17:18     ` Gyorgy Sarvari
2025-06-26  7:01       ` Gyorgy Sarvari
2025-06-26  8:13 ` Takuro Ashie [this message]
2025-06-27 14:33   ` matteo.orlandini
2025-06-27 23:02     ` Takuro Ashie
2025-06-30  7:07       ` matteo.orlandini
2025-09-16 14:06       ` matteo.orlandini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68dcffab-ef3f-4643-baab-7b5c8015b7a1@clear-code.com \
    --to=ashie@clear-code.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.