-
Notifications
You must be signed in to change notification settings - Fork 330
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
10.10 yosemite doesn't work at all #106
Comments
@patrickkettner Which version are you running? Did you install it via homebrew or via gem? |
ack, sorry for the shit bug description. I tried version is 1.6.1 installed via homebrew, as well as 1.6.1 installed via gem |
no worries :) |
correct a mundo |
If you open Console.app do you see anything related to terminal-notifier when trying to send a notification? |
No sir (thats the one thing I did remember to mention in the original bug report :p) Nothing is output in the terminal or console.app, it just hangs. More than happy to compile a debug build of the app if it will help at all |
Ok I'll try it later when I'll get back home (no 10.10 at work). |
Ok it works on my 10.10 machine. Your Notification Center isn't in "do no disturb" mode? |
well thats strange :[ No, it isn't in do not disturb. would it hang if it was? Which build are you on? |
Apparently yes #104 |
On 1.6.1 too |
Hello, Same here, |
For me it is working fine from the command line but not in guard. |
My Sorry, |
Not sure if my issue is the same as others, but I had an issue with terminal notifier in Yosemite, running with Bundler. At some point I must have switched to the github gem version (pointing bundler to I dug in and noticed that when bundler installed the Github version instead of the gem version (to I don't remember why I originally switched away from the gem version to the git version — I may have not had the correct build tools installed on Yosemite, so it wasn't building? Or maybe some XCode beta wasn't building it correctly? At any rate it seems to work fine now. Except for Bundler not building the Github version, which is probably a Bundler issue. |
Just a quick note that it is working for me under Preview 8 (built from source). |
I am on 10.10 with brew installed terminal-notifier 1.6.1 and terminal-notifier just hangs when I try to use it. DND is not enabled. I am trying to execute it like: |
One of our devs (@haizhou) reported this as well. |
@carldavis @jeffbyrnes @brandonblack @patrickkettner @albinoz I'll try to give you a custom build to try in the next few days if you have some time to test it. |
happy to test whatever whenver |
@julienXX happy to help. |
I use terminal notifier in applescript what check os x version. |
Worked fine with |
For anyone who's having trouble with terminal-notifier from inside tmux, I had the exact same issue inside, but not outside (using Reconfiguring tmux to use |
I am using tmux, however I was already using the |
+1 for hanging when running from tmux, but not a non-tmux shell. My tmux is configured with this line:
Which was taken from the instructions from this page. |
@smackesey @patrickkettner @Apsu could one of you open a new issue regarding the tux stuff so that we can all track better the progress? Thanks. |
@julienXX done |
@julienXX - for what its worth, I think that may be this issue |
@patrickkettner do you mean that when you opened the issue originally you were using terminal-notifier from tmux? |
yesir. I never checked outside of it until @Apsu mentioned it. It worked perfectly fine in mavericks and tmux |
Closing this issue, please see #115 for tmux users. |
I had an issue with jruby: terminal_notifier.rb:9 checks for /darwin/ =~ RUBY_PLATFORM, but RUBY_PLATFORM for jruby is just "java". So I modified TerminalNotifier.available? to always return true |
running
terminal-notifier -message 'test'
just hangs, nothing is logged to the terminal or to the system consoleThe text was updated successfully, but these errors were encountered: