[kmymoney] [Bug 412570] appimage csv import not available

Jaka Kranjc bugzilla_noreply at kde.org
Thu Oct 3 21:22:40 BST 2019


https://bugs.kde.org/show_bug.cgi?id=412570

--- Comment #8 from Jaka Kranjc <svn at 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 the assignee for the bug.


More information about the KMyMoney-devel mailing list