Custom Query (2447 matches)
Results (241 - 243 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1689 | Fixed | Block-select doesn't work when cursor is above last position | ||
Description |
Using 'M' to select multiple torrents only works if the cursor is positioned below the last selected torrent; if positioned above the console silently ignores the command. |
|||
#65 | WontFix | Bloglist import error "invalid leader" | ||
Description |
System: Ubuntu 7.10 Gutsy Using mentioned list on http://dev.deluge-torrent.org/wiki/BlocklistPlugin I get an error while trying to import the file: Fetching http://www.bluetack.co.uk/config/pipfilter.dat.gz importing with p2bgz PGReader loading $HOME/.config/deluge/blocklist.cache LEADER IS 774910000 Traceback (most recent call last): File "/usr/share/deluge/plugins/BlocklistImport/ui.py", line 87, in ok self.plugin.setconfig(url, days, ltype) File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 179, in setconfig self.loadlist() File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 127, in loadlist reader = readers[ltype][1](self.blockfile) File "/usr/share/deluge/plugins/BlocklistImport/peerguardian.py", line 32, in __init__ raise PGException(_("Invalid leader") + " %d"%hdr) BlocklistImport.peerguardian.PGException: Invalid leader 774910000 Has this been fixed already? |
|||
#3435 | Fixed | Both bg and fg should be defined | ||
Description |
There is no promise that default bg is white and default fg is black. The fix is simple: --- deluge.css.orig 2020-10-24 01:53:42.263275855 +0300 +++ deluge.css 2020-10-24 01:47:25.640715735 +0300 @@ -6,6 +6,8 @@ border: 0 none; overflow: hidden; height: 100%; + color: black; + background: white; } |
Note:
See TracQuery
for help on using queries.