Custom Query (2447 matches)
Results (253 - 255 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2952 | Fixed | appdata.xml file for Linux software gallery integration | ||
Description |
AppData is an open standard for displaying end user meta data in centralized software stores. |
|||
#2951 | Fixed | Merge fix for #1908 into 1.3 | ||
Description |
The patch for #1908 allows the WebUI to bind to a particular IP address. This feature is conspicuously missing from the WebUI considering the daemon has supported it for quite some time. The patch (49d4bb49697289ffd9052a3a43d2a74a452a18f6) has sat in the develop branch for nearly three years. Please consider merging this into the next 1.3 release. This is a small feature that is independent from the rest of Deluge (no backwards incompatibility issues), but affords us the control to completely lockdown remote access to Deluge (binding to localhost, accessing with a proxy). Or, on servers with multiple IPs, one can now open the WebUI port selectively, not on every IP. |
|||
#2950 | WorksForMe | libtorrent error undefined symbol: _ZN5boost4asio2ip10address_v4C1ERKNS_5arrayIhLm4EEE | ||
Description |
Deluge version :1.3.13-0, Python version: 2.7.6, Operating System : Mint 17.1 rebecca, Kernel: x86_64 Linux 3.13.0-37-generic WebUI:1.3.13-0, Plugins : no, Language : russian, installation method: mintInstall 7.6.0 Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 349, in _on_reactor_start client.start_classic_mode() File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 559, in start_classic_mode self._daemon_proxy = DaemonClassicProxy(self.__event_handlers) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 432, in __init__ self.__daemon = deluge.core.daemon.Daemon(classic=True) File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 141, in __init__ from deluge.core.core import Core File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 36, in <module> from deluge._libtorrent import lt File "/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py", line 59, in <module> import libtorrent as lt ImportError: /usr/lib/python2.7/dist-packages/libtorrent.so: undefined symbol: _ZN5boost4asio2ip10address_v4C1ERKNS_5arrayIhLm4EEE |