| Summary: | Filing bug via app menu doesn't prefill version number | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | 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
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. |