https://bugs.kde.org/show_bug.cgi?id=412570
--- Comment #8 from Jaka Kranjc <s...@lynxlynx.info> --- These are the places it's looking at here: $ strace ./KMyMoney-5.0.7-cfd038c-x86_64.AppImage |& grep -i csvimporter.rc stat("~/.local/share/kxmlgui5/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/share/plasma/kxmlgui5/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/local/share/kxmlgui5/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/share/kxmlgui5/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/var/lib/snapd/desktop/kxmlgui5/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/~/.local/share/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/share/plasma/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/local/share/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/share/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/var/lib/snapd/desktop/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("~/.local/share/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/share/plasma/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/local/share/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/usr/share/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) stat("/var/lib/snapd/desktop/csvimporter/csvimporter.rc", 0x7ffdf7608b00) = -1 ENOENT (No such file or directory) write(2, "kf5.kxmlgui: cannot find .rc fil"..., 79kf5.kxmlgui: cannot find .rc file "csvimporter.rc" for component "csvimporter" I don't know enough about appimages to say if anything is fishy about the paths. Is there a non-root way to do chroots nowadays? -- You are receiving this mail because: You are watching all bug changes.