moosic-applet
A gnome applet for controlling Moosic

Moosic is a music player - http://www.nanoo.org/~daniel/moosic/
Gnome is a graphical desktop environment - http://www.gnome.org/

REQUIREMENTS:
* python 2.2.1 or higher
  (note that 2.2.2 has a bug that affects Moosic)
  http://www.python.org/
* gtk-2/gnome-2 bindings for python
  http://www.daa.com.au/~james/software/pygtk/
* Gnome and Moosic, obviously

It is best to install Python, Gnome, and the gtk/gnome bindings
for python using the packages provided by your distribution.

INSTALLATION:
"make install" will install to the default location (/usr)
"make install INSTALL_PREFIX=[dest]" will install to [dest]

NON-STANDARD INSTALLATION NOTES:
Note that you will have to edit GNOME_MoosicApplet.server
if you install MoosicApplet in a directory not in your PATH.
In <oaf_server iid="OAFIID:GNOME_MoosicApplet_Factory" ... >
specify the full path as the value for 'location'
 
If the INSTALL_PREFIX is different from the Gnome installation prefix,
add $INSTALL_PREFIX/lib/bonobo/servers to your BONOBO_ACTIVATION_PATH

To make the applet visible without BONOBO_ACTIVATION_PATH changes, see:
http://mail.gnome.org/archives/desktop-devel-list/2003-January/msg00307.html

USAGE:
The applet will automatically appear in the "Add to Panel"
menu under "Multimedia".  You may need to logout/login before
the applet is available.

BUGS:
Report bugs to Paramjit Oberoi <param@cs.wisc.edu>

CREDITS:
Paramjit Oberoi <param@cs.wisc.edu>
Daniel Pearson  <daniel.pearson@umbc.edu>

LICENSE:
Copyright (C) 2003 Paramjit Oberoi <param@cs.wisc.edu>
Copyright (C) 2003 Daniel Pearson  <daniel.pearson@umbc.edu>
 
This program is free software, and can be redistributed and/or modified under
the terms of the GNU General Public License (GPL).  See the file named
"License" for more details.

