Search found 8 matches

by mooninite
Wed Jul 31, 2019 4:09 am
Forum: Support
Topic: [SOLVED] Only making deluge use vpn and vpn only
Replies: 37
Views: 144328

Re: [SOLVED] Only making deluge use vpn and vpn only

This thread has a ton of possible options. However, the original solution is not completely correct. The other options found via a Google search are either not complete, not correct, or obsolete. If anyone is interested in isolating a 'deluge' user to only routing through a PIA tun0 OpenVPN device a...
by mooninite
Tue Jul 02, 2019 7:44 pm
Forum: Support
Topic: cannot compile 2.0.3
Replies: 2
Views: 3273

Re: cannot compile 2.0.3

https://git.deluge-torrent.org/deluge/s ... .3.tar.bz2

I had grabbed this as I had missed the '2.0' folder on your normal release repo. Using the https://ftp.osuosl.org/pub/deluge/sourc ... 0.3.tar.xz tarball results in a working compile. Sorry about that.
by mooninite
Tue Jul 02, 2019 12:28 am
Forum: Support
Topic: cannot compile 2.0.3
Replies: 2
Views: 3273

cannot compile 2.0.3

/usr/bin/python3 setup.py build Traceback (most recent call last): File "setup.py", line 55, in <module> _version = get_version(prefix='deluge-', suffix='.dev0') File "/builddir/build/BUILD/deluge-2.0.3/version.py", line 71, in get_version raise ValueError('Cannot find the versio...
by mooninite
Thu Sep 27, 2018 1:28 pm
Forum: Development
Topic: Python3 or changing python-notify requirement
Replies: 2
Views: 3578

Re: Python3 or changing python-notify requirement

Thanks for the update.

If you need any testing feel free to reach out. There are a good amount of users on Fedora that could provide feedback.
by mooninite
Wed Sep 26, 2018 2:16 pm
Forum: Development
Topic: Python3 or changing python-notify requirement
Replies: 2
Views: 3578

Python3 or changing python-notify requirement

Hi Cas, Is Python 3 support on the roadmap? Fedora is going to drop Python 2 in about a year. I see the wiki page has some brainstorming on it, but are you going to complete this? Is using a different library other than python-notify possible? The Fedora maintainer for this library has just retired ...
by mooninite
Mon Feb 12, 2018 5:05 pm
Forum: Support
Topic: raspberry pi compiling libtorrent 1.1.6
Replies: 10
Views: 8492

Re: raspberry pi compiling libtorrent 1.1.6

Beware: Version 1.1.6 breaks bandwidth speed limits. Use version 1.1.5 if you need to use the download and/or upload limits.
by mooninite
Sun Feb 11, 2018 6:12 pm
Forum: Support
Topic: speed limit ignored
Replies: 4
Views: 3754

Re: speed limit ignored

This is a bug with rb_libtorrent 1.1.6. Downgrade to version 1.1.5 to have limits again.
by mooninite
Sat Aug 22, 2015 4:33 am
Forum: Development
Topic: Create torrent dialog bug, patches attached
Replies: 0
Views: 1753

Create torrent dialog bug, patches attached

As you know, the create torrent dialog has a bug with the French translation: http://dev.deluge-torrent.org/ticket/2757 You fixed this in the translation, but I would rather fix this for any future possible mix up in text encoding. The attached patches (develop branch and 1.3 branch) will fix this. ...