In the documentation, I have seen that the function setSolverSearchCoords has changed.
api.kde.org/4.x-api/apidox-kde-4.x/apido...gnDBusInterface.html

It seems, that the parameter "radius" for this function has disappeared. However, it's still in the argument-list.

void Ekos::Align::setSolverSearchCoords	(	double 	ra,
double 	dec 
)		
DBUS interface function.

Sets the solver search area options

Parameters
ra	center RA for search pattern, in hours.
dec	center DEC for search pattern, in degrees.
radius	radius of search pattern, in degrees.
Definition at line 3878 of file align.cpp.
dec	center DEC for search pattern, in degrees.
How can I set the radius of the search pattern?

Read More...