The first problem I’ve noticed is that your snap doesn’t assert any interfaces, according to your website it seems that your application is an image editor with a graphical interface, which indicates:
- It needs to access the desktop interfaces, connect the snap to the
desktop
,desktop-legacy
,unity7
,wayland
, andx11
interfaces - It needs regular file access, connect the snap to the
home
andremovable-media
interfaces.