Vincas Dargis
Vincas Dargis
@rinigus would local UNIX / IP socket RPC interface help? Speaking of UT, AppArmor does have ability to write DBus rules, allowing applications to communicate using specifiied DBus services. Here's...
@rinigus I believe I should speak (open issue, etc) with UT developers themselves, how could we allow some apps to do DBus requests, how to specify AppArmor policy, etc. Only...
I wonder, what would be easiest way to make OSMScout and PureMaps unconfined apps, so they would not have `dbus` AppAmor restrictions? For example, maybe I somehow could modify `/opt/click.ubuntu.com/pure-maps.jonnius/3.1.0/pure-maps.apparmor`...
I've modified `pure-maps.apparmor` to looke like terminal app: ``` { "policy_groups": [], "policy_version": 16.04, "template": "unconfined" } ``` But after reboot I still see AppArmor delials: ``` dbus[3308]: apparmor="DENIED" operation="dbus_signal"...
I've removed `/var/cache/apparmor/click_pure-maps.jonnius_pure-maps_3.1.0` but after reboot still got same denials. Simpler would probably be to build app myself?
Why closing? Maybe provide some hints on how to debug this issue. I can make video of this happening...
After selecting Stadia Maps in PureMaps it returned correct routing solution.
I've updated map in OSMScout and I can no longer reproduce this issue.
I have similar error - it just sticks with `Release` and that's it! I've migrated to CMake on Linux successfully, but I have issues on Windows. Here's QtCreator's output: ```...
@akalali ``` conan_cmake_run( BUILD missing BUILD_TYPE "Debug" CONANFILE "${STY_CONANFILE_DEBUG_OR_RELEASE}" CONAN_COMMAND "${STY_CONAN_COMMAND}" INSTALL_FOLDER "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}" OPTIONS qt-solutions-service:qtversion=${STY_QT_VERSION} PROFILE "${STY_PROFILE_WINDOWS_OR_LINUX}" ) ``` ``` [requires] openssl/1.1.1i@ cryptopp/8.2.0@bincrafters/stable libpq/13.0@ qt-solutions-service/20161102@mycompany/stable [options] openssl:shared=True libpq:with_openssl=True libpq:with_zlib=False libpq:shared=True...