==============================================================================

XMMS-EQ has been installed.

*** WARNING ***

This plugin crashes XMMS when you try to disable it from the GUI.

The temporary solution for this is to manually edit the XMMS configuration
file (usually "~/.xmms/config") and remove "libeq.so" from the variable
"enabled_eplugins" in the section "xmms". For example:

When it is enabled it looks like this.

[xmms]
enabled_eplugins=libeq.so,libecho.so

To disable it remove "libeq.so". Like this.

[xmms]
enabled_eplugins=libecho.so

If "libeq.so" is the only component of the variable, you can remove the whole
line.

==============================================================================