From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kioslave/sftp/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kioslave/sftp/CHANGELOG') diff --git a/kioslave/sftp/CHANGELOG b/kioslave/sftp/CHANGELOG index 2b5f18de3..b60e7f44b 100644 --- a/kioslave/sftp/CHANGELOG +++ b/kioslave/sftp/CHANGELOG @@ -4,12 +4,12 @@ - After the user cancels with the stop button, we get ERR_CANNOT_LAUNCH_PROCESS errors, until we kill the ioslave. Same thing after trying the wrong passwd too many times. - This is happening because KProcess thinks that the ssh process is still running + This is happening because TDEProcess thinks that the ssh process is still running even though it exited. - How to handle password and caching? - Write our own askpass program using kde - set env SSH_ASKPASS_PROGRAM before launching - -how to do this? KProcess doesn't give us access to env variables. + -how to do this? TDEProcess doesn't give us access to env variables. - Our askpass program can probably talk to the tdesu daemon to implement caching. - chmod() succeeds, but konqueror always puts permissions to 0 afterwards. The properties dialog is right though. -- cgit v1.2.1