No plugins; cannot load data file.
Jack
ostroffjh at users.sourceforge.net
Mon Feb 11 23:09:09 GMT 2019
Brendan,
Sorry that I just haven't had a chance to look at your scripts.
However, you are correct that Timthy's problem is most likely a
mismatch between where the plugins are getting installed and where the
system expects to find them. If the build were done with
-DCMAKE_INSTALL_PREFIX=/usr (or hopefully even /usr/local) then things
SHOULD just work. However, as we have all discovered, every
distribution is a little different, so figuring out where the plugins
DO get installed, and then explicitly setting the appropriate
environment variable to point to them, assures things work, even if it
shouldn't be necessary.
In addition, if you point the install to anywhere else, such as to keep
it completely separate from the distro installed version, then you can
get your newly compiled application trying to run the system installed
plugins, which does not always work, and almost never what you want.
Setting that variable can make this work. (QT_PLUGIN_PATH, from
memory.)
Jack
On 2019.02.11 17:54, Brendan Coupe wrote:
> Timothy,
>
> Click the link below to download my build scripts. I have included a
> parameter for the plugin directory which I think I had to add to get
> KMM 5 to work. You can either try my scripts out or look at the cmake
> line in BuildKMM.sh to see the syntax that I'm using.
>
> The plugin directory that I use works on Fedora, not sure how it will
> work on Debian. I know that my plugins are also blank if I don't set
> this parameter. The scripts should work on any Linux system that has
> all of the dependencies that are required to build KMM.
>
> P.S. I am not a developer, just a user that has been compiling from
> git (and svn and cvs before git) for a long time so I automated the
> build process.
>
> ----
> Brendan Coupe
> KMyMoney Build Scripts - Easily Build KMyMoney From Source Code
> https://drive.google.com/drive/folders/1sfo2HgzaCCSb3d7pjl3To50yoQT5BaXM
>
> On Mon, Feb 11, 2019 at 6:55 AM timothy <timboyle at afrihost.co.za>
> wrote:
> >
> > Hi
> >
> > I am running kmm 5.0.3 on Debian 9 Buster.
> > I have compiled and installed with no errors (that I noticed).
> > However when running kmymoney I get
> >
> > Could not read your data source. Please check the KMyMoney settings
> that
> > the necessary plugin is enabled.
> >
> > On checking the settings there are no plugins or a plugin icon.
> >
> > Runnimg from the command line gives
> > libpng warning: iCCP: known incorrect sRGB profile
> > libpng warning: iCCP: known incorrect sRGB profile
> >
> > Couldn't start kuiserver from org.kde.kuiserver.service:
> > QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name
> > org.kde.kuiserver was not provided by any .service files")
> >
> > qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence:
> > 3742,resource id: 13189830, major code: 40 (TranslateCoords), minor
> code: 0
> >
> > I do not know how to go further to try to solve this.
> >
> > Please any pointers would be most welcome.
> >
> > Regards
> >
> > Timothy
> >
> >
>
More information about the KMyMoney
mailing list