about summary refs log tree commit diff
path: root/pkgs/kde/gear/kdeconnect-kde/hardcode-sshfs-path.patch
blob: df78f60fcf903ff82c26fa89db119c1fe158a7be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
index 29e94f3b..c71e552f 100644
--- a/plugins/sftp/mounter.cpp
+++ b/plugins/sftp/mounter.cpp
@@ -94,7 +94,7 @@ void Mounter::onPacketReceived(const NetworkPacket &np)
 
     QDir().mkpath(m_mountPoint);
 
-    const QString program = QStringLiteral("sshfs");
+    const QString program = QStringLiteral("@sshfs@");
 
     QString path;
     if (np.has(QStringLiteral("multiPaths")))