| Summary: | Kate --tempfile argument doesn't work | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Laurent Montel <montel> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/2489ddc52604821c5e99870ca9ebe0df5bb38052 | Version Fixed/Implemented In: | 22.08.0 |
| Sentry Crash Report: | |||
|
Description
Laurent Montel
2021-09-26 12:27:23 UTC
Yeah, looks broken :( Git commit 2489ddc52604821c5e99870ca9ebe0df5bb38052 by Christoph Cullmann. Committed on 09/04/2022 at 08:14. Pushed by cullmann into branch 'master'. fix --tempfile handling fixes the handling both for Kate & KWrite simplifies it to just deleting the files on application exit this avoids any complex bookkeeping and ensures we really just delete 1:1 the files passed to the command line that got the --tempfile option M +14 -0 apps/lib/kateapp.cpp M +5 -0 apps/lib/kateapp.h M +3 -37 apps/lib/katedocmanager.cpp M +2 -6 apps/lib/katedocmanager.h M +3 -2 apps/lib/katemainwindow.cpp M +7 -13 apps/lib/kateviewmanager.cpp M +6 -4 apps/lib/kateviewmanager.h https://invent.kde.org/utilities/kate/commit/2489ddc52604821c5e99870ca9ebe0df5bb38052 |