2020-12-23 16:08:07 +01:00
|
|
|
From 5c90dd84f541bd4789525f12f12ad24411b99018 Mon Sep 17 00:00:00 2001
|
2020-01-27 15:29:51 +01:00
|
|
|
From: Thomas Tuegel <ttuegel@mailbox.org>
|
|
|
|
Date: Mon, 27 Jan 2020 05:31:23 -0600
|
2020-12-23 16:08:07 +01:00
|
|
|
Subject: [PATCH 2/3] xwayland
|
2020-01-27 15:29:51 +01:00
|
|
|
|
|
|
|
---
|
2021-06-18 20:33:28 +02:00
|
|
|
src/xwl/xwayland.cpp | 2 +-
|
2020-01-27 15:29:51 +01:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2021-06-18 20:33:28 +02:00
|
|
|
diff --git a/src/xwl/xwayland.cpp b/src/xwl/xwayland.cpp
|
2020-12-23 16:08:07 +01:00
|
|
|
index 57efdde..a211a58 100644
|
2021-06-18 20:33:28 +02:00
|
|
|
--- a/src/xwl/xwayland.cpp
|
|
|
|
+++ b/src/xwl/xwayland.cpp
|
2020-12-23 16:08:07 +01:00
|
|
|
@@ -124,7 +124,7 @@ void Xwayland::start()
|
2016-08-04 16:46:35 +02:00
|
|
|
|
2019-07-29 16:22:49 +02:00
|
|
|
m_xwaylandProcess = new Process(this);
|
2016-08-04 16:46:35 +02:00
|
|
|
m_xwaylandProcess->setProcessChannelMode(QProcess::ForwardedErrorChannel);
|
|
|
|
- m_xwaylandProcess->setProgram(QStringLiteral("Xwayland"));
|
2017-05-26 22:44:07 +02:00
|
|
|
+ m_xwaylandProcess->setProgram(QLatin1String(NIXPKGS_XWAYLAND));
|
2019-07-29 16:22:49 +02:00
|
|
|
QProcessEnvironment env = m_app->processStartupEnvironment();
|
2016-08-04 16:46:35 +02:00
|
|
|
env.insert("WAYLAND_SOCKET", QByteArray::number(wlfd));
|
2019-07-29 16:22:49 +02:00
|
|
|
env.insert("EGL_PLATFORM", QByteArrayLiteral("DRM"));
|
2020-01-27 15:29:51 +01:00
|
|
|
--
|
2020-12-23 16:08:07 +01:00
|
|
|
2.29.2
|
2020-01-27 15:29:51 +01:00
|
|
|
|