Bug 504985 - Filing bug via app menu doesn't prefill version number
Summary: Filing bug via app menu doesn't prefill version number
Status: CONFIRMED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 6.3.4
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-29 22:30 UTC by Alexander Potashev
Modified: 2025-05-30 18:28 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.