From: Steven Luo Date: Fri, 27 Aug 2010 14:01:43 +0000 (-0700) Subject: Fix /usr/bin/microb script to work with new Fremantle MicroB launching code X-Git-Tag: v3.3b2~8 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=74a6732ecf36c1e32bda26fee8cc6da888e21a6a;hp=74a6732ecf36c1e32bda26fee8cc6da888e21a6a;ds=sidebyside Fix /usr/bin/microb script to work with new Fremantle MicroB launching code The new Fremantle MicroB launching code breaks the assumption in the microb script that the existence of the MicroB browser process implies that MicroB is handling com.nokia.osso_browser. Revise the script to check directly whether Browser Switchboard is handling that name, by comparing its owner to that of org.maemo.garage.browser-switchboard (using the org.freedesktop.DBus.GetNameOwner method). ---