All Projects → mattn → Growl For Linux

mattn / Growl For Linux

Licence: bsd-2-clause
Growl Implementation For Linux #growl4linux

Programming Languages

c
50402 projects - #5 most used programming language

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
  • libxml2
  • libcurl4

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 protocol or Growl Network Protocol. 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 [email protected]

Kohei Takahashi [email protected]

Screenshot:

Working on Linux

Display Style:

  • Default

Default Style

  • Balloon

Balloon Style

  • Nico2

Nico2 Style

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].