crosswalk: add the xwalk.service back into default.target 34/22334/1 submit/tizen_common/20140602.065011 submit/tizen_common/20140602.071652
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Mon, 2 Jun 2014 06:40:19 +0000 (23:40 -0700)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Mon, 2 Jun 2014 06:40:19 +0000 (23:40 -0700)
Otherwise, xwalk_widgets_preinstall.service (provided by
wrt-widgets) doesn't start

Change-Id: Id25064eac2b0fb0c16be23e947cea40f08f68cf9
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
install_widgets.sh
xwalk_widgets_preinstall.service

index ee28e6f154ee2bd8f3169d6fff2e10bec3436028..52f4e8df6b9933b0c35321706c6fed6cb93f3c85 100755 (executable)
@@ -41,7 +41,9 @@ function do_install() {
        info "------------- wrt_widgets install end --------------"
 }
 
-do_install >>~/.applications/install.log 2>&1 </dev/null &
+do_install >>~/.applications/install.log 2>&1 
+
+touch ~/.applications/install_done
 
 # never fail
 exit 0
index e3d17d18881c8aa86d0fd662fa16d32d3a6d6fb0..e3daa9176818fb652f78200f1a9f8a86886c08fa 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Installation of pre-installed widgets
-After=dbus.service
-ConditionPathExists=!%h/.config/xwalk-service/applications.db
+After=xwalk.service
+ConditionPathExists=!%h/.applications/install_done
 
 [Service]
 Type=oneshot