Rust program for iced framework crashes on snapcraft

well reading here: source: ./foo will include ALL files from foo in the snap, dumped (by dump plugin) into the base directory of the snap. link: The dump plugin - #4 by knobby and here: It is true that the target will end up be placing at the root of the snap file hierachy Then reading here: Layouts enable snap developers outside of locations referenced by $SNAP https://snapcraft.io/docs/the-snap-format Any ideas why I can read from local file system if used: snap install local_snap.snap --dangerous But I can’t read from $SNAP file system on global store installation: snap install autoskola3 Thanks for any ideas.