Custom Query (2449 matches)
Results (616 - 618 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1842 | Fixed | autoadd save .torrent | ||
| Description |
in the autoadd option the .torrent save path is not working at all,if you have the main .torrent save set to on all .torrent files are saved in that path, if u set a different path on a watch folder this will not save it in that folder, tested also with the main .torrent save off, same stuff the autoadd option TORRENT FILE ACTION to save .torrent file is not working. |
|||
| #1843 | Duplicate | Path checks before download | ||
| Description |
Linux is very flexible with mounts and this is why Deluge has some issues with download paths. Let's take a look at a real case:
The result is a new download from scratch. It will obviously have an impact on torrent ratio - wherever that counts. Possible solution: Check for the initial download path and if it doesn't exist pause the torrent and:
|
|||
| #1845 | Invalid | Deluge crash | ||
| Description |
ABRT caught a crash. architecture: i686
component: deluge
executable: /usr/bin/deluge-gtk
kernel: 2.6.35.12-88.fc14.i686
reason: __init__.py:52:_init:RuntimeError: could not open display
release: Fedora release 14 (Laughlin)
reproduce: No idea.
time: 1304921812
uid: 500
backtrace
-----
__init__.py:52:_init:RuntimeError: could not open display
Traceback (most recent call last):
File "/usr/bin/deluge-gtk", line 9, in <module>
load_entry_point('deluge==1.3.900-dev', 'gui_scripts', 'deluge-gtk')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 305, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2244, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1954, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/__init__.py", line 1, in <module>
from gtkui import start
File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 38, in <module>
reactor = gtk2reactor.install()
File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 377, in install
reactor = Gtk2Reactor(useGtk)
File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 103, in __init__
import gtk
File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
_init()
File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
_gtk.init_check()
RuntimeError: could not open display
Local variables in innermost frame:
sys: <module 'sys' (built-in)>
sys_path: ['/usr/bin', '/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gst-0.10', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info', '/usr/lib/python2.7/site-packages/webkit-1.0']
I think it's when I tried to launch deluge-gtk in a remote terminal. |
|||
