Hiya, I do it like this: osso_rpc_run(osso_context, "com.nokia.osso_filemanager", "/com/nokia/osso_filemanager", "com.nokia.osso_filemanager", "open_folder", osso_retval, DBUS_TYPE_STRING, (char*)path, DBUS_TYPE_INVALID)
(osso_rpc_run() is probably over-kill but you have there the method name etc.) A warning, however: Beware of the paths you give it... I've had it lockup when giving it a path it disagreed with. Best Regards, Faheem On 10/6/09, Cornelius Hald <h...@icandy.de> wrote: > Hi, > > I tried to find the right DBus calls to open up the file manager with a > given path. It should really be the file manager, not a file chooser > dialog. > > Is it possible and if yes, how? > > Thanks! > Conny > > > _______________________________________________ > maemo-developers mailing list > maemo-developers@maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers > _______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers
