From 3603ee36128d4e53254a95861e5d65b84b0e9445 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 2 Jan 2023 11:44:46 +0000 Subject: installer: apply workaround to fix display of release notes (mga#31294) --- perl-install/install/install2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install/install2') diff --git a/perl-install/install/install2 b/perl-install/install/install2 index ba8b558a9..34f215a21 100755 --- a/perl-install/install/install2 +++ b/perl-install/install/install2 @@ -27,6 +27,9 @@ use install::install2; $::testing = $ENV{PERL_INSTALL_TEST}; $::isStandalone = 0; +#- workaround for WebKitGTK bug (mga#31294) +$ENV{WEBKIT_DISABLE_COMPOSITING_MODE} = 1; + install::install2::main(@ARGV); c::_exit(0); -- cgit v1.2.1