Custom Query (2449 matches)
Results (550 - 552 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1875 | Fixed | NameError: name '_' is not defined | ||
| Description |
When starting with deluge everything fine but with deluge-gtk this error occurs: Traceback (most recent call last):
File "/home/calum/delugeDev/deluge-gtk", line 9, in <module>
load_entry_point('deluge==1.3.900-dev', 'gui_scripts', 'deluge-gtk')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 305, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2244, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1954, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/__init__.py", line 1, in <module>
from gtkui import start
File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/gtkui.py", line 61, in <module>
from connectionmanager import ConnectionManager
File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/connectionmanager.py", line 73, in <module>
_("Offline"),
NameError: name '_' is not defined
|
|||
| #1915 | Fixed | Unable to stop the status bar from autohiding | ||
| Description |
A user in IRC reported that after enabling autohiding of the status bar using the double-arrow there is no way to disable it again. Also peers tab list seems to no longer expand to show the rest of the peers after enabling autohiding, as this screenshot shows: http://img600.imageshack.us/img600/7903/delugey.jpg Browser: Firefox 5 I confirmed the first bug but didnt see any issue with peers list. |
|||
| #1916 | WorksForMe | [Win32] deluged does not start from connection manager | ||
| Description |
User in IRC reported that trying to start local deluged from connection manager does not work in Windows XP. Starting deluged separately did work though. |
|||
