Bug 504985

Summary: Filing bug via app menu doesn't prefill version number
Product: [Applications] plasma-systemmonitor Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: CONFIRMED ---    
Severity: minor CC: ahiemstra, kde, nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 6.3.4   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alexander Potashev 2025-05-29 22:30:45 UTC
SUMMARY
Filing bug via app menu doesn't prefill version number.

STEPS TO REPRODUCE
1. Click wrench icon -> Report bug...
2. 
3. 

OBSERVED RESULT
URL https://bugs.kde.org/enter_bug.cgi?product=plasma-systemmonitor opens in Chrome. Version number is set to "unspecified".

EXPECTED RESULT
Version number (in my case, 6.3.4) should be prefilled in the URL.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.14.0
Qt Version: 6.8.2
Kernel Version: 6.13.11-200.fc41.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 15.4 ГиБ of RAM
Graphics Processor 1: Intel® HD Graphics 530
Graphics Processor 2: NVIDIA GeForce GTX 960M

ADDITIONAL INFORMATION
Comment 1 David Edmundson 2025-05-30 08:32:20 UTC
I can confirm dolphin does, so there must be a stack for it
Comment 2 Nate Graham 2025-05-30 18:28:32 UTC
Dolphin uses a thing in KXmlGui that opens up a little dialog first which is responsible for crafting the URL with the version encoded into it. System Monitor opens the URL directly, so it's responsible for crafting the URL.

Ideally we'd have a standard thing for this which wasn't in KXmlGui and didn't need to display a QtWidgets-based UI.