aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-eq/pkg-message
blob: 832f24883c8b6bbf3e0b55b98f8cb73bd07292e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
==============================================================================

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.

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