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

Icon fix on OSX 10.8 and other improvements #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mgibeau
Copy link

@mgibeau mgibeau commented Aug 16, 2013

The icon was not loading on OSX 10.8, not quite sure why, but a combination of the file:// protocol and a check for localhost in ruby_gntp breaks it (see: snaka/ruby_gntp@e84809d). It's a bit of a hack but I was able to avoid this by instantiating GNTP using 127.0.0.1.

While at it I made a few improvements:

  • Proper application name
  • Better title, this also allows for more characters to be shown on errors
  • Sticky for errors (inspired by the compass doc)
  • New icon :)
  • Finally, there was an error with the constant used for the init, it's fixed

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.

None yet

1 participant