1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Growl For Linux
===============
Introduction:
-------------
Growl For Linux is Linux-compatible of Growl. Growl is a notification system for Mac OS X.
Installation:
-------------
Growl For Linux require following libraries.
* openssl
* libcurl
* gtk+-2.0
* sqlite3
* dbus-glib-1
If you are developer, then type following.
# ./autogen.sh
# ./configure
# make && make install
If you are ubuntu user, then type following.
# sudo add-apt-repository ppa:mattn/growl-for-linux
# sudo apt-get update
# sudo apt-get install growl-for-linux
Usage:
------
# ./gol
Why "gol" ?, "gol" mean "Growl On Linux". (or ゴルア).
Currently, This is required.
Notification should be sent with [GNTP](http://www.growlforwindows.com/gfw/help/gntp.aspx) protocol or [Growl Network Protocol](http://growl.info/documentation/developer/protocol.php).
If you want to be show icon in notification, you need to use GNTP protocol.
FAQ:
----
* Q. I can't see icon in system tray. I'm using ubuntu linux.
* A. Try following.
gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/]$/, 'growl-for-linux']/")"
License:
--------
Growl For Linux is BSD style license. see also COPYING.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/).
Author:
-------
Yasuhiro Matsumoto <mattn.jp@gmail.com>
Kohei Takahashi <flast@flast.jp>
Screenshot:
-----------

Display Style:
--------------
* Default

* Balloon

* Nico2

|