There is a new pull request by nyanpasu64 against master on the void-packages repository https://github.com/nyanpasu64/void-packages patch-1 https://github.com/void-linux/void-packages/pull/37539 Update kate5 to 22.04.2 to fix filesystem/settings crash 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: **briefly** #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc A patch file from https://github.com/void-linux/void-packages/pull/37539.patch is attached