Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (598 - 600 of 2449)

Ticket Resolution Summary Owner Reporter
#2799 Invalid Raspberry Pi runs SD card fills paulsbox2000
Description

Hello,

I have deluge daemon on my pi. I have a NAS share mapped and download to that. This works well. Sometime my Pi fills to the point of making it unusable. Does Deluge cache the downloads locally before moving them to the NAS share? If so can I move the cache to the NAS?

Thanks in advance Paul

#2351 Invalid Trandroid unable to auto connect to port 8112 without modifiying default daemon in Deluge-web.conf but conf gets over written every reboot unless permissions are changed. Damien Churchill paulpoco
Description

Trandroid unable to auto connect to port 8112 without modifying default daemon in Deluge-web.conf but conf gets over written every reboot unless permissions are changed to 444. This solves the Transdroid connection issue, but now web-ui cannot be changed in gtk or browser client. This issue have been ongoing for years now.

http://www.transdroid.org/support-forum/#/discussion/169/web-interface-not-connected-to-a-running-daemon

Got the following from the deluge web forums, had change permissions on web.conf otherwise settings would get overridden every reboot. ========================================================= "Re: Autoconnect web UI to daemon Postby Pavouk106 » Fri Dec 03, 2010 2:53 pm

Hello. Sorry to dig this thread, but I was also looking for solution of this problem. It is very simple. Just edit your web.conf as you wish (127.0.0.1:58846 as default daemon here) and then

CODE: SELECT ALL chmod 444 ~.config/deluge/web.conf

And voila - your configuration won't get overwritten everytime you start Deluged :-) At least it works on my Gentoo amd_64 system.

I came to this "solution" myself, never saw that in other thread on web (was searching for it for some time). I was thinking about everyrthing I could and it is so simple :-D Hope it helps to someon' ==========================================================

#3598 Fixed deluge-2.1.1: Migration to Ayatana indicators is not complete Pacho Ramos
Description

I was wondering about why legacy trayicon was being used on my system. Looking at deluge/ui/gtk3/systemtray.py it seems new AyatanaAppIndicator3 is properly loaded, but the option to use indicator instead of legacy icon is not shown in Preferences.

This is because Preferences is still trying to load the old appindicators implementation:

try:

require_version('AppIndicator3', '0.1') from gi.repository import AppIndicator3 # noqa: F401

except (ImportError, ValueError):

appindicator = False

else:

appindicator = True

at deluge/ui/gtk3/preferences.py

Thanks

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.