https://bugs.freedesktop.org/show_bug.cgi?id=76665

U. Artie Eoff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from U. Artie Eoff <[email protected]> ---
I think this is expected behavior... you can use "nohup" or "disown" which
suppress SIGHUP signals so the child program isn't automatically killed when
the controlling terminal is closed.

For example:

$ weston-dnd & disown
or
$ nohup weston-dnd &

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to