diff --git a/patches/testing-xvfb.py.patch b/patches/testing-xvfb.py.patch new file mode 100644 index 000000000000..52a1110310d4 --- /dev/null +++ b/patches/testing-xvfb.py.patch @@ -0,0 +1,13 @@ +diff --git a/testing/xvfb.py b/testing/xvfb.py +index fb782c65db23b96c8fde3675a9fd9a0c0aaf314f..f97aac2cddbcb1eef17b04f96f5a537b5d58c46e 100755 +--- a/testing/xvfb.py ++++ b/testing/xvfb.py +@@ -101,7 +101,7 @@ def launch_dbus(env): # pylint: disable=inconsistent-return-statements + def run_executable(cmd, + env, + stdoutfile=None, +- use_openbox=True, ++ use_openbox=False, + use_xcompmgr=True, + xvfb_whd=None, + cwd=None):