Version: (using Devel) Installed from: Compiled sources ktorrent do not recognize the --caption option That ia all
This is a kdelibs problem, the caption option does not work when using KUniqueApplication. For ktorrent it only works when specifying the --nofork option.
*** Bug 219387 has been marked as a duplicate of this bug. ***
KGlobal::caption() is used for all windows in the application, so it cannot be changed on a per-window base. Probably the "--title" option should be used instead, but it isn't passed to new windows of the application because of bug 165355. *** This bug has been marked as a duplicate of bug 165355 ***