mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-25 18:59:38 +00:00
Calum Lind
8199928160
[GTK3] Use a non-CSD filechooser dialog for PathChooser
My personal feeling is that GTK client-side decoration (CSD) putting main dialog buttons in the titlebar is wrong so create a non-CSD dialog. There was no simple way of changing GtkFileChooserDialog to play nice with non-CSD buttons and resulting in these GTK warnings: Gtk-WARNING : Content added to the action area of a dialog using header bars There is an unwanted dialog border with this custom filechooser dialog with no apparent way to remove them. Would require switching to a GtkWindow implementation.
…
…
Deluge BitTorrent Client
Deluge is a BitTorrent client that utilizes a daemon/client model. There are various user interfaces available for Deluge such as the GTK-UI, the Web-UI and a Console-UI. Deluge uses libtorrent in it's backend to handle the BitTorrent protocol.
Installation
Instruction for installing from source code. See DEPENDS for build and runtime dependencies. Further details on the wiki: Installing/Source.
python setup.py build
python setup.py install
Usage
There are various user-interfaces and a daemon for Deluge that can be used as follows:
-
Gtk
deluge
ordeluge-gtk
-
Console
deluge-console
-
Web
deluge-web
Go to http://localhost:8112 and use default password
deluge
. -
Daemon
deluged
See Thinclient guide for connecting to the daemon from another machine.
Contact/Support
Description
Deluge BitTorrent client - Git mirror, PRs only
https://www.deluge-torrent.org
Languages
Python
75.6%
JavaScript
15.3%
CSS
8.3%
Shell
0.4%
NSIS
0.3%
Other
0.1%