Custom Query (2449 matches)
Results (73 - 75 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3339 | Fixed | Runtime error in Windows when maximizing | ||
| Description |
If you maximize the Deluge GTK window in Windows (only tested in Thin client), a runtime error occurs.
If you "ignore", the interface seems to work, but breaks when doing anything useful. |
|||
| #3337 | Fixed | listen ports syntax error | ||
| Description |
--- preferencesmanager.py
+++ preferencesmanager.py
@@ -231,7 +231,7 @@
self.core.apply_session_settings(
{
'listen_system_port_fallback': self.config['listen_use_sys_port'],
- 'listen_interfaces': ''.join(interfaces),
+ 'listen_interfaces': ','.join(interfaces),
}
)
|
|||
| #3334 | Fixed | Corruption of settings | ||
| Description |
Interesting issue, you can corrupt the settings file by having symbols in your Socks5 Auth password.
I have tested with a shorter password with symbols and that works, so I am guessing it is either the length of the password or specific symbols. |
|||
