Here are the issues I found testing the fw-lite-local-web-app-linux.zip release:
zip file didn't preserve Unix permissions. I assume the LocalWebApp and FwLiteProjectSync files are supposed to have execute-bit permissions, but they don't. If the zip file was created with GitHub Actions, this is a known issue. The workaround is to create the .zip file with Unix zip tooling, then upload that file, rather than let GHA create the zip file.
I've been trying to get a fix for this into GHA for nearly six months now, with no success so far.
Clicking the "Open in FieldWorks" button appears to do nothing (I don't currently have FieldWorks installed), but it does pop up a "This project is open in FieldWorks. Please close it to reopen" modal at the bottom of the viewer. I'll install the latest FieldWorks for Linux release and try again.
Everything else seems to be working to far. If I find any more bugs I'll update this issue.
Correction: I do have FieldWorks for Linux installed. The latest release is a flatpak, which can be launched by running flatpak run org.sil.FieldWorks.
Here are the issues I found testing the fw-lite-local-web-app-linux.zip release:
zip
tooling, then upload that file, rather than let GHA create the zip file.Everything else seems to be working to far. If I find any more bugs I'll update this issue.