Skip to content

TingPing/transmission-remote-gnome

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
po
 
 
 
 
trg
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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