base: core24
My snap builds fine, but when I run
sudo snap run --shell "mySnap"
I get this message
Failed to load module: /root/snap/"mySnapName"/common/.cache/gio-modules/libgiolibproxy.so
I do have
stage-packages:
- glib-networking
(glib-networking
contains libgiolibproxy.so
)
How do I solve that ?