Summary: | "Launch Bug Report Wizard" does nothing | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | faveoled |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aspotashev, bugseforuns, dpbasti, jr, justin, martin.tlustos, mshelby1, nate, neon-bugs, nicolas.fella, nilskemail+kde, sergio.callegari, sitter, steffen-winkler, vincenzo.romano |
Priority: | HI | Keywords: | regression |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=479397 | ||
Latest Commit: | https://invent.kde.org/frameworks/kxmlgui/-/commit/8049c3684838416854e00294dbcf3d0945f10d8c | Version Fixed In: | 6.12 |
Sentry Crash Report: |
Description
faveoled
2024-03-02 17:22:42 UTC
Looks like the same cause as described in https://bugs.kde.org/show_bug.cgi?id=479397#c4 *** Bug 483319 has been marked as a duplicate of this bug. *** *** Bug 483829 has been marked as a duplicate of this bug. *** Still an issue on current Manjaro: Operating System: Manjaro Linux KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.1 Kernel Version: 6.9.2-1-MANJARO (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 9 6900HS with Radeon Graphics Memory: 30.6 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: ASUSTeK COMPUTER INC. Product Name: ROG Zephyrus G14 GA402RK_GA402RK System Version: 1.0 The issue is present in all KDE applications. Seems a regression to me since the Launch Bug Report Wizard was correctly starting the browser with a partially prefilled bug report until recent. This bug persists. Operating System: Arch Linux KDE Plasma Version: 6.2.1 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Graphics Platform: Wayland I also confirm for ArchLinux: Kernel Version : 6.11.3.zen1-1 Plasma Version : 6.2.1.1-1 KDE Version : 24.08.2-1 Frameworks Version : 6.7.0-1 Qt5 Version : 5.15.15+kde+r132-1 Qt6 Version : 6.8.0-1 Wayland Version : 1.23.1-1 Plasma/Wayland Protocols Version : 1.14.0-1 XOrg/Wayland Version : 24.1.3-1 Should be fixed by https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/237. *** Bug 496727 has been marked as a duplicate of this bug. *** *** Bug 498811 has been marked as a duplicate of this bug. *** *** Bug 493604 has been marked as a duplicate of this bug. *** *** Bug 499142 has been marked as a duplicate of this bug. *** (In reply to Nate Graham from comment #7) > Should be fixed by > https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/237. Not sure what's going on here but in KDE Framworks version 6.10.0 this is still a problem and the PR doesn't seem to have been merged? As of Operating System: KDE neon 6.2 KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 Kernel Version: 6.8.0-52-generic (64-bit) Graphics Platform: Wayland Processors: 6 × AMD Ryzen 5 4500U with Radeon Graphics Memory: 15,0 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: Acer Product Name: Aspire A515-44G System Version: V1.12 it still doesn't do anything on my system. The fix hasn't been merged, it's still under review. This bug report will move to RESOLVED once it's fixed. The bug is still there as of: OS: ArchLinux Plasma Version : 6.3.0-3 KDE Version : 24.12.2-1 Frameworks Version : 6.10.0-1 Qt5 Version : 5.15.16+kde+r130-3 Qt6 Version : 6.8.2-2 The bug is still exists as of: Operating System: Arch Linux KDE Plasma Version: 6.3.2 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2 Kernel Version: 6.13.5-arch1-1 (64-bit) Graphics Platform: Wayland Git commit 8049c3684838416854e00294dbcf3d0945f10d8c by Nicolas Fella, on behalf of Carl Schwan. Committed on 07/03/2025 at 12:36. Pushed by nicolasfella into branch 'master'. Delay accepting the bugreport dialog We call QDesktopServices::openUrl() and immediately accept the dialog, which closes the window. This breaks the xdg-activation handling in openUrl, which relies on the window being alive, and causes the URL to not be opened. To work around this slightly delay the closing of the window M +11 -1 src/kbugreport.cpp https://invent.kde.org/frameworks/kxmlgui/-/commit/8049c3684838416854e00294dbcf3d0945f10d8c |