Summary: | Confusing information shown in titlebar | ||
---|---|---|---|
Product: | [Plasma] policykit-kde-agent-1 | Reporter: | Craig Drummond <craig> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | drf, jgrulich, jreznik, nate, nicolas.fella |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/polkit-kde-agent-1/commit/afe55e1e2dc11844fd0a4113121a380d17e02599 | Version Fixed In: | |
Sentry Crash Report: |
Description
Craig Drummond
2023-02-19 08:15:07 UTC
From a technical POV this is a bit tricky, the "application" name is set by Qt internally. See https://bugreports.qt.io/browse/QTBUG-111497 Per the resolution to that bug report, Qt devs say we can do this ourselves by clearing the display name. A possibly relevant merge request was started @ https://invent.kde.org/plasma/polkit-kde-agent-1/-/merge_requests/20 Git commit afe55e1e2dc11844fd0a4113121a380d17e02599 by Nicolas Fella. Committed on 12/03/2023 at 13:37. Pushed by nicolasfella into branch 'master'. Unset QApplication::applicationDisplayName() Otherwise auth windows get '- PolicyKit1 KDE Agent' added to their window title, which should be avoided because it's an implementation detail meaningless to the user M +1 -1 main.cpp https://invent.kde.org/plasma/polkit-kde-agent-1/commit/afe55e1e2dc11844fd0a4113121a380d17e02599 |