qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

Fix compilation for linux implementation #37

Closed ftilde closed 4 years ago

ftilde commented 4 years ago

7ef0438afd3ec313d241130e87e7a29370baf142 in libappindicator-rs changed the implementation of AppIndicatorStatus so that the reexported constant is not a valid parameter for set_status anymore.

ftilde commented 4 years ago

With this fix buzz builds again with rustc 1.41 on Linux. I have no idea about the other supported platforms, but if they are fine, could you release an updated version on crates.io?

qdot commented 4 years ago

Plan is to definitely do a new release soon, but I need to bring in a bunch of other patches, get cross platform CI set up, and test across all platforms, which is going to take a bit. But it is definitely in the plans. :)