Tacking against the wind
Windows users
This program requires Edge Webview2 component. On Windows 11 and some Windows 10 machines it is already preinstalled. The installers will automatically detect if it is not installed, download and run the official installer. You can also get it manually from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Use TrguiNG_x.x.x_x64-setup.exe
if you don't want to give administrative rights to the installer. You will not be able to install the program into a protected folder like "Program Files" if you run the installer as a normal user. Right click and choose "Run as administrator" if you want to install to "Program Files" or other protected folder.
MSI installer is provided as a backup and an option for automated installs, it requires administrator privileges.
Linux users
There is a prebuilt .deb package and AppImage built on ubuntu 22.
For compilation instructions see readme in the repository.
If you encounter a blank screen, you may be running into a known webkitgtk issue, a workaround is to set environment variable
WEBKIT_DISABLE_DMABUF_RENDERER=1
MacOS users
Use TrguiNG_aarch64.app.tar.gz
for apple silicon machines
Use TrguiNG_x86_64.app.tar.gz
for intel machines
After extracting the app and moving it to Applications folder run this in terminal to reset attributes:
xattr -cr /Applications/TrguiNG.app
Otherwise you will run into "App is damaged and can’t be opened" error.
Changelog
- Fix polling settings not taking effect immediately e6964c0 @qu1ck
- Fix app crash in macos when selecting files in torrent creation window 9761164 @qu1ck
- Add source and private fields to torrent creation 1c0d926 @qu1ck
- Obfuscate passwords saved in config 2a9b739 @qu1ck
- Add some badges to readme 4bdb6a4 @qu1ck
- Add wanted files size total in add torrent dialog 9e3096b @qu1ck
- Fix tracker update logic for older transmission versions 3d009ea @qu1ck
- Add option to disable notification sound a628cca @qu1ck
- Make keyboard scrolling work on webkit 33a58a3 @qu1ck
- Add clear button in search box 81ce85e @qu1ck
- Fix exception on frontend shutdown ee5c932 @qu1ck
- Add custom file icons for some common types 5d2e9fd @qu1ck
- Try to fix windows shell open calls 44e964b @qu1ck
- Add option to skip Add Torrent dialog 26c5593 @qu1ck
- Bump version to 0.9.0 33dcfcb @qu1ck
- Bump dbip db version to 2023-09 ba086e3 @qu1ck