mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 01:36:32 +08:00
The KDE window manager kwin launches window overview, when the mouse remains in the top left for about 1 second. This causes flakiness in autotests, if they move the mouse to the top left. => Disable the overview function, which is enabled by default. Change-Id: I43925d15db99f5d40b6cc0cdba39203513e8c59f Reviewed-by: Toni Saario <toni.saario@qt.io>
8 lines
231 B
Bash
Executable File
8 lines
231 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (C) 2023 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
set -ex
|
|
|
|
"$(dirname "$0")"/../common/linux/disable_kwin_overview.sh
|