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/NEWS | 2 ++ perl-install/install/install2 | 3 +++ 2 files changed, 5 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c4f2064a0..319ac2a64 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- Apply workaround to fix display of release notes (mga#31294) + Version 18.53 - 29 December 2022 - Add openssl config file needed when running cryptsetup (mga#31315) 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