You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to get property manDist on interface io.github.rinigus.PureMaps.navigator: The name io.github.rinigus.PureMaps was not provided by any .service files
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)
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
We can't make all apps unconfined light-hearted. So far I didn't see a specific use case for the D-BUS interface on Ubuntu Touch and therefore no need to solve the issue. With your work on the smart watch support, this has changed.
I would prefer to have a policy and keep it confined. We could publish another "Pure Maps Unconfined" until it is available. I am hesitant to just make Pure Maps unconfined, but will bring the discussion into the Open Store group as well.
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
The text was updated successfully, but these errors were encountered: