From bcd178629385602dfea75942b58f5eceaca3e85e Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 20 Dec 2025 14:31:09 +0100 Subject: [PATCH] gui-apps/gnome-console: Fix tests trying to open a display Signed-off-by: Pacho Ramos --- gui-apps/gnome-console/gnome-console-49.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/gnome-console/gnome-console-49.1.ebuild b/gui-apps/gnome-console/gnome-console-49.1.ebuild index 2792d24e547f3..0cdef016f2142 100644 --- a/gui-apps/gnome-console/gnome-console-49.1.ebuild +++ b/gui-apps/gnome-console/gnome-console-49.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome.org gnome2-utils meson xdg +inherit gnome.org gnome2-utils meson virtualx xdg DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop" HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console" @@ -44,6 +44,10 @@ src_configure() { meson_src_configure } +src_test() { + virtx meson_src_test +} + pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update