Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (562 - 564 of 2449)

Ticket Resolution Summary Owner Reporter
#2943 Fixed slimit renato
Description

slimit is latest version but setup not working

running build running build_webui Traceback (most recent call last):

File "setup.py", line 459, in <module>

entry_points=entry_points

File "/usr/lib/python2.7/distutils/core.py", line 151, in setup

dist.run_commands()

File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands

self.run_command(cmd)

File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command

cmd_obj.run()

File "setup.py", line 252, in run

_build.run(self)

File "/usr/lib/python2.7/distutils/command/build.py", line 128, in run

self.run_command(cmd_name)

File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command

self.distribution.run_command(command)

File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command

cmd_obj.run()

File "setup.py", line 129, in run

raise ImportError(import_error)

ImportError: Requires "slimit" package for minifying WebUI files. renato@firefox-server:/media/disk/deluge$ sudo apt-get install slimit Lettura elenco dei pacchetti... Fatto Generazione albero delle dipendenze Lettura informazioni sullo stato... Fatto slimit is already the newest version (0.8.1-1ubuntu1). 0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.

#1548 Fixed Slightly change CLI argument processing nick mathbr
Description

Deluge-console accepts commands as CLI arguments. However commands with parameters do not work as expected:

$ deluge-console add <file> → Does not work

$ deluge-console "add <file>" → Works but is awkward and prevents quoting of <file> as well as shell autocompletion

This patch changes this to allow for the former style to work.

#1294 Fixed Skip Hash Check - Seed Mode Znuff
Description

libtorrent has this feature for quite some time now - Seeding Mode, so you can basically "skip" the hash checking when you add a torrent just for seeding.

From wikipedia:

seed mode, where the files on disk are assumed to be complete, and each piece's hash is verified the first time it is requested.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.