diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-04-11 11:57:37 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-04-11 11:57:37 +0200 |
commit | 64cd6735d59bd830cd5ca3a0163edbfefe5bbc49 (patch) | |
tree | c809a5d86db82ef9cc803119ca4cbc2cd196c5de | |
parent | 91ce6d9e8f0aa08864b492926b129206c8d30242 (diff) | |
download | weston-common-64cd6735d59bd830cd5ca3a0163edbfefe5bbc49.tar.gz weston-common-64cd6735d59bd830cd5ca3a0163edbfefe5bbc49.tar.bz2 weston-common-64cd6735d59bd830cd5ca3a0163edbfefe5bbc49.zip |
fix tz-launcher startup
Change-Id: Iff3786b143eddab1e31b0b339e92acba074ecf7e
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | weston-user.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weston-user.service b/weston-user.service index a64e7d1..d4dc6d6 100644 --- a/weston-user.service +++ b/weston-user.service @@ -2,8 +2,8 @@ Description=Shared weston session [Service] -ExecStartPre=/usr/bin/ln -s /run/display/wayland-0 /run/user/%U/ -ExecStart=/usr/bin/tz-launcher /usr/share/applications/weston-terminal.desktop +ExecStartPre=/usr/bin/ln -sf /run/display/wayland-0 /run/user/%U/ +ExecStart=/usr/bin/tz-launcher -c /usr/share/applications/tizen/launcher.conf %h/.applications/tizen [Install] WantedBy=default.target |