Custom Query (2448 matches)
Results (136 - 138 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3184 | Invalid | xdg-open is deprecated under gnome 3.24 | GianpaMX | |
Description |
Open file shows a warning that xdg-open has been deprecated in favor of gio in GNOME. ` This tool has been deprecated, use 'gio open' instead. See 'gio help open' for more info. ` |
|||
#3183 | Fixed | Closing Daemon causes core.conf to revert to default settings | Cas | hawkeye |
Description |
Really loving 2.0x but having a pretty significant issue here when using a daemon with thin clients on linux. Closing out the daemon cleanly via the ui or systemd will cause a few settings in core.conf to revert to null from settings made from any ui or manual text editor. "listen_interface" set to ip address in ui or text editor on daemon close reverts to null "listen_random_port" set to false in ui or text editor on daemon close reverts to null |
|||
#3171 | Fixed | Deluge/Libtorrent Bind Interface | Doadin | Doadin |
Description |
Currently if you specify -i only the libtorrent listen_interfaces is set. I believe one of two options should be used: -i sets listen_interfaces and outgoing_interfaces. or -i sets listen_interface and a new -o sets outgoing_interfaces. Im sure for some reason or another someone would want to use two interfaces so the second option is probably best. |