Re: [maemo-developers] file manager arguments

2006-10-18 Thread Marius Vollmer
ext Danny Milosavljevic [EMAIL PROTECTED] writes:

 Given that fbreader is started by dbus (and/or an existing instance is
 messaged by dbus), is there some magic to watch out for? 

Yes, exactly.  You need to listen to the mime-open call that comes
over D-Bus.  You can use osso_mime_set_cb from libosso (or roll your
own).

http://maemo.org/platform/docs/api/libosso/html/index.html
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] file manager arguments

2006-10-17 Thread Danny Milosavljevic
Hi,

I'm trying to extend fbreader to support opening books from the file
manager.

Given that fbreader is started by dbus (and/or an existing instance is
messaged by dbus), is there some magic to watch out for? 

Just handling argv[] doesn't seem to be enough...

cheers,
  Danny

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers