Add environment variable for wayland 55/37555/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 31 Mar 2015 03:02:43 +0000 (12:02 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 31 Mar 2015 03:02:43 +0000 (12:02 +0900)
Change-Id: I018ccd914008d68ff33445eacadeda51d820eed6

scim.service

index 1601ce3..9515da7 100644 (file)
@@ -5,7 +5,7 @@ Requires=enlightenment.service
 
 [Service]
 ExecStart=/usr/bin/scim -d
-Environment="DISPLAY=:0.0" "HOME=%h"
+Environment="DISPLAY=:0.0" "HOME=%h" "XDG_RUNTIME_DIR=/run/display"
 Nice=5
 Restart=always
 RestartSec=2