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

NotifySend: simpler notifications via libnotify without FFI #236

Merged
merged 8 commits into from
Feb 10, 2012
Merged

NotifySend: simpler notifications via libnotify without FFI #236

merged 8 commits into from
Feb 10, 2012

Conversation

alandipert
Copy link
Contributor

I was unable to get the libnotify notifier working in JRuby because of a problem related to shared libraries and the fact that the gem uses FFI.

Instead of going down the shared library rabbit hole, I created a simpler notifier, "NotifySend", that does not use FFI but still leverages libnotify. Instead of FFI, it shells out to a program that comes with libnotify-bin, notify-send.

I think both Libnotify and NotifySend notifiers can coexist until me or someone else figures out what the problem is.

Thanks for your work on Guard, and in advance for considering my pull request.

Alan

@ghost ghost assigned netzpirat Feb 6, 2012
@netzpirat
Copy link
Contributor

Thank for this, looks good! I'll definitely want to merge this on Monday when I'm back from my holidays.

@netzpirat netzpirat merged commit b95e96e into guard:master Feb 10, 2012
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

Successfully merging this pull request may close these issues.

2 participants