Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up--appimage-extract-and-run: mkdir_p error: Permission denied on FreeBSD #1073
Comments
See https://www.freebsd.org/doc/handbook/dirstructure.html, I think you need to configure /tmp in fstab to mount it automatically? |
Trying to
--appimage-extract-and-run
a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:but
Doing manually:
works though, so why are we failing then?