[maemo-developers] Howto open the file manager on Diablo and Fremantle

From: Faheem Pervez trippin1 at gmail.com
Date: Tue Oct 6 22:31:12 EEST 2009
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 <hald at 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 at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
More information about the maemo-developers mailing list