Summary: | Kate slow to open if networked document in "open recent" list not available | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kconfigwidgets | Reporter: | zellox <zellox> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, egorov, nate, popov895, zellox |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/41d8c11bc90cb96e3391a03332a6d39500dfa92b | Version Fixed In: | 5.100 |
Sentry Crash Report: |
Description
zellox
2022-10-22 21:48:43 UTC
I think this is due to the stating of files in the KRecentFiles action. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kconfigwidgets/-/merge_requests/167 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kwidgetsaddons/-/merge_requests/158 Git commit 6e7ce72254c97e10d02e49ef3180c0f231e11592 by Christoph Cullmann. Committed on 02/11/2022 at 12:04. Pushed by cullmann into branch 'master'. avoid stating files during restore of recent files even for 'local' files this might result in hangs if the mount point is not responsive M +0 -6 src/krecentfilesaction.cpp https://invent.kde.org/frameworks/kconfigwidgets/commit/6e7ce72254c97e10d02e49ef3180c0f231e11592 Git commit 1cb6b7436c39ef03c5bbeb43f96df2fc0211c1cd by Christoph Cullmann. Committed on 02/11/2022 at 12:05. Pushed by cullmann into branch 'master'. avoid stating files during restore of recent files even for 'local' files this might result in hangs if the mount point is not responsive M +0 -7 src/krecentfilesmenu.cpp https://invent.kde.org/frameworks/kwidgetsaddons/commit/1cb6b7436c39ef03c5bbeb43f96df2fc0211c1cd Git commit bd02b8c5c921595e7764b19fe86a3cd37e9cc1a0 by Christoph Cullmann. Committed on 06/11/2022 at 18:52. Pushed by cullmann into branch 'master'. avoid stall for hanging network shares follow up of fixes for recent files menus M +10 -10 apps/lib/welcomeview/recentitemsmodel.cpp https://invent.kde.org/utilities/kate/commit/bd02b8c5c921595e7764b19fe86a3cd37e9cc1a0 Git commit 41d8c11bc90cb96e3391a03332a6d39500dfa92b by Christoph Cullmann. Committed on 06/11/2022 at 18:53. Pushed by cullmann into branch 'release/22.12'. avoid stall for hanging network shares follow up of fixes for recent files menus (cherry picked from commit bd02b8c5c921595e7764b19fe86a3cd37e9cc1a0) M +10 -10 apps/lib/welcomeview/recentitemsmodel.cpp https://invent.kde.org/utilities/kate/commit/41d8c11bc90cb96e3391a03332a6d39500dfa92b Nice fix. Now your recent items will not disappear when the drive (with location of recent item) is not mounted. I've seen this history loss a few times and I wanted to fix it. But it is already done now. Thanks ;) Now Kate displays the wrong icon for folders in the recent items list on the welcome screen. |