Custom Query (2447 matches)
Results (49 - 51 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3416 | Fixed | GTK - move download folder too narrow | ||
Description |
Version Information: deluge-gtk 2.0.3-2~201906121747~ubuntu18.04.1 libtorrent version 1.1.5.0 Operating System and version Linux Mint 19.3 x86-64 Plugins enabled: labels v0.3 Language in use (if not in English): Polish Installation method i.e. from source, package or installer: http://ppa.launchpad.net/deluge-team/stable/ubuntu bionic/main amd64 Precise steps to reproduce the bug.
Expected behaviour: The dialog from step 4 presents entries in a way that user is able to recognize them or resize the dialog to see the whole path. The actual behaviour: The dialog from step 4 is too narrow to see the end of the preset path and it's not possible to resize it, therefore it's not possible to distinguish the paths if their beginnings are the same. |
|||
#3414 | WontFix | Deluge UI cannot start with gtk+3 3.24.18 | ||
Description |
I had deluge working fine for a few months on macOS Catalina (10.15.5) After updating brew and its dependencies, the application doesn't want to start anymore When launching deluge: Traceback (most recent call last): File "/usr/local/bin/deluge", line 8, in <module> sys.exit(start_ui()) File "/usr/local/lib/python3.7/site-packages/deluge/ui/ui_entry.py", line 143, in start_ui ui.start() File "/usr/local/lib/python3.7/site-packages/deluge/ui/gtk3/__init__.py", line 43, in start from .gtkui import GtkUI File "/usr/local/lib/python3.7/site-packages/deluge/ui/gtk3/gtkui.py", line 21, in <module> gi.require_version('Gtk', '3.0') # NOQA: E402 AttributeError: module 'gi' has no attribute 'require_version' I'm running the following versions of the dependencies: pygobject3: stable 3.36.1 (bottled) gtk+3: stable 3.24.18 (bottled) libtorrent-rasterbar: stable 1.2.7 (bottled), HEAD I have treied uninstalling deluge and reinstalling, but that doesn't make any difference |
|||
#3413 | Fixed | Sorting by ETA displays wrong | ||
Description |
When sorting by ETA, in the WEBui, infinity is placed at the top. So the current configuration is:
when it should be:
Since infinity is the largest number it should be on the bottom. |