Version: 2.1 (using KDE 3.1.0) Installed from: Gentoo Compiler: gcc version 2.95.3 20010315 (release) OS: Linux (i686) release 2.4.19-gentoo-r10 using the file browser on the left, i can log into other servers with the syntax: fish://username:password@server/dir1/dir2/ and get a file listing. and i can open files and i can edit files but if i edit a file and then save it, it *sometimes* overwrites the file with nothing giving me a 0byte file size. i've lost all my work twice now.
Have lost work once this way as well (SuSE rpms).
i've found that if i save the file first, then close it, i don't lose anything. it would appear that the only time i lose the whole file is when i close the file and select "save before closing".
Possible data loss -> grave
kio_fish problem or does we need to do something special with kio_fish ?
I can reproduce this on Gentoo as well. Not yet having investigated it, it sounds like the kioslave is killed too early. Maybe the Job is destroyed before it can complete? Anyhow, this is just my first guess. Will look into it in more detail later.
Subject: kdebase/kate/app CVS commit by waba: Make saving remote files during shutdown work. (BR55244) CCMAIL: 55244-done@bugs.kde.org M +2 -2 kateapp.cpp 1.59 --- kdebase/kate/app/kateapp.cpp #1.58:1.59 @@ -70,5 +70,5 @@ KateApp::KateApp (bool forcedNewProcess, newMainWindow (); - connect(this, SIGNAL(lastWindowClosed()), SLOT(quit())); +// connect(this, SIGNAL(lastWindowClosed()), SLOT(deref())); KCmdLineArgs* args = KCmdLineArgs::parsedArgs();