Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 2447)

Ticket Resolution Summary Owner Reporter
#2809 WontFix [Mac OS X] Support Ctrl-click to do right-click Viktor Sergiienko
Description

Otherwise it's impossible to call a context menu from a touchpad (without a mouse).

#499 Fixed Do not use os.fork() on OS X andar simon-deluge@hitzemann.org
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.

#257 Fixed .torrent files in 2 directories? markybob simonbcn
Description

I have installed the Deluge 0.5.9.1 in a server.
I have set as default folder of download: ~/download/. And the folder to store the .torrent files: ~/.config/deluge/torrentfiles
I will explain it with an example so that be understood better:
I add a torrent, "The Shining", in the webUI, from local PC.
In the server, Deluge creates two .torrent files:
1) ~/downloads/deluge_0.303677910194_The Shining.torrent
2) ~/.config/deluge/torrentfiles/deluge_0.303677910194_The Shining.torrent

Why those two .torrent files are created in two different folders? They are necessary?

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