Summary: | using kio_fish with kate saves files with 0bytes | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Daniel Quinn <expendable.0> |
Component: | fish | Assignee: | Jörg Walter <trouble> |
Status: | RESOLVED FIXED | ||
Severity: | grave | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Quinn
2003-02-26 22:56:56 UTC
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(); |