2021-03-20 04:20:00 +00:00
|
|
|
From 5c90dd84f541bd4789525f12f12ad24411b99018 Mon Sep 17 00:00:00 2001
|
2020-04-24 23:36:52 +00:00
|
|
|
From: Thomas Tuegel <ttuegel@mailbox.org>
|
|
|
|
Date: Mon, 27 Jan 2020 05:31:23 -0600
|
2021-03-20 04:20:00 +00:00
|
|
|
Subject: [PATCH 2/3] xwayland
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
xwl/xwayland.cpp | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/xwl/xwayland.cpp b/xwl/xwayland.cpp
|
2021-03-20 04:20:00 +00:00
|
|
|
index 57efdde..a211a58 100644
|
2020-04-24 23:36:52 +00:00
|
|
|
--- a/xwl/xwayland.cpp
|
|
|
|
+++ b/xwl/xwayland.cpp
|
2021-03-20 04:20:00 +00:00
|
|
|
@@ -124,7 +124,7 @@ void Xwayland::start()
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
m_xwaylandProcess = new Process(this);
|
|
|
|
m_xwaylandProcess->setProcessChannelMode(QProcess::ForwardedErrorChannel);
|
|
|
|
- m_xwaylandProcess->setProgram(QStringLiteral("Xwayland"));
|
|
|
|
+ m_xwaylandProcess->setProgram(QLatin1String(NIXPKGS_XWAYLAND));
|
|
|
|
QProcessEnvironment env = m_app->processStartupEnvironment();
|
|
|
|
env.insert("WAYLAND_SOCKET", QByteArray::number(wlfd));
|
|
|
|
env.insert("EGL_PLATFORM", QByteArrayLiteral("DRM"));
|
|
|
|
--
|
2021-03-20 04:20:00 +00:00
|
|
|
2.29.2
|
2020-04-24 23:36:52 +00:00
|
|
|
|