11 lines
644 B
Diff
11 lines
644 B
Diff
|
--- x2goclient-4.1.0.0/src/onmainwindow.cpp.orig 2017-03-12 14:44:55.945238471 +0100
|
||
|
+++ x2goclient-4.1.0.0/src/onmainwindow.cpp 2017-03-12 14:45:10.790287200 +0100
|
||
|
@@ -10196,6 +10196,7 @@
|
||
|
QString sftp_binary;
|
||
|
QStringList common_sftp_dirs;
|
||
|
common_sftp_dirs << "/usr/lib/openssh" /* Debian and Ubuntu */
|
||
|
+ << "/usr/libexec64/openssh" /* openmamba */
|
||
|
<< "/usr/libexec/openssh" /* Fedora, CentOS, hopefully also RHEL */
|
||
|
<< "/usr/lib/ssh" /* Mageia, OpenSUSE, SLE{S,D} < 12 x86, SLE{S,D} 12, Arch */
|
||
|
<< "/usr/lib64/ssh" /* SLE{S,D} < 12 x86_64 */
|