@doniks A warning has already been added (recently I think)
Posts
-
RE: Saving app data
-
RE: Saving app data
@dobey Thanks for the response! Turns out the mistake I made was changing the applicationName in MainView a while back, forgetting about it and copying that into the path instead of the name in manifest.json.in. They are the same now & can create the folder
-
RE: Saving app data
@arubislander Thanks! I used a hardcoded string because im trying to access the folder from python. Maybe that's a bad idea? I'll try it from qml with the function (when i can, laptop broke last night) to see if that works and otherwise post code+error
-
Saving app data
Hi lovely people,
I've been working on a QML + python app & want to save some data as described in http://docs.ubports.com/en/latest/appdev/guides/writeable-dirs.html. However I get a PermissionError trying to access /home/phablet/.local/share/<myappname>. Is there an AppArmor policy I should add or is there something else I'm missing?
Thanks in advance, Bambi