/usr/bin/fold got permission denied but /usr/bin/fmt is working fine. What's happened?

Yeap. If we use the apps entry, it will expose the fold as an app externally. In some situation, we might not want it. No worries, I can still live with $SNAP variables for time being.


Thanks for sharing :wink:!

passthrough is definately new and came to realize, I’m on the bleeding edge. Reading through:

  1. Support for passthrough into snap.yaml - #6 by niemeyer
  2. https://snapdocs.labix.org/snapcraft-yaml-reference/4276

That’s definitely a way but it will create extra documentation step and exhibits enough complexity for packaging process. These 2 are enough to say a packager had failed its manifesto. By ideal user experience, we should always restrict the amount of user action to 1 and only:

$ snap install <software>

The rest are packager’s job.


Thank you! Am already editing 1.3.1 release to use fmt. No hush.