https://bugs.kde.org/show_bug.cgi?id=359483
Bug ID: 359483 Summary: MPRIS2 property 'Identity' doesn't return displayName but plain executable name instead Product: dragonplayer Version: unspecified Platform: Gentoo Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: sit...@kde.org Reporter: m...@eliasprobst.eu CC: myr...@kde.org According to the MPRIS2 specs [1], the 'Identity' property should return a friendly display name Dragon just returns "dragonplayer" instead. See also src/mpris2/mediaplayer2.cpp:97 return APP_NAME; and in src/codeine.h:42 #define APP_NAME "dragonplayer" The most reasonable approach would be to use the displayName from KAboutData for 'Identity' instead. Affects currently latest dragon from git/master (faed654). [1] https://specifications.freedesktop.org/mpris-spec/latest/Media_Player.html#Property:Identity -- You are receiving this mail because: You are watching all bug changes.