Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 2449)

Ticket Resolution Summary Owner Reporter
#494 Fixed locale it_IT.UTF-8 add icon missing andar follettoonip@…
Description

In add torrent dialog add button misses icon. If i launch deluge with

$ LC_ALL="en_US.UTF-8" deluge

then it is correct.

$ locale
LANG=it_IT.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=it_IT.UTF-8
#498 Fixed Label pluging andar mieszkoslusarczyk@…
Description

Please, finally finish the label plugin, so that it will be possible to sort them. For me it's important to separate them, as I use multiple private trackers. Also make it display number of torrents in each category, please:) It would be also nice to see category 'active' which would show torrents DLing and/or UPling ATM.

#499 Fixed Do not use os.fork() on OS X andar simon-deluge@…
Description

Please do not use os.fork() on OS X. CoreFoundations? do not support daemonization via fork(). More information about this provided by Apple

Please see the resulting error message:

The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
Fatal Python error: Interpreter not initialized (version mismatch?)

The binary is then being stopped by SIGABRT.

Note: See TracQuery for help on using queries.