| Summary: | Enabled plugins are reset when restarting Kate | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Noah Davis <noahadvs> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, nicolas.fella, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Noah Davis
2021-08-19 18:58:28 UTC
In case it's relevant, these are the permissions for my Kate config files in ~/.config: ❯ ls -la | rg kate drwxr-xr-x noah users 18 B Wed Jan 20 22:54:01 2021 kate .rw------- noah users 79 KB Thu Aug 19 14:55:32 2021 katemetainfos .rw------- noah users 6.8 KB Thu Aug 19 14:55:35 2021 katerc .rw------- noah users 56 B Sat Jan 16 05:52:24 2021 kateschemarc .rw------- noah users 419 B Sat Jan 16 08:40:45 2021 katevirc I am closing Kate using the X button in the titlebar or Ctrl+Q. From what I can see, Kate is not crashing when closed, so there's no obvious reason why the settings aren't being saved. This is due to reworking of Sessions in kate. cullmann wrote: @bug_id = 441188 @bug_status = RESOLVED @resolution = FIXED @cf_commitlink = https://invent.kde.org/utilities/kate/commit/0dbfebcb4b0af998f9e2907c5bc185af31d03b5f Git commit 0dbfebcb4b0af998f9e2907c5bc185af31d03b5f by Christoph Cullmann. Committed on 21/08/2021 at 16:20. Pushed by cullmann into branch 'master'. Revert "sessions: upgrade anonymous session to regular one" This reverts commit 88c6ab08f48fd3c088470716a1d175496a3960d2. Reverts session behavior back to 21.08 release style we need to re-think how we really want to handle that M +1 -18 kate/autotests/session_manager_test.cpp M +0 -1 kate/autotests/session_manager_test.h M +0 -1 kate/data/kateui.rc M +5 -25 kate/kateapp.cpp M +0 -4 kate/katemainwindow.cpp M +0 -9 kate/katepluginmanager.cpp M +0 -1 kate/katepluginmanager.h M +2 -2 kate/katestashmanager.cpp M +2 -6 kate/main.cpp M +2 -2 kate/session/katesession.cpp M +0 -2 kate/session/katesession.h M +3 -1 kate/session/katesessionmanagedialog.cpp M +50 -101 kate/session/katesessionmanager.cpp M +13 -53 kate/session/katesessionmanager.h https://invent.kde.org/utilities/kate/commit/0dbfebcb4b0af998f9e2907c5bc185af31d03b5f |