ebruck / radiotray-ng

An Internet radio player for Linux
GNU General Public License v3.0
249 stars 23 forks source link

Tray icon not available in Fedora 37 #192

Closed reinhapa closed 1 year ago

reinhapa commented 1 year ago

After installing radiotray-ng-0.2.8-5.fc37.x86_64 the application seems to be running as the player state states hows:

qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state

returns:

{
    "artist" : "",
    "bitrate" : "",
    "codec" : "",
    "group" : "",
    "image" : "radiotray-ng-notification",
    "mute" : false,
    "state" : "stopped",
    "station" : "",
    "title" : "",
    "url" : "",
    "volume" : "100"
}

But there is no tray icon 🙁

ebruck commented 1 year ago

Please have a look at https://github.com/ebruck/radiotray-ng/issues/176

reinhapa commented 1 year ago

@ebruck thanks for the hint, I somehow missed this in the README....