Custom Query (2447 matches)
Results (355 - 357 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2811 | Invalid | create_plugin.py creates plugin with bug | ||
Description |
per this investigation here: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=53942&p=223969#p223969 If i follow the guide here: http://dev.deluge-torrent.org/wiki/Development/1.3/Plugin and create the plugin template, the compiled plugin runs fine on first activation but on program relaunch deluge fails with this error log attached. Im running classic mode under windows 7, i have tried compiling under linux or windows with same result. I can get it to not make the error by setting up setup.py and plugin dir structure the way another plugin i found does, as it does not have this problem. I have attached screenshot of difference between setup.py with working one on right and problem one on left. The code for these can be found at the forum post above. |
|||
#2809 | WontFix | [Mac OS X] Support Ctrl-click to do right-click | ||
Description |
Otherwise it's impossible to call a context menu from a touchpad (without a mouse). |
|||
#2808 | Fixed | Deluge Log File Not Working as Intended | ||
Description |
On a python 2.7 build writeing logs to a file doesnt work properly. if you set rotatiing logs it works fine however normal loging (filemode w?) the log is cleared every time it writes a new line. So instead of having a clear fresh log every time you open deluge what you have it just one line staying something about shuting down (or w.e. the last message is). What seems to be happening is it opens the file clears it writes the message closes then repeats every message. |