There's a merged pull request on the void-packages repository kate5: update to 22.04.2. https://github.com/void-linux/void-packages/pull/37539 Description: Kate 22.04 shipped with a crash when opening the filesystem panel or settings (which accesses filesystem panel settings internally) would crash. There was an attempt to fix it in 22.04.1 (the current Void Linux Kate version), but it still crashed due to dereferencing a null-ish `KConfigPrivate` pointer ([bug report](https://bugs.kde.org/show_bug.cgi?id=453234)). 22.04.2 reverted the changes altogether, fixing the crash ([commits](https://invent.kde.org/utilities/kate/-/commits/v22.04.2/addons/filebrowser/katefilebrowserplugin.cpp)). This PR updates kate5 to 22.04.2 to fix the crash. #### Testing the changes - I tested the changes in this PR: (edit) **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc