Has anyone got briar-desktop running on mobian? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Has anyone got briar-desktop running on mobian? (/showthread.php?tid=15776) |
Has anyone got briar-desktop running on mobian? - vusra - 01-17-2022 Has anyone got briar-desktop running on mobian? https://code.briarproject.org/briar/briar-desktop https://briarproject.org/how-it-works/ Briar is a decentralized peer to peer messenger. Please share your arm64 build instructions. Update. Brair project is now releasing an arm64 nightly-build tar. Not touch friendly. https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop-linux-arm64.tar.gz?job=b_package_linux_arm RE: Has anyone got briar-desktop running on mobian? - anonymous - 11-06-2022 (01-17-2022, 01:49 AM)vusra Wrote: Has anyone got briar-desktop running on mobian? https://code.briarproject.org/briar/briar-desktop Have you tried to run it? I hope that it works. Otherwise, maybe try Jami. RE: Has anyone got briar-desktop running on mobian? - Fish - 11-07-2022 (01-17-2022, 01:49 AM)vusra Wrote: Has anyone got briar-desktop running on mobian? https://code.briarproject.org/briar/briar-desktop I tried it (building myself, with java and flatpak), but did not succeed. I use Jami for now, the flatpak works fine. RE: Has anyone got briar-desktop running on mobian? - anonymous - 11-28-2022 (11-07-2022, 01:43 PM)Fish Wrote:(01-17-2022, 01:49 AM)vusra Wrote: Has anyone got briar-desktop running on mobian? https://code.briarproject.org/briar/briar-desktop Maybe I can help you. How did it fail? Was a library missing from the classpath? Did javac succeed in compiling? Which version of OpenJDK did you use? Those build instructions should work: https://code.briarproject.org/briar/briar-desktop#building-and-running If you just want to run it without building it, use the following command lines: Code: sudo apt install openjdk-17-jre N.B: It doesn't work yet, libskiko is missing, it's a dependency of the Compose UI framework used in Briar Desktop: Quote:Cannot find libskiko-linux-arm64.so.sha256, proper native dependency missingActually, libskiko-linux-arm64.so.sha256 and libskiko-linux-arm64.so are missing from the JAR. It's a known bug. You can find the missing files here in the latest release of skiko, look for skiko-awt-runtime-linux-arm64.jar. Adding the missing files into the nightly build is enough to make it work. RE: Has anyone got briar-desktop running on mobian? - Fish - 11-29-2022 Thanks, I will try it in a few weeks. RE: Has anyone got briar-desktop running on mobian? - vusra - 06-19-2023 briar-desktop arm64 nightly-build tar https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop-linux-arm64.tar.gz?job=b_package_linux_arm |