GitXplorerGitXplorer
e

desktop-notifications-browser-extension

public
5 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
7628cc388aff7d82f4665fa99c1d00e9043d3e52

plugin: use document.createElement instead of new Image()

committed 12 years ago
Unverified
816ed0e88e97be0faa8e71cd82f35e9f8606df3b

build: Only add chromium-extension once to SUBDIRS

committed 12 years ago
Unverified
ed184e49f22a4b4f3a1a9ad3cbc6b91f8c3bcd70

build: Install the Chromium extension for Google Chrome too

eem- committed 12 years ago
Unverified
d637a4b9532fa26935f8f779f66367d2e31f751d

build: Fix the --enable-chromium configure option

eem- committed 12 years ago
Unverified
54f7423df73a377d3eac46026f132c63483dd370

build: Make sure the .crx gets rebuilt if the plugin changes

eem- committed 12 years ago
Unverified
f7ce5167a7b3a03f60824a16e0919c7c516c8383

plugin: Stop ignoring the notification image parameter

eem- committed 12 years ago

README

The README file for this repository.

Desktop Notifications browser extension

This browser extension provides native desktop notifications for Linux desktop environments (eg. GNOME or KDE) using libnotify.

To build the extension from a release tarball, the usual autotool procedure should be followed:

$ ./configure $ make

make install

If you're building from a Git clone, run the autogen.sh script instead of the configure one. The autogen.sh script will run the configure script for you, unless the NOCONFIGURE environment variable is set to a non-empty value.

License

The Desktop Notifications browser extension is distributed under the terms of the GNU Lesser General Public License, version 2 or later. See the COPYING file for details.