summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kwin/xwayland.patch
blob: 51f15c87d2740b048a8738cfd6bc7d5bb96f4b5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: kwin-5.7.3/main_wayland.cpp
===================================================================
--- kwin-5.7.3.orig/main_wayland.cpp
+++ kwin-5.7.3/main_wayland.cpp
@@ -315,7 +315,7 @@ void ApplicationWayland::startXwaylandSe
 
     m_xwaylandProcess = new Process(kwinApp());
     m_xwaylandProcess->setProcessChannelMode(QProcess::ForwardedErrorChannel);
-    m_xwaylandProcess->setProgram(QStringLiteral("Xwayland"));
+    m_xwaylandProcess->setProgram(QLatin1String(NIXPKGS_XWAYLAND));
     QProcessEnvironment env = m_environment;
     env.insert("WAYLAND_SOCKET", QByteArray::number(wlfd));
     m_xwaylandProcess->setProcessEnvironment(env);