<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
<div style="outline: none; box-sizing: border-box; user-select: text !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-drag: none;">Hello Flatpak devs!<br></div><div style="outline: none; box-sizing: border-box; user-select: text !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-drag: none;"><br></div><div dir="auto">I have a demo application[1], which during initial startup, extracts some archives inside the Flatpak.<br></div><div dir="auto"><br></div><div dir="auto">Is there any flags/ways of giving the application write access to its own internal file system?<br></div><div dir="auto">In my case to "/app/bin/resources".<br></div><div dir="auto">This folder does not exist during build, but is created at startup.<br></div><div dir="auto"><br></div><div dir="auto">Currently, I receive the following error message during startup: <br></div><div dir="auto">"unlinkat /app/bin/resources: read-only file system".<br></div><div dir="auto"><br></div><div dir="auto">The files are only relevant to the application itself, there is no need to access them from outside.<br></div><div dir="auto"><br></div><div dir="auto">I have found "--sandbox-expose" to expose read-write access to a file, but this argument isn't valid as a finish-args, and using "--filesystem" isn't really applicable as the folder exists only inside the Flatpak itself (It also does not address the problem, I have tried).<br></div><div dir="auto"><br></div><div dir="auto">Using Flatpak 1.12.4, flatpak-builder 1.2.2.<br></div><div dir="auto"><br></div><div dir="auto">Any advice or further information would be greatly appreciated!<br></div><div style="16px"><br></div><div dir="auto">Cheers,</div><div style="16px">Olof Nord<br></div><div style="16px"><br></div><div style="16px"><span style="color: rgb(48, 48, 48); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;"><span style="" class=""><span class="font" style="font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol""><span style="" class=""><span class="size" style="font-size:16px">[1]<span> </span></span></span></span></span></span><a href="https://gitlab.com/olof-nord/go-astilectron-flatpak-demo" rel="noopener noreferrer" target="_blank">https://gitlab.com/olof-nord/go-astilectron-flatpak-demo</a><br></div>  </body>
</html>