TuxPaper
TuxPaper
First time I've looked at flatpak, but it initially looks promising. I especially like the idea of being able to bundle our own libraries, since our SWT library is always...
Thanks. I've removed the unix installers from Github while I build ones that work.
Installer updated on GitHub. Tested on Ubuntu 21.10 with Java 11.0.13 (64 bit)
parg will know more about webtorrent, but in the meantime, check if the Help->Getting Started page shows. If it doesn't, try installing `libwebkitgtk-3.0` or similar package on your OS. This...
Is the libswt for raspberry pi the same as the debian one? https://packages.debian.org/search?keywords=libswt-gtk-4 Perhaps we could support both at the same time. I'd need a way to detect debian and/or...
Historically, we didn't use distros SWT because they were either several versions behind, or we couldn't guarantee crashing on newer SWT versions. This mainly stems from years ago when many...
Our startup script has some interesting code and comments related to finding the jar files. Namely, we add `jna.jar` to the classpath, by searching several paths ending in `*/share/java`, but...
If the installer can detect a java with a high enough version, it should use it, but detection varies from OS to OS. Which OS are you using? What version...
If you run the installer with the `-manual` command line, it should pop up a Download/Locate/Cancel, but my experience so far is that the installer just gives an error that...
I've put up a new installer at https://github.com/BiglySoftware/BiglyBT/releases/download/v2.4.0.0/GitHub_BiglyBT_Installer64.exe which should use your current JRE (up to and including Java 13).