On 2016.07.03 18:20, Brendan Coupe wrote:
Here is the utput from kmm when I run it. The path
/usr/lib64/qt5/plugins
exists but I don't think the KMM plugins are there.
You have to find where they actually got installed. I don't think my
case will help, since I'm really using unusual locations so I can run
production, 4.8 from git, and frameworks from git. However, the script
I use to start the frameworks version does explicitly prepend where my
plugins get installed to QT_PLUGIN_PATH. The ofx import plugin is
kmm_ofximport.so so see if you can find where it is, and whether there
are other plugins in the same directory. (Try /usr/lib64/plugins
without the qt.) You can probably also just fix QT_PLUGIN_PATH in your
environment before launching kmm.
Jack
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed:
No
such file or directory
Error loading plugin "konlinetasks_sepa" "The shared library was not
found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin "kmm_icalendarexport" "The shared library was not
found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin "kmm_csvexport" "The shared library was not
found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin "kmm_csvimport" "The shared library was not
found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin "kmm_ofximport" "The shared library was not
found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin "kmm_printcheck" "The shared library was not
found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin "kmm_weboob" "The shared library was not found."
Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
*----Brendan*
On Sun, Jul 3, 2016 at 3:08 PM, Jack <ostrof...@users.sourceforge.net>
wrote:
> On 2016.07.03 15:52, Brendan Coupe wrote:
>
>> Thanks Thomas. I installed a few more packages and now it compiles
and
>> works with my encrypted file. The problem is OFX does not work
even though
>> it looks OK when I compile (see below) and it shows up the in the
KMM
>> plugins. The cvs importer is also in the plugins but is not in the
import
>> menu.
>>
>
> Pending further suggestions from Thomas, I would try running from
command
> line to see if there are any useful messages sent to console. As I
> remember, it generally does say something about plugins, so you
might get a
> hint.
>
> Jack