Custom Query (2447 matches)
Results (112 - 114 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2962 | WorksForMe | deluge-gtk freezes when using the Open Folder function with nemo | ||
Description |
1) Linux Mint 18.1 Cinnamon 64-bit 2) Ran deluge-gtk, selected a torrent, and choose "Open Folder" 3) The Location of the Torrent opened in the nemo file browser, and deluge-gtk froze solid 4) Expected the torrent data location to open and deluge-gtk to continue running as normal 5) This freezes deluge-gtk every time and only a force quit or kill -9 will close it afterwards This issue seems to be only with Cinnamon, I can do the exact same thing in Mate and it functions fine.. But if I install nemo within Mate and set it as the default file browser the freezes take place again.. |
|||
#2965 | Fixed | Port AutoAdd magnet fixes from 1.3 to develop | ||
Description |
Some refactoring of the autoadd core code required too |
|||
#2966 | Fixed | Rename deprecated unittest methods | ||
Description |
https://docs.python.org/2/library/unittest.html#deprecated-aliases Method Name Deprecated alias(es) assertEqual() failUnlessEqual, assertEquals assertNotEqual() failIfEqual assertTrue() failUnless, assert_ assertFalse() failIf assertRaises() failUnlessRaises assertAlmostEqual() failUnlessAlmostEqual assertNotAlmostEqual() failIfAlmostEqual |