summaryrefslogtreecommitdiffstats
path: root/pkgs/kde/plasma/krdp/hardcode-openssl-path.patch
blob: 21d9db7c0c82ed420c0e0800620f61fa5e796409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/kcm/kcmkrdpserver.cpp b/src/kcm/kcmkrdpserver.cpp
index 2d2c5e8..289c6f1 100644
--- a/src/kcm/kcmkrdpserver.cpp
+++ b/src/kcm/kcmkrdpserver.cpp
@@ -293,7 +293,7 @@ void KRDPServerConfig::generateCertificate()
     QString certificateKeyPath(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + u"/krdpserver/krdp.key"_s);
     qDebug(KRDPKCM) << "Generating certificate files to: " << certificatePath << " and " << certificateKeyPath;
     QProcess sslProcess;
-    sslProcess.start(u"openssl"_s,
+    sslProcess.start(u"@openssl@"_s,
                      {
                          u"req"_s,
                          u"-nodes"_s,