From 45d8de38393c2b34eaafd49901a48fced685b1e8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 5 Jul 2026 02:26:53 +0200 Subject: added gtk-broadway-run.sh as an alternative to xfvb-run The latter sometimes fails and causes a lot of fallout on OBS servers. gtk-broadway-run.sh uses the GTK Broadway backend instead and will only work with GTK applications. It is currently tested for the Debian and RPM packages and might later be integrated into the FreeBSD package as well. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e956878..2393eb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,9 @@ dist_scitecodata_DATA = fallback.teco_ini EXTRA_DIST = README TODO +# Used in many packaging recipes +dist_noinst_SCRIPTS = gtk-broadway-run.sh + if INTERFACE_GTK # Only the lower resolution PNG icons are installed as they are # required by the GTK UI. -- cgit v1.2.3