If you're OK with the changes attached, I can commit this tomorrow. If not, I will leave it for another monday.<br><br>I managed to get rid of the newAction dbus method on the kuiserver interface, so it can't be called through dbus. In addittion, a new parameter is added to newJob on the kuiserver, that is the capabilities of the job.
<br><br>There is an issue on KJob:<br><br>If a KJob was started (well or another class that inherits it), and while in progress, the app crashes, the job will remain forever on the kuiserver. I've fixed it emitting the finished signal on the destructor. I think this is not as good as we may expect. And of course, I want to know what you think.
<br><br>I think I should remove the newJob method on the observer with no KJob parameter. If developers want to show a job, I think the better solution is to write a full-supported class that inherits kjob. What do you think ?
<br clear="all"><br>-- <br>Bye,<br>Rafael Fernández López.