Skip to content

elelay/Notifications2Growl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Information
===================

Notifications2Growl implements FreeDesktop's
Desktop Notifications Specification
(http://galago-project.org/specs/notification/0.9/index.html) 
by forwarding such notifications to Growl.
Notifications sent using libnotify in your linux apps
will end up as Growl bubles on the screen.

It is based on code from notification-daemon 0.4.0, available from galago-project.org.

Growl (http://www.growl.info) is the major notification framework on Mac OS X.
It provides a framework to post notifications, which is used by this project.

Notifications2Growl takes the shape of a daemon ideally launched upon session startup,
transparently forwarding notifications for linux apps (tested with gPodder).

Limitations
===========

Multiple actions in notifications are not supported.
Only the default action is invoked when the user clicks on the notification.

There is no distinction between the user dismissing the notification
(should send a cancelled signal) and a display timeout (should send
a timeout signal). Both are reported as timeout.

Text styling is not supported (<b>, <u>, <a>).

Terms of use
============

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.

Growl SDK Terms of use
=========================

I don't use the name of Grow nor the names of its contributors
to endorse or promote Notifications2Growl.
Notifications2Growl is an independent project merrily linking to the framework.

Growl is provided under a license which is provided here verbatim :

Copyright (c) The Growl Project, 2004-2009
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of Growl nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Installation
============

You're on your own for the moment.
The XCode project links with libraries installed via MacPorts
(http://www.macports.org) :
 - libnotify @0.4.5_0
 - dbus-glib @0.86_1
 - gtk2 @2.20.1_0+darwin_8+no_x11+quartz

I provide the growl application bridge framework from Growl SDK alongside the source.
The complete SDK, including sources, is available from [http://growl.info/files/archive/].
I've chosen version 1.2.1 of the SDK because it compiles on Tiger and Snow Leopard.


How to report bugs & send patches
==================

Disclaimer :
I'm not an experienced Objc/Cocoa programmer,
this is my first dbus/glib program,
I don't do C often.
Sounds like a recipe for disaster !

For the moment, just send me emails (elelay@macports.org).
I also read the gtk-osx mailing list (gtk-osx-users@lists.sourceforge.net).

About

forward dbus Desktop Notifications to Growl on Mac OS X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published