https://bugs.kde.org/show_bug.cgi?id=405578
--- Comment #10 from Stephane MANKOWSKI <steph...@mankowski.fr> --- Hi, When I execute strace -ff flatpak run org.kde.skrooge 2>&1 | grep ofx I can see that and I can import an ofx file: [pid 14165] statx(AT_FDCWD, "./skrooge_import_ofx", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffe05f48560) = -1 ENOENT (No such file or directory) [pid 14165] statx(AT_FDCWD, "./skrooge_import_ofx.so", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffe05f48560) = -1 ENOENT (No such file or directory) [pid 14165] statx(AT_FDCWD, "./libskrooge_import_ofx", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffe05f48560) = -1 ENOENT (No such file or directory) [pid 14165] statx(AT_FDCWD, "./libskrooge_import_ofx.so", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffe05f48560) = -1 ENOENT (No such file or directory) [pid 14165] statx(AT_FDCWD, "/app/lib/plugins/skrooge_import_ofx", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7ffe05f48560) = -1 ENOENT (No such file or directory) [pid 14165] statx(AT_FDCWD, "/app/lib/plugins/skrooge_import_ofx.so", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL, stx_attributes=0, stx_mode=S_IFREG|0755, stx_size=106032, ...}) = 0 [pid 14165] openat(AT_FDCWD, "/app/lib/plugins/skrooge_import_ofx.so", O_RDONLY|O_CLOEXEC) = 16 [pid 14165] openat(AT_FDCWD, "/app/lib/plugins/skrooge_import_ofx.so", O_RDONLY|O_CLOEXEC) = 16 [pid 14165] openat(AT_FDCWD, "/app/lib/libofx.so.7", O_RDONLY|O_CLOEXEC) = 16 Could you try this? flatpak uninstall org.kde.skrooge flatpak install skrooge org.kde.skrooge -- You are receiving this mail because: You are watching all bug changes.