Disable upnp/nat-pmp under network heading of preferences and restart deluge. Don't change ports to 0-0 though. Either you use upnp/nap-pmp to get portforwarding setup automatically, or you enter an incoming port or range and forward manually in router, or you just run without port-forwarding comple...
In addition to above posted workaround kindly posted by probbzy, then I rebuilt plugin with inplace-extractions set as default - I didn't hardcode it though, as didn't felt needed, so if your config file for simple-extractor states root-extractions enabled instead, then that is respected/used, but i...
If you search this, then will found inspiration/instructions, e.g I remember our own shamael posted detailed good instructions on how he did it and his experiences,though he did it for trackers, but should be likewise for save_path I would presume - I don't have time now to find shamael's post, but ...
Thanks for posting your solution. I don't know if there's a gtkui.conf for deluge1, don't remember and didn't bother check, but if not then can change it in the code(like deluge2, but no need when drilla posted better fix, surviving updates) in 'deluge\ui\gtkui\gtkui.py': tray_download_speed_list&qu...
Just wanted to add that it depends how run from terminal, e.g 'deluged' don't need -c if logged in under own user, but 'sudo systemctl start deluged' does, as other user defined in deluged.service or user.conf override file supplied. (If I run 'deluged' now, from my terminal from own user, then auto...
Thanks, and good job mate! :) Indeed, you cannot connect from deluge-console to classic(default/non-thinclient-mode) deluge, and need start deluged, which cannot run simultaniously with classic GTK-UI's "internally started deluged copy" used by the GTK client behind it's scenes, well unles...
If you run deluge-console/deluged from own user, then deluge is using ~/.config/deluge profile and if you start deluge gtk GUI from own user also, either in classic/default mode, or connect to deluged daemon manually started, in thinclient mode, then all torrents should end same place and can be mon...
Sorry, I don't really know what would be recommended here. It could be done, but e.g. defining sudo access for your deluge user's unrestricted account, if even possible as no login access, would negate any advantage in using such in first place i'm thinking. It would be best to fix this without thes...
Shamael is much better than me with permissions and whatnot, but anyway, I would just quickly add that execute plugin is built-in/included by default, and can be enabled from preferences menu. Also, and pereffered I would assume, is umask definition in the service files, there's a default value in t...