Documentation

FRANÇAIS

FRANÇAIS

Screenshots

Download

Documentation

Installation

If you want to be notified of new messages by a sound produced from a WAV or AU file, you must have the libsndfile library installed on your system. If not, wmnotify will install itself correctly but this option will be disabled. To check for the presence of this library on your system, run the following commands:

pkg-config --exists sndfile
if test $? == 0; then
  echo "found"
else
  echo "not found"
fi

Then, to configure wmnotify:

./configure

If the configure script didn't find libsndfile, you may try to configure wmnotify using:

PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig" \
./configure

Finally, to install wmnotify:

make &&
make install

Program launch

To launch wmnotify:

wmnotify

If you want wmnotify to produce sounds even when another program is using the sound card (MP3 player for example), you must use the eSound (ESD) library. This library act as a sound mixer daemon for enabling multiple audio applications to have access to the sound card simultaneously. Hopefully, wmnotify doesn't need to be recompiled to use this feature. Simply launch wmnotify like this:

esddsp wmnotify

Your other audio applications must be configured for using eSound for this to work however. For example, with the XMMS MP3 player (version 1.2.7), you must specify this output plugin:

eSound Output Plugin 1.2.7 [libesdout.so]

If you have difficulties with wmnotify, there is now an option to have verbose debugging messages:

wmnotify -d

Manual

Online version of the manual (Manpage)

Files

$PREFIX/bin/wmnotify
wmnotify executable

$HOME/.wmnotifyrc
Configuration file



About this site

Last modified:  Wed Nov 5 02:11:25 EST 2008