I guess it is hildon-home (not hildon-desktop).
clutter_x11_add_filter (clutter_x11_event_filter, wm); app_mgr = hd_app_mgr_get (); hd_volume_profile_init (); /* Move to landscape for safety. */ if (hd_util_change_screen_orientation (wm, FALSE)); hd_util_root_window_configured (wm); /* NB: we call gtk_main as opposed to clutter_main or mb_wm_main_loop * because it does the most extra magic, such as supporting quit functions * that the others don't. Except for adding the clutter_x11_add_filter * (manually done above) it appears be a super set of the other two * so everything *should* be covered this way. */ gtk_main ();