GitXplorerGitXplorer
T

transmission-remote-gnome

public
19 stars
5 forks
5 issues

Commits

List of commits on branch master.
Unverified
6064e5821d6de65a2a462137676ce10f4b2b752d

Fix exception

TTingPing committed 7 years ago
Unverified
9e895bcb2f5dab247e3c11707ea9e1f289a9bd9e

Tweak add dialog design

TTingPing committed 7 years ago
Unverified
36ff6af9eccecdb72cfd6b777956741ac9d5183d

Show confirmation dialog when deleting data

TTingPing committed 7 years ago
Unverified
4d02acd914c31df1c15c8aecfe48e73d1ae5b780

Minor tweaks to spinbuttons in preferences

TTingPing committed 7 years ago
Unverified
99247bf5bd31f36a6ae0e4d5cea8ed47e8c371b3

Add more information to preferences

TTingPing committed 7 years ago
Unverified
5024130f4de8132a06165777e786f020cbda4b39

Add open button to completed notifications

TTingPing committed 7 years ago

README

The README file for this repository.

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