https://bugs.kde.org/show_bug.cgi?id=442665
--- Comment #3 from Thomas Baumgart <tbaumg...@kde.org> --- Looks like the AppImage version is looking in the wrong spot to find the files and picks them up from the installed version: openat(AT_FDCWD, "/home/appimage//appimage-workspace//deps/usr/share/libofx/dtd/opensp.dcl", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/local/share/libofx/dtd/opensp.dcl", O_RDONLY) = 16 openat(AT_FDCWD, "/home/appimage//appimage-workspace//deps/usr/share/libofx/dtd/ofx160.dtd", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/local/share/libofx/dtd/ofx160.dtd", O_RDONLY) = 16 We have to find out what needs to be tweaked so that libofx looks in the right directory inside the AppImage. -- You are receiving this mail because: You are watching all bug changes.