Skip to content

hhatto/growl-for-linux

 
 

Repository files navigation

Growl For Linux

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 protocol or Growl Network Protocol. If you want to be show icon in notification, you need to use GNTP protocol.

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

Screenshot:

Working on Linux

Display Style:

  • Default

Default Style

  • Balloon

Balloon Style

  • Nico2

Nico2 Style

About

Growl Implementation For Linux #growl4linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.7%
  • Shell 0.3%