Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS support #2

Open
2 tasks
jonhoo opened this issue Mar 2, 2017 · 4 comments
Open
2 tasks

macOS support #2

jonhoo opened this issue Mar 2, 2017 · 4 comments

Comments

@jonhoo
Copy link
Owner

jonhoo commented Mar 2, 2017

Biggest blockers:

  • Find right path for config files (xdg equivalent)
  • Figure out how to do notifications (e.g., notify-send)
jonhoo added a commit that referenced this issue Mar 2, 2017
Should help with #2, and maybe #1, at least if the comment by @hoodie in
hoodie/notify-rust#10 comes to fruition.
Certainly a step up from running notify-send manually.
@holalluis
Copy link

For Mac OS X notifications you can do:

osascript -e 'display notification "you have new mail" with title "notification title" '

@jonhoo
Copy link
Owner Author

jonhoo commented Mar 24, 2019

Now that we depend on notify_rust, which apparently has macOS support, I think in theory this should now "just work". Have you tried it out on macOS?

@holalluis
Copy link

I haven't tried, later this evening or tomorrow I'll try and let you know if it works

@LiHRaM
Copy link
Contributor

LiHRaM commented Jul 4, 2020

I just tried compiling on macOS Catalina, where systray fails to compile. 😞

This was referenced Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants