depot/third_party/nixpkgs/pkgs/kde/gear/kdeconnect-kde/hardcode-sshfs-path.patch
Default email 5c370c0b2a Project import generated by Copybara.
GitOrigin-RevId: 33d1e753c82ffc557b4a585c77de43d4c922ebb5
2024-05-15 17:35:15 +02:00

13 lines
449 B
Diff

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")))