| Summary: | project plugin is slowing down kate start | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Gerhard S. <gerhard.strangar> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.1 | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gerhard S.
2023-12-14 07:52:04 UTC
I think what you are seeing is a side effect of "Restore Open Projects" option that was added in 22.04. It was enabled by default then and due to this Kate ends up accumulating projects which leads to very slow startup times after a while.
This setting can be disabled in the settings dialog: Project -> Restore Open Projects.
> Unfortunately, this is user-specific, so everyone would have to do that. How do I properly disable the project plugin for everyone?
This would be a sysadmin question, Kate doesn't control such things.
I would suggest:
- Try disabling the setting above and that should fix the issue for you hopefully
- upgrade to Kate 22.08 or newer if possible
We can also patch the 22.04 release but not sure if RHEL maintainers will update Kate and provide their users the said fix.
> Try disabling the setting above and that should fix the issue for you hopefully
I'm trying to find a solution for my colleagues. Is there no config option I can put somewhere in /etc or /usr to disable certain plugins?
I don't think that you can put any global config file for that somewhere. Sorry for that issue. Later versions per default don't activate that feature at all. For the git commands it seems strange that some remote command is triggered, we only do local ls-files for the projects. In any case, the only simple solution seems to either update or tell your colleagues to disable that restore session. |