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
I can confirm dolphin does, so there must be a stack for it
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.