From: Steven Luo Date: Mon, 22 Feb 2010 04:53:46 +0000 (-0800) Subject: Make startup notification work for MicroB menu entry X-Git-Tag: v3.2~4 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=846e68b8ffa979d30ed331c43020212ffdee2bf2;hp=846e68b8ffa979d30ed331c43020212ffdee2bf2 Make startup notification work for MicroB menu entry To have working startup notification, we have to provide a D-Bus service with a top_application method; hildon-desktop will then use that to launch the application instead of invoking the binary directly. Co-opt the org.maemo.garage.browser_switchboard name previously used for locking for this (replacing a - with a _ to get around D-Bus naming restrictions). While we're at it, remove the non-standard switchboard_launch_microb method from the com.nokia.osso_browser interface we implement, instead providing a launch_microb method in our own interface. ---