On Tue, Sep 19 2023 at 02:02:48 PM +02:00:00, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
we need to find a different terminal (rxvt or indeed gnome-terminal).

gnome-console is a simple thing. but it is necessary to build vte with gtk4 support (by the way, the default of vte is to build gtk3 and gtk4 support). Maybe the problem with both gnome-console and gnome-terminal is that they are GPL-3.0-only.

SUMMARY = "GNOME Console"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"

GNOMEBASEBUILDCLASS = "meson"
inherit gtk-icon-cache gnomebase pkgconfig meson gsettings gnome-help upstream-version-is-even

DEPENDS = " \
    desktop-file-utils-native \
    gtk4-native \
    gtk4 \
    libadwaita \
    vte \
    libgtop \
    pcre2 \
    gsettings-desktop-schemas \
"

SRC_URI[archive.sha256sum] = "24cbd5680e525c2c0c57ad8d8c1ad199ef5b45b1ff1c80be22a37848e46e93ac"

FILES:${PN} += "${datadir}"

RRECOMMENDS:${PN} += "gsettings-desktop-schemas hicolor-icon-theme"