Summary: | Launching Kate with a document opens it in a new session rather than appending it to the last-used session | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Nate Graham <nate> |
Component: | sessions | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | funny0facer |
Priority: | NOR | ||
Version First Reported In: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/e86d6074cbf7ea6834e6a45d0d1c6ff50d3cb4bb | Version Fixed In: | |
Sentry Crash Report: |
Description
Nate Graham
2021-12-11 21:52:23 UTC
I can confirm this behavior. Of course this only feels like a bug when the setting "Session/Application Startup Behavior" equals to "Load last used session" Operating System: Arch Linux KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.1 Kate Version: 24.05.0 A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1749 Git commit 939845f49143eeb9eeeeb02e807bb87754d6667d by Christoph Cullmann. Committed on 10/03/2025 at 17:47. Pushed by cullmann into branch 'master'. only start session if we are not started from the terminal or if no are files specified M +6 -1 apps/lib/kateapp.cpp https://invent.kde.org/utilities/kate/-/commit/939845f49143eeb9eeeeb02e807bb87754d6667d Git commit e86d6074cbf7ea6834e6a45d0d1c6ff50d3cb4bb by Christoph Cullmann. Committed on 12/03/2025 at 15:45. Pushed by cullmann into branch 'release/25.04'. only start session if we are not started from the terminal or if no are files specified (cherry picked from commit 939845f49143eeb9eeeeb02e807bb87754d6667d) Co-authored-by: Christoph Cullmann <christoph@cullmann.io> M +6 -1 apps/lib/kateapp.cpp https://invent.kde.org/utilities/kate/-/commit/e86d6074cbf7ea6834e6a45d0d1c6ff50d3cb4bb |