[autotests/wayland] Disable KActivities in the tests
Makes our tests time out, we're too fast in shutting down.
This commit is contained in:
parent
55bae74aae
commit
5f502c141a
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ static void readDisplay(int pipe);
|
||||||
WaylandTestApplication::WaylandTestApplication(int &argc, char **argv)
|
WaylandTestApplication::WaylandTestApplication(int &argc, char **argv)
|
||||||
: Application(OperationModeXwayland, argc, argv)
|
: Application(OperationModeXwayland, argc, argv)
|
||||||
{
|
{
|
||||||
|
#ifdef KWIN_BUILD_ACTIVITIES
|
||||||
|
setUseKActivities(false);
|
||||||
|
#endif
|
||||||
qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q"));
|
qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q"));
|
||||||
WaylandServer *server = WaylandServer::create(this);
|
WaylandServer *server = WaylandServer::create(this);
|
||||||
QPluginLoader loader(QStringLiteral(KWINBACKENDPATH));
|
QPluginLoader loader(QStringLiteral(KWINBACKENDPATH));
|
||||||
|
|
Loading…
Reference in a new issue