The home is a subcategory of the desktop, which is quite obvious if you follow the link.. However, i found this, it is atleast a small step to know where the web begins. https://maemo.gitorious.org/fremantl...ter/src/main.c Code: 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 ();
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 ();