Questions tagged [growl]

Growl is a global notification system for the Mac OS X and Windows operating systems.

Growl is a global notification system for the Mac OS X and Windows operating systems. Applications can use Growl to display small notifications about events which the user deems important, in a consistent manner. This allows users to fully control their notifications, application developers to spend little time creating notifications, and Growl developers to concentrate on the usability of notifications.

201 questions
2
votes
1 answer

Growl notification C

Is it possible to send a Growl message in a C program?
r123
  • 21
  • 1
2
votes
3 answers

How can I turn off iTerm2 growl notifications for new output but keep them for rspec results

I'm using iTerm2 (Build 2.0.0.20150412) and Growl (v2.1.3). I've got 'Enable growl notifications' selected for my profile as I use it with rspec and growl_notify when I'm writing code. Is there a way to turn off the notification for new output…
Jem
  • 306
  • 1
  • 13
2
votes
1 answer

Ruby gem for Growl

I'm looking for a gem that's able to send Growl notifications and receive a click-event on the notification. There are some gems available but the problem is none of them seem to be compatible with Ruby 1.9. Any suggestions?
Dimitri
  • 161
  • 1
  • 5
2
votes
1 answer

Guard not sending gntp notifications to growl

I am using guard with minitest, and everything works great except growl notifications don't work. Gemfile gem 'growl' gem 'guard' gem 'guard-minitest' gem 'json' gem 'minitest' gem 'rack-test' gem 'ruby_gntp' gem 'sinatra' Guardfile guard…
Jonah
  • 15,806
  • 22
  • 87
  • 161
2
votes
2 answers

If there a way to get growl notifications on grunt protractor failures?

I'm on OSX, and have a grunt watch file with jshint & protractor tests. I get growl notifications from the jshint messages, but none from protractor failures. I would prefer to get a visible popup notification rather than having to inspect the…
peterorum
  • 1,401
  • 2
  • 15
  • 21
2
votes
1 answer

Dynamically change property depending on FacesMessage

Here is the example code from PrimeFaces showcase about tag.In this example,when you click "Save" button,appears two messages are "Succesful" and "SecondMessage". This link is what I'm talking about. This is example code from PrimeFaces…
n.Sabri
  • 21
  • 1
  • 2
2
votes
1 answer

Can't trigger Growl from the command line in iTerm2

In the article linked from the iTerm2 page, it says that this: echo -e $'\e]9;Growl Notification\007' should trigger a Growl notification but it doesn't. I've goofed around a bunch but cannot make it work. Growl notification is definitely enabled…
tqwhite
  • 658
  • 7
  • 16
2
votes
0 answers

Errors when running rspec with guard and growl

I'm a high school student who is new to Ruby on Rails and trying to develop a Rails 4 application with TDD. I am using guard along with rspec, spork, and growl notifications, but when I run guard to run my tests, I get the following output and no…
16chuang
  • 21
  • 3
2
votes
1 answer

Tweet from Growl/Notification Center/Applescript?

I'm looking to automatically tweet notification center messages from my mac. Is there a way to use Growl or Applescript to achieve this? Thanks!
2
votes
2 answers

Can't add (Growl) Framework to Release version of my App

I've created a new App and want to test it in a release version. So I copied the Growl Framework to my project folder and added into XCode. Then I copied the new files in the target in my project and copied the Growl.framework to the new "Copy…
ahmet2106
  • 4,957
  • 4
  • 27
  • 38
2
votes
0 answers

growl framework osx and sandboxing

I was going to build a new project based on an old one. So when i tried to run the old one i got this message from XCode: But the application started normally and the growl notification worked as expected: The old project(sandboxed) succeeded…
ozmax
  • 470
  • 6
  • 17
2
votes
2 answers

Compile angularjs template to show on a notification

I want to use this library(http://pinesframework.org/pnotify/) on my angularjs project to show error notifications here is a simple usage for it : $.pnotify({ title: 'Oh No!', text: text OR HTML, type: 'error' …
ibmkhd
  • 799
  • 2
  • 14
  • 25
2
votes
1 answer

How can I include a hyperlink in a Growl notification?

I couldn't find any code to do so on Growl's documentation (which IMO is pretty terrible), nor in the Perl libraries on CPAN. The most recently updated Perl module, Growl::GNTP doesn't show any code snippet that would enable custom displays, which…
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
2
votes
0 answers

Pushing Nagios notifications to Growl 1.2.2 - Growl not listening

First time poster so please let me know if I leave anything out! I am trying to get Nagios to push notifications to growl on a client machine, but am not having much luck with getting growl to register the application. I am using a perl script that…
2
votes
2 answers

How to Send RubyMine Notifications to Growl/NotifyOSD?

I want just send command-line notifications (like "notify-send 'done' ") after some long rake tasks starting from Rubymine. Maybe I need some wrapper for rake? Thanks for help!
Skydan
  • 1,196
  • 1
  • 12
  • 24