transmission-remote-gnome

Remote client for the Transmission torrent daemon

GPL-3.0 License

Stars
18

Transmission Remote Gnome

Remote client for Transmission.

The goal of the project is to modernize transmission-remote-gtk project in terms of UI and codebase. This is still a work in progress.

Installing

Fedora (26+)

sudo dnf copr enable tingping/transmission-remote-gnome
sudo dnf install transmission-remote-gnome

Flatpak

flatpak install https://dl.tingping.se/flatpak/transmission-remote-gnome.flatpakref

Ubuntu (17.04+)

sudo add-apt-repository ppa:tingping/transmission-remote-gnome
sudo apt update && sudo apt install transmission-remote-gnome

Building

Dependencies

  • Meson >= 0.40.0 (build only)
  • Appstream-GLib (build only)
  • Python >= 3.4
  • PyGObject >= 3.22
  • GLib >= 2.50
  • Gtk3 3.22
  • LibSoup
  • StatusNotifier (optional)
meson build
ninja -C build
sudo ninja -C build install