jonhoo / buzz

A simple system tray application for notifying about unseen e-mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make tray icon optional

robinkrahl opened this issue · comments

I know that buzz is advertised as a tray application but I’d like to use it only with notifications and without the system tray icon. Would you accept a PR that makes the tray icon and the systray dependency optional (though enabled by default)?

Yes, that seems totally reasonable! Most system trays include the ability to hide individual icons, but it seems reasonable to have the feature built-in too!

Nice! A feature flag has the advantages that it would get rid of most the native dependencies and that it makes libappindicator3 optional which will be removed in the next stable Debian release. I’ll prepare a PR soon.