GitXplorerGitXplorer
T

transmission-remote-gnome

public
19 stars
5 forks
5 issues

Commits

List of commits on branch master.
Unverified
76b5b1015f96c022f46c2a4548140557a2c1ccfe

Move app menu to headerbar

TTingPing committed 5 years ago
Unverified
0704fc5e203b280b68140b20d30c168612bd1227

Update flatpak

TTingPing committed 5 years ago
Unverified
5e81117ef6aca9767199eb0fbc03e691674c241e

Simplify flatpak check

TTingPing committed 5 years ago
Verified
ded7ce11ecb71bd1ac997e2676a3689e2646ef6d

Update se.tingping.Trg.json

TTingPing committed 6 years ago
Unverified
9f070d6b3e28591e0d584cda063cf0047b9968d8

Revert "Update README.md"

TTingPing committed 6 years ago
Verified
308c6e7919058d09aca7d288c899f6b29bbe05b0

Update README.md

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