[Kde-finance-apps] Re: alkimia-backend run

puneet goyal puneetgoyal08 at gmail.com
Mon Jun 27 14:13:51 CEST 2011


There is a problem loading the plugins in the function loadPlugins()
of keypluginmanagers.cpp and function loadPlugins() of
symbolManager.cpp
It showed an error "SymbolManager: Couldn't find plugin directory"
respective to the function of symbolManager.cpp and
"KeyPluginsManager: Couldn't find plugin directory" respective to the
function of keyPluginsManager.cpp
that is the following 'if condition' holds

if (!pluginsDir.cd("plugins")) {
    qWarning() << "KeyPluginsManager: Couldn't find plugin directory";
    return;
  }

But i do have the directory named "plugins"
Can you tell me whats wrong?

Regards,
Puneet


More information about the Kde-finance-apps mailing list