From: Tiago Vignatti Date: Tue, 9 Apr 2013 14:48:06 +0000 (-0300) Subject: clients: tablet-shell: Wait for set_homescreen hits the server X-Git-Tag: 1.1.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b67c91d46d52782f35049c6df9d1aae92885fb7c;p=platform%2Fupstream%2Fweston.git clients: tablet-shell: Wait for set_homescreen hits the server This relates to: https://bugs.freedesktop.org/show_bug.cgi?id=57634 https://bugs.freedesktop.org/show_bug.cgi?id=57637 Signed-off-by: Tiago Vignatti --- diff --git a/clients/tablet-shell.c b/clients/tablet-shell.c index f756cbc..99d66f2 100644 --- a/clients/tablet-shell.c +++ b/clients/tablet-shell.c @@ -473,6 +473,9 @@ int main(int argc, char *argv[]) tablet.homescreen = homescreen_create(&tablet); tablet_shell_set_homescreen(tablet.tablet_shell, window_get_wl_surface(tablet.homescreen->window)); + + wl_display_roundtrip (display_get_display(tablet.display)); + wl_list_init(&tablet.homescreen->launcher_list); config_file = config_file_path("weston.ini");