| Summary: | KMail can't open HTML file in konqueror because it erases file when kfmclient exits | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Mikhail Ramendik <mr> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mikhail Ramendik
2004-12-16 02:13:41 UTC
I cannot reproduce this in HEAD 20041209. I have preloaded Konqueror windows and it opens the file. However, this *IS* a race condition, because I reload the file in Konqueror: the file will have been erased already. This is #91410. It's fixed in HEAD by the addition of the --tempfile command line option, which moves the responsibility of deleting the tempfile to the external application. Thiago: there is no race condition anymore. Konqueror reliably deletes the file after having loaded it. Why should reload work? :/ *** This bug has been marked as a duplicate of 91410 *** Konqueror shouldn't delete it after loading, but it maybe should delete after moving away from it. For instance, one may want to see the source code. But that's a different problem now. |