All GUI applications have their own configuration data. This means, that plugin configurations are not shared between these applications.
There is a strict separation between static and plugin dependent configurations.
Most applications have one or more config dialogs
(
)
which let you change settings either for several subsystems of the
application or for plugins, depending on the context.
To change the plugins themselves, there are separate plugin dialogs
(
)
which let you select and configure plugins.
It might be a bit tricky to find out if a special option can be set via the the plugin dialog or via the global config dialog. The general rule is: All features, which are supported by the core architecture, are configured in some global dialog. You can expect them to be present on every gmerlin installation of the same version. The plugin options vary depending on what plugins are installed (that's the reason, why they are separated).