Custom Query (2449 matches)
Results (1 - 3 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3643 | Fixed | Thin-Client connection manager retry password prompt failure | ||
| Description |
If you mistyped your password while adding the connection to daemon in thin client mode, it will prompt you to enter your user/password again in a new dialog. There is a bug that does not accept/save the correct password unless it is entered through the Add/Edit Menu. If you mistype the password while you are adding the connection, you have to go to Edit on the connection and retype the password into the password field to connect with that password. |
|||
| #3636 | Fixed | Magnet gets dropped from list on deluge restart when adding encounters "unable to download files for this magnet" | ||
| Description |
When I insist adding a magnet after it encounters the warning "unable to download files for this magnet", the magnet gets added to the list but is dropped after restarting deluge, prompting me to add the magnet again. Is this the intended behavior? I assume it is not. Previous versions did not have this behavior, which I find to be better, since the situation for the magnet may later change when a better internet connection is achieved. If this is the intended behavior, please reconsider on account of the preceeding logic. |
|||
| #3610 | Fixed | 'Change Ownership' option gone from GTK-UI. | ||
| Description |
I narrowed issue down to commit #bcaaeac, specifically last change of menubar.py, breaking this i.e.: - item = Gtk.RadioMenuItem(group=maingroup, label=username) + item = Gtk.RadioMenuItem.new_with_label(maingroup, username) So reverting that, makes the menu/context-menu entries return for said option, which otherwise got hidden from called error-callback function. Strange as looks in line with documentation, but obviously no expert myself. Issue reported on forum by darcmandeluge here: https://forum.deluge-torrent.org/viewtopic.php?p=237035#p237035 Thanks in advance! |
|||
