mafw-dbus-wrapper

mafw-dbus-wrapper is the daemon that loads the plugins that will be used when developing an application with MAFW with the out-of-process approach. As in the case of mafw-playlist-daemon, communications are done by proxies through DBUS transparently for the programmer. The usual way to run this daemon would be:

mafw-dbus-wrapper PLUGIN &

This command will load the given plugin and set the program as a daemon, but sometimes we want to load another plugin that is not in the usual place or common plugins are not in the usual place because we are developing with MAFW and our deployment is not the one expected by MAFW. As additional parameters we can specify the plugins that shall be loaded:

mafw-dbus-wrapper /home/foo/bar-mafw-plugin/.libs/bar-mafw-plugin.so

As one can see, the usual place to have MAFW plugins is /usr/lib/mafw-plugin/.