Created attachment 189431 [details] Help menu in Krita 6 has no Submit Bug Report entry Help menu in Krita 6 has no Submit Bug Report entry. Something must be wrong in the Krita-specific kxmlgui6 port. Relates to: Bug 515795 Tested with: krita-6.0.0-beta1-x86_64.appimage krita-6.1.0-prealpha-70631e374b-x86_64.appimage Operating System: Manjaro Linux KDE Plasma Version: 6.5.5 KDE Frameworks Version: 6.22.0 Qt Version: 6.10.1
Confirmed, the Report Bug menu item is missing on Qt6 but not Qt5. This happens because in KisKHelpMenuPrivate::createActions(), mAboutData.bugAddress() is empty. The reason for this is a change in KCoreAddons, "Unset bug address for implicitly created KAboutData" https://invent.kde.org/frameworks/kcoreaddons/-/commit/3324b59b KAboutData isn't explictly created anywhere in Krita, but always uses KAboutData::applicationData().
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2644
Git commit cb158acfc714301289a63bff7aa892eb8c4f1f23 by Dmitry Kazakov, on behalf of Luna Lovecraft. Committed on 12/02/2026 at 10:02. Pushed by dkazakov into branch 'master'. Fix the report bug menu missing in qt6 builds M +3 -0 libs/ui/KisMainWindow.cpp https://invent.kde.org/graphics/krita/-/commit/cb158acfc714301289a63bff7aa892eb8c4f1f23
Git commit 78b3fe97ff61114e12010e3359829df076c4d50b by Dmitry Kazakov, on behalf of Luna Lovecraft. Committed on 12/02/2026 at 10:02. Pushed by dkazakov into branch 'krita/6.0'. Fix the report bug menu missing in qt6 builds M +3 -0 libs/ui/KisMainWindow.cpp https://invent.kde.org/graphics/krita/-/commit/78b3fe97ff61114e12010e3359829df076c4d50b
Thank you! :)