[systemd] Load after boot-animation and e17 not to show cbhm window before booting
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 15 Jul 2013 04:32:32 +0000 (13:32 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 15 Jul 2013 04:32:32 +0000 (13:32 +0900)
Change-Id: Idc8ebffdf1300755caf3c6364745e533df2e870b

packaging/cbhm.service
src/clipdrawer.c

index a657b92..98b0e3a 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Clipboard helper module
-After=xorg.target
+After=xorg.target e17.service boot-animation.service
 
 [Service]
 Type=simple
index 199def9..103c5d2 100644 (file)
@@ -465,7 +465,7 @@ Evas_Object *create_win(ClipdrawerData *cd, const char *name)
        elm_win_borderless_set(win, EINA_TRUE);
        ecore_x_window_size_get(ecore_x_window_root_first_get(), &cd->root_w, &cd->root_h);
        DMSG("root_w: %d, root_h: %d\n", cd->root_w, cd->root_h);
-       evas_object_resize(win, cd->root_w, cd->root_h);
+       //evas_object_resize(win, cd->root_w, cd->root_h);
 
        elm_config_scale_set((double)cd->root_w/DEFAULT_WIDTH);
        return win;