Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 2449)

Ticket Resolution Summary Owner Reporter
#3215 Duplicate no plugins firefox
Description

deluge (2.0.0.dev7385+043344b+201811131202~ubuntu18.10.1) all plugins are disabled and it's impossible to install new ones.

#3214 Fixed Deluge not loading firefox
Description

(deluge:1280): Gtk-WARNING : 07:06:47.500: Could not load a pixbuf from icon theme. This may indicate that pixbuf loaders or the mime database could not be found.

not loading

#3212 Fixed UnicodeDecodeError in common.get_default_download_dir Cas Cas
Description

From forum: https://forum.deluge-torrent.org/viewtopic.php?f=8&p=228974&sid=0dc2019d419175b43045df9d52efe1a2#p228974

~$ deluge
Traceback (most recent call last):
  File "/usr/bin/deluge", line 11, in <module>
    load_entry_point('deluge==2.0.0.dev7379', 'gui_scripts', 'deluge')()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/ui_entry.py", line 143, in start_ui
    ui.start()
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtk3/__init__.py", line 43, in start
    from .gtkui import GtkUI
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtk3/gtkui.py", line 119, in <module>
    'choose_directory_dialog_path': get_default_download_dir(),
  File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 152, in get_default_download_dir
    if not line.startswith('#') and line.startswith('XDG_DOWNLOAD_DIR'):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 23: ordinal not in range(128)
Note: See TracQuery for help on using queries.