From: matteo.orlandini@tastitalia.com
To: "Takuro Ashie" <ashie@clear-code.com>, yocto@lists.yoctoproject.org
Subject: Re: [yocto] Virtual Keyboard on Wayland
Date: Fri, 27 Jun 2025 07:33:52 -0700 [thread overview]
Message-ID: <14094.1751034832062829006@lists.yoctoproject.org> (raw)
In-Reply-To: <68dcffab-ef3f-4643-baab-7b5c8015b7a1@clear-code.com>
[-- Attachment #1.1: Type: text/plain, Size: 924 bytes --]
Dear Takuro,
>
> 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.
as, you suggested, I tried to port in scarthgap your recipe and I'm able to use weston-keyboard on gtk3, thank you so much. Attached you can find the recipe for scarthgap.
>
> 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.
Also, I should use Chromium, but I see that the Weston keyboard doesn't work. Can I use your virtual keyboard? Is it compatible with both Chromium and GTK3?
Thank you in advance,
Matteo
[-- Attachment #1.2: Type: text/html, Size: 1324 bytes --]
[-- Attachment #2: gtk-wayland-textinputv1_0.1.5.bb --]
[-- Type: application/octet-stream, Size: 647 bytes --]
LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
SRCBRANCH = "master"
SRC_URI += " \
git://gitlab.com/clear-code/gtk-wayland-textinputv1.git;protocol=https;branch=${SRCBRANCH} \
file://0001-Search-RECIPE_SYSROOT-to-find-wayland-protocols-if-i.patch \
"
PV = "0.1.5"
SRCREV = "d47a7f47ba56f415fec0fa101a9a01c313acdff0"
S = "${WORKDIR}/git"
DEPENDS = "wayland wayland-native gtk+3"
inherit pkgconfig autotools gtk-immodules-cache
EXTRA_OECONF = "WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT}"
FILES:${PN} += "\
${libdir}/gtk-3.0/3.0.0/immodules/im-wltextinputv1.so \
"
next prev parent reply other threads:[~2025-06-27 14:33 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
2025-06-27 14:33 ` matteo.orlandini [this message]
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=14094.1751034832062829006@lists.yoctoproject.org \
--to=matteo.orlandini@tastitalia.com \
--cc=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.