Open jmlich opened 1 day ago
I remember hearing about dbus limitations on UT. Not much I can do about it on Pure Maps side. Please file it on UT bug reports (assuming that there is somewhere to report it)
I have created an issue at https://gitlab.com/ubports/development/core/apparmor-easyprof-ubuntu/-/issues/20
The app can be compiled and published in app store with unconfined template. To publish such app you have to ask @bhdouglass at telegram group https://open-store.io/telegram
It seems apparmor prevents creating dbus service on ubuntu touch.
Steps to reproduce
Expected result:
Current result:
It seems there isn't any suitable apparmor group at https://gitlab.com/ubports/development/core/apparmor-easyprof-ubuntu/-/tree/main/data/policygroups/ubuntu/20.04
It worked when I replaced
click/pure-maps.apparmor
withand recompiled with skip-review flag like this
clickable build --arch arm64 --app --skip-review
.My use case is passing navigation instructions to PineTime and I am trying to figure out why it doesn't work. See https://github.com/piggz/harbour-amazfish/blob/dbd7a48151712cdce9898f542998ec425b967c01/daemon/src/navigationinterface.cpp#L88C38-L88C45