fyne-io / systray

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

Support menu item icons on Linux #19

Closed slytomcat closed 2 years ago

slytomcat commented 2 years ago

I found that interaction through D-BUS allows to show icons in menu for most DE of Linux (It was not available in getlantern/systray via AppIndicator API).

It works in

image

image

image

image

image

I'm sure that providing this feature for Linux is important as it is already available for macOS and Windows.

andydotxyz commented 2 years ago

Nice one thanks!

andydotxyz commented 2 years ago

For anyone looking at the Fyne systray API you might like https://github.com/fyne-io/fyne/pull/3074 as well. Thanks for this contribution, it enabled that @slytomcat