Transmission is a BitTorrent client (website, Git). This is a Flatpak manifest for its Gtk+ version; you can install it through Flathub.
$ git submodule update --init
$ rm -rf _build && flatpak-builder --install --user _build com.transmissionbt.Transmission.json
$ flatpak run com.transmissionbt.Transmission//master
This manifest allows Transmission access to:
.torrent
s and read/write downloads (#31)org.kde.StatusNotifierWatcher
, to display a notification area icon in environments where this is supportedappdata.patch
: Flathub requires OARS, not yet submitted upstream.0001-gtk-use-com.transmissionbt.Transmission.-D-Bus-names.patch
: Flatpak only allows apps to own names within the namespace matching the app name. Not submitted upstream.0002-gtk-Use-reversed-domain-icon-name-throughout.patch
: as above, but for icons.This manifest is derived from that published by Pierre Dureau at https://github.com/pdureau/flatpak-manifests.git, via an intermediate version used for Endless OS.