| Summary: | No Border warning box still has placeholder string | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Chase Jewell <chase.s.jewell> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | kinofhek, nate |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 5.19.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Chase Jewell
2020-08-14 00:29:01 UTC
Ugh this thing builds up a list of args and pipes them into kdialog instead of using the KMessageBox API, how horrible. The bug is that the order and number of args differs depending on the way kdialog is called, and it's not matching up. The best solution would be to port to using KMessageBox. Good junior job. https://invent.kde.org/plasma/kwin/-/blob/master/useractions.cpp#L194 KWin uses kdialog to run the window in a separate process; kwin itself cannot open a window. This doesn't seem to be the case anymore, can anyone check? Can confirm that it's fixed now. |