rchampourlier / guard-shotgun

Guard gem for Sinatra (shotgun-like)
MIT License
11 stars 9 forks source link

Displaying an error icon upon successful Sinatra reload #3

Closed duncan-bayne closed 11 years ago

duncan-bayne commented 11 years ago

On my system (Linux Mint 14 Maya, 64-bit) the icon displayed by guard-shotgun after reloading Sinatra is a red cross, which I believe is the error icon.

Screenshot from 2013-03-28 14:48:55

I think it should be displaying a success icon - on my system, this is a green tick.

duncan-bayne commented 11 years ago

The same happens on OSX using Growl - a successful server restart displays an error icon.

rchampourlier commented 11 years ago

Thanks for reporting this, I will try to have a look as soon as I can find some time (yes, I'm just like everybody else ;) ).

duncan-bayne commented 11 years ago

Thanks :) I'd fix it and submit a pull request myself, but as you said - as soon as I can find some time :)

rchampourlier commented 11 years ago

Well, I've been playing a little with Sinatra these days so I looked into this issue. However, looking at the source code and Guard Notifier's, I couldn't find what was wrong.

On my system (OS X using GNTP and Growl - not forwarding to Mountain Lion notifications), it works as expected. So I must assume there is something wrong in your environment... Feel free to reopen the issue if you've got some more clues on what's going on!