https://bugs.kde.org/show_bug.cgi?id=380349
--- Comment #2 from H.H. <cyberb...@gmx.de> --- It does not help. I have some debug output for a) open the file with my saved settings (using the default open action to open the less file always with kwrite) ... log_kio_sftp: QUrl("sftp://.../test.less") log_kio_sftp: username= "..." , host= "..." , port= 22 log_kio_sftp: checking cache: info.username = "..." , info.url = "sftp://..." log_kio_sftp: Creating the SSH session and setting options log_kio_sftp: Trying to connect to the SSH server log_kio_sftp: Getting the SSH server hash log_kio_sftp: Checking if the SSH server is known log_kio_sftp: Trying to authenticate with the server log_kio_sftp: Trying to authenticate with public key log_kio_sftp: Trying to authenticate with password log_kio_sftp: Trying to request the sftp session log_kio_sftp: Trying to initialize the sftp session log_kio_sftp: connected ? true username: old= "..." new= "..." Copying QUrl("sftp://.../test.less") to QUrl("file:///.../.cache/kioexec/krun/11504_0/test.less") log_kio_sftp: QUrl("sftp://.../test.less") -> QUrl("file:///.../.cache/kioexec/krun/11504_0/test.less") , permissions = "-1" , overwrite = QFlags() , resume = QFlags() log_kio_sftp: QUrl("sftp://.../test.less") -> "/.../.cache/kioexec/krun/11504_0/test.less" , permissions= -1 log_kio_sftp: QUrl("sftp://.../test.less") log_kio_sftp: connected ? true username: old= "..." new= "..." log_kio_sftp: enqueueChunks log_kio_sftp: enqueueChunks done "1" log_kio_sftp: enqueueChunks log_kio_sftp: enqueueChunks done "1" All files downloaded, will call slotRunApp shortly EXEC "/usr/bin/kwrite /.../.cache/kioexec/krun/11504_0/test.less" EXEC done sleeping... ... b) open the file with "open with.." and entering "kwrite %u" manually ... log_kio_sftp: QUrl("sftp://...test.less") -> QUrl("file:///tmp/katepartJ11697.less") , permissions = "384" , overwrite = QFlags(0x4) , resume = QFlags() log_kio_sftp: QUrl("sftp://.../test.less") -> "/tmp/katepartJ11697.less" , permissions= 384 log_kio_sftp: QUrl("sftp://.../test.less") log_kio_sftp: username= "..." , host= "..." , port= 22 log_kio_sftp: checking cache: info.username = "..." , info.url = "sftp://..." log_kio_sftp: Creating the SSH session and setting options log_kio_sftp: Trying to connect to the SSH server log_kio_sftp: Getting the SSH server hash log_kio_sftp: Checking if the SSH server is known log_kio_sftp: Trying to authenticate with the server log_kio_sftp: Trying to authenticate with public key log_kio_sftp: Trying to authenticate with password log_kio_sftp: Trying to request the sftp session log_kio_sftp: Trying to initialize the sftp session log_kio_sftp: Trying to initialize the sftp session log_kio_sftp: connected ? true username: old= "..." new= "..." log_kio_sftp: enqueueChunks log_kio_sftp: enqueueChunks done "1" log_kio_sftp: enqueueChunks log_kio_sftp: enqueueChunks done "1" log_kio_sftp: log_kio_sftp: *** kio_sftp Done ... Can you reproduce the error? I can reproduce it on 2 different systems (both opensuse) -- You are receiving this mail because: You are watching all bug changes.