diff options
Diffstat (limited to 'packaging/xresources.path')
-rw-r--r-- | packaging/xresources.path | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/xresources.path b/packaging/xresources.path new file mode 100644 index 0000000..1eca71c --- /dev/null +++ b/packaging/xresources.path @@ -0,0 +1,16 @@ +[Unit] +Description=Path-activation for xresources.service + +[Path] +# This is somehow a not good solution giving that we're +# depends on Xorg in fact. +# However, there isn't a stable way let us to *After* Xorg +# currently, Xorg start finished isn't mean it's ready and +# even /tmp/.X0-lock was found not stable. +# Finally, we need change Xorg to sd_notify(3), so the others +# can rely on *After* it. +# Also see: https://bugs.tizen.org/jira/browse/TDIST-290 +PathExists=/tmp/.wm_ready + +[Install] +WantedBy=graphical.target |