fyne-io / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
223 stars 41 forks source link

Use title as notifier item id on linux #51

Closed leukipp closed 1 year ago

leukipp commented 1 year ago

Fixes #50.

andydotxyz commented 1 year ago

Apologies for the delay - I finally got round to reading the spec and this seems to be sensible. https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem/

I had initially thought the app id would be better - but on reflection and examples the title is clearly expected.