Comment 5 for bug 1363112

Revision history for this message
Zsombor Egri (zsombi) wrote :

There is one thing that needs to be fixed in camera app: the application name.

Because camera app doesn't use the MainView the app name is not set by the QML documents. However the application name is set in main.cpp to "camera". But, the application ID for app armor seams to be com.ubuntu.camera, so the confinement folder in XDG_RUNTIME_DIR will be /run/user/32011/confined/com.ubuntu.camera, which means the app won't be able to save the state file under /run/user/32011/confined/camera.

The branch has been checked with UITK gallery, and it works.