| Summary: | Tray icon name on hover is empty | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | João Bóia <joaomiguelboia> |
| Component: | System Tray widget | Assignee: | Sebastian Kügler <sebas> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/plasma-workspace/909f1f1ad82248aea6581f8b6576675877ea18b5 | Version Fixed/Implemented In: | 5.1 |
| Sentry Crash Report: | |||
|
Description
João Bóia
2014-07-22 21:35:02 UTC
Confirming.
dbus response from Steam.
/org/ayatana/NotificationItem/steam
@a{sv} {"AttentionAccessibleDesc": <@s "">, "AttentionIconName": <@s "">, "Category": <@s "ApplicationStatus">, "IconAccessibleDesc": <@s "">, "IconName": <@s "steam_tray_mono">, "IconThemePath": <@s "/home/david/.local/share/Steam/public">, "Id": <@s "steam">, "Menu": <@o "/org/ayatana/NotificationItem/steam/Menu">, "Status": <@s "Active">, "Title": <@s "Steam">, "XAyatanaLabel": <@s "">, "XAyatanaLabelGuide": <@s "">, "XAyatanaOrderingIndex": <@u 0>}
Git commit 909f1f1ad82248aea6581f8b6576675877ea18b5 by Kai Uwe Broulik. Committed on 28/09/2014 at 17:41. Pushed by broulik into branch 'Plasma/5.1'. Show application title if Status Notifier Item does not provide a tooltip A custom tooltip text is not mandated by the SNI spec. Instead, we just show the application name and icon if none is given. This fixes Steam not having a tooltip and restores Plasma 4.x behavior. REVIEW: 120407 FIXED-IN: 5.1 M +31 -11 applets/systemtray/plugin/protocols/dbussystemtray/dbussystemtraytask.cpp http://commits.kde.org/plasma-workspace/909f1f1ad82248aea6581f8b6576675877ea18b5 |