Hi, to clarify some things: Unzipping your snap is just a proposed debug method from me to check what's inside of your snap. Just zip it again after unpacking will not work! A snap always runs in it's own sandbox with no access to system resources outside of the snap itself. This default security policy can be extended through the use of interfaces. A interface which could be used to store and access data from different snaps can be the active solution interface (see this thread for more information). But to have the files inside of your snap should work for you. And the way to do it is with parts in the snapcraft.yaml, like I mentioned above. If this still doesn't work for you, you can write me a private message with your contact data and we can find a way how I can give you personal support. Best regards, Nick
... View more