summaryrefslogtreecommitdiffstats
path: root/kioslave/sftp/CHANGELOG
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:43:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:43:14 -0600
commit79b21d47bce1ee428affc97534cd8b257232a871 (patch)
tree0df1fa0109d9f2bcef932eda8b5c25b2e06669ed /kioslave/sftp/CHANGELOG
parent9a898d493f493adbc404f7223043c85f3817472b (diff)
downloadtdebase-79b21d47bce1ee428affc97534cd8b257232a871.tar.gz
tdebase-79b21d47bce1ee428affc97534cd8b257232a871.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/sftp/CHANGELOG')
-rw-r--r--kioslave/sftp/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
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.