Summary: | Ktorrent after upgrade to KDE 4.7 ceased to move downloaded torrents to specified folder | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Sergei Andreev <seajey.serg> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | joseluisbolos, seajey.serg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | ktorrent showing torrent with differents settings |
Description
Sergei Andreev
2011-08-07 10:48:49 UTC
Only wanted to add a "me too". Downloaded content is not being moved to the specified directory. Deleting the configuration and starting from zero doesn't help. $ ktorrent --version Qt: 4.7.3 KDE Development Platform: 4.7.00 (4.7.0) KTorrent: 4.1.1 Right click on a torrent -> Settings Is move when completed to enabled ? Of course ;) Move after completion seems to work on the latest code Latest of the 4.1 branch also has no problems. What do you see in the logging ? Uhmmm I've ever used the log before, so this is what I did. - Delete share/config/ktorrentrc and share/apps/ktorrent - Open ktorrent and in the config screen select one new empty directory for downloading and another one for finished downloads. - Activate de log, Disk I/O set to "All" and the rest to "Warning" - Download a very small torrent (~1Mb) with many seeders The download when fine, but the files stay in the downloading directory. They weren't moved to the finished directory. The log shows not a single error, warning or hint whatsoever. If you want me to look at some specific info, please tell, I've never use the log before and there's waaaay too much information in there for me. I haven't been able to reproduce this, what happens if you reinstall or recompile ktorrent ? Jose Luis Bolos, are you using Kubuntu or other distributive? Created attachment 64186 [details]
ktorrent showing torrent with differents settings
I've had this problem happening on two different installs:
- Kubuntu 11.10 (alpha) with KDE 4.7 and KTorrent 4.1.1
- Kubuntu 11.04 with KDE 4.7 packages and KTorrent 4.1.1 (later upgraded to 11.10 beta, problem persists).
I think I've just found the culprint. If the "Open all torrents silently" option is ticked the field "Move when completed to" of the individual torrent settings is (apparently) not filled in/active.
If "Open all torrents silently" is disabled the torrent is added correctly with the "Move when completed to" ticked and the destination field filled-in.
Hopefully much more explicative screenshot attached.
Git commit f7817f2cd10c92b5407ea3a6f28d47e85047479d by Joris Guisson. Committed on 04/10/2011 at 19:58. Pushed by guisson into branch 'master'. Fix move on completion location not being set when open all torrents silently is enabled BUG: 279582 M +1 -0 ChangeLog M +1 -1 ktorrent/core.cpp http://commits.kde.org/ktorrent/f7817f2cd10c92b5407ea3a6f28d47e85047479d Git commit c7de5d1949f92308a971fcfe07b3c33a234ff7df by Joris Guisson. Committed on 04/10/2011 at 19:58. Pushed by guisson into branch '4.1'. Merge to 4.1: Fix move on completion location not being set when open all torrents silently is enabled CCBUG: 279582 M +1 -0 ChangeLog M +1 -1 ktorrent/core.cpp http://commits.kde.org/ktorrent/c7de5d1949f92308a971fcfe07b3c33a234ff7df |