SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** After upgrading to MegaRelease 6, `kwallet-query` fails with an error when invoked in a script or on the command line. The arguments given do not seem to matter. STEPS TO REPRODUCE 1. `kwallet-query --help` 2. 3. OBSERVED RESULT ``` ASSERT failure in KCatalogPrivate::setupGettextEnv: "You need to instantiate a Q*Application before using KCatalog", file ./src/i18n/kcatalog.cpp, line 306 [1] 5403 IOT instruction (core dumped) kwallet-query --help ``` EXPECTED RESULT `Usage: kwallet-query [options] wallet` and so on. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon 6.0 User edition KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 ADDITIONAL INFORMATION
Exact the same here.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kwallet/-/merge_requests/80
Git commit be09140e627cb804e4e0c4345eac9ef53d44edd9 by Christoph Cullmann, on behalf of Nicolas Fella. Committed on 03/03/2024 at 13:13. Pushed by cullmann into branch 'master'. [kwallet-query] Create QApplication before using i18n M +2 -1 src/runtime/kwallet-query/src/main.cpp https://invent.kde.org/frameworks/kwallet/-/commit/be09140e627cb804e4e0c4345eac9ef53d44edd9
*** Bug 482578 has been marked as a duplicate of this bug. ***
Any chance this fix can be released sooner? It affects various desktop automation I have.
(In reply to Dino from comment #5) > Any chance this fix can be released sooner? It affects various desktop > automation I have. Same with me. That would also make me very happy. Thanks a lot for all your efforts!