Created attachment 177041 [details] screenshot STEPS TO REPRODUCE 1. open Discord 2. open system tray settings 3. click on "Entries" in the left side OBSERVED RESULT Discord tray icon without label as seen in the attached screenshot EXPECTED RESULT Discord tray icon with label SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1 Graphics Platform: Wayland
Can reproduce.
The same for MS Teams. I think both are using Electron
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5077
Git commit 2a619f99a0f45b2a92d8d2c3d16b037afaae47e7 by Niccolò Venerandi. Committed on 17/01/2025 at 09:35. Pushed by niccolove into branch 'master'. Use tooltip title as title if no title is provided for system tray elements Some applications, such as Discord, seem to prefer to only set the tooltip title, and no title. This results in a system tray entry that has the correct name when hovered, but no name in the system tray settings. To avoid this, if we have a tooltip title but no title, we will use the former as the latter. In the example of Discord, this is the only information we can use to guess the correct name. M +11 -0 applets/systemtray/statusnotifieritemsource.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/2a619f99a0f45b2a92d8d2c3d16b037afaae47e7
Git commit d0ac61eb17b09408b12a0596f4c9276b77331ecb by Niccolò Venerandi. Committed on 17/01/2025 at 09:36. Pushed by niccolove into branch 'Plasma/6.3'. Use tooltip title as title if no title is provided for system tray elements Some applications, such as Discord, seem to prefer to only set the tooltip title, and no title. This results in a system tray entry that has the correct name when hovered, but no name in the system tray settings. To avoid this, if we have a tooltip title but no title, we will use the former as the latter. In the example of Discord, this is the only information we can use to guess the correct name. (cherry picked from commit 2a619f99a0f45b2a92d8d2c3d16b037afaae47e7) Co-authored-by: Niccolò Venerandi <niccolo@venerandi.com> M +11 -0 applets/systemtray/statusnotifieritemsource.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/d0ac61eb17b09408b12a0596f4c9276b77331ecb