This requires JRE8 or higher, please change the dependency to java-runtime>=8
.
Please add jna
& libappindicator-gtk3
as optional dependencies for tray icon support. See line 35 in the installer script:
echo "(lib)jna-java is needed to display a status bar icon. However, BiglyBT will run fine without it."
During installation without jna
installed:
jna.jar not found. Without it there will not be a status bar icon. Install with pacman -S jna (Y/n)
jna
is in the AUR, so that won't work.
Please also add ttf-dejavu
to optional dependencies: See line 54 - 57 in the installer script:
# Arch Linux with no desktop needs a font for AWT & install4j to run
if [ "${DESKTOP_SESSION}${XDG_SESSION_DESKTOP}${XDG_CURRENT_DESKTOP}${GDMSESSION}" = "" ]; then
PKG_JAVA="${PKG_JAVA} ttf-dejavu"
fi
Pinned Comments
mrxx commented on 2022-11-01 12:48 (UTC)
In order to get rid of annoying update messages at startup, go into Tools > Options > Interface > Start. Disable the 'Check for latest version" and 'Auto download updates' options.
Also disable 'Enable plugin update checking' in Tools > Options > Plugins > Plugin Update.