[PATCH Weston 1/1] desktop-shell: implement autolaunch

Daniel Stone daniel at fooishbar.org
Tue Oct 28 09:46:24 PDT 2014


Hi,

On 24 October 2014 11:18, Pekka Paalanen <pekka.paalanen at collabora.co.uk>
wrote:

> On Fri, 24 Oct 2014 10:28:57 +0100
> Daniel Stone <daniel at fooishbar.org> wrote:
> >
> > Hmm. Can we please use weston_client_start here instead of open-coding
> it?
>
> weston_client_start() does not support passing in environment
> explicitly.


Entirely fixable.


> It also automatically sets up WAYLAND_SOCKET environment
> variable and creates a connection (wl_client) before the program even
> starts.
>
> I do not think it makes sense to use weston_client_start() here,
> because whatever we launch here, might not be a single-shot Wayland
> client. Especially in the script case mentioned below, it would
> fail all restart attempts in the script as WAYLAND_SOCKET would be set
> to a disconnected/invalid fd.


Well sure, but the script case is indeed something which just restarts in a
loop - which would be 100% unnecessary if autostart did that for us.
Allowing multiple autostart entries would eliminate another reason to write
scripts, in that you could launch multiple clients. And if you really,
really, really need it: unset WAYLAND_SOCKET? Obviously that would preclude
use of autorestart.

I'm not sure that's feasible. Watching the process exit is not used to
> trigger respawn for weston-desktop-shell, but losing the wl_client is.
> These two events happen in arbitrary order, and we recently fixed a
> related bug by exactly not respawning based on process exit. We want
> weston-desktop-shell to respawn if the compositor disconnects it, even
> if the actual process gets left behind due to malfunction.
>
> Restart for autolaunch OTOH would be based on process exit rather than
> losing the connection.
>

I can see where you're going with this, but again, this could be solved
with documentation: if you have a client which terminates the
WAYLAND_SOCKET before it's actually exited, either don't enable
autorestart, or handle it yourself.


> IOW, weston_client_start() and the existing respawn mechanism are
> intended for special purpose known clients, while the panel
> launchers and the autolaunch feature are meant for running arbitrary
> programs (that might not even be clients themselves/directly or at all).
>
> I'm not sure if adding restart to autolaunch is in scope... there are
> many aspects to configure for restart (delays, when to give up)
> so I'd rather maybe keep with the script. Or systemd user session.
> After all, the autolaunch is just a quick'n'useful hack when no session
> manager (systemd or other) is available.
>

Sure, but having everyone just code the same while true script is
necessarily that great either. Having Weston more usable OOTB as a kiosk
mode is a pretty good thing, and having it be more robust doubly so.

I mean, I don't disagree with you, it's just that I don't see these issues
as showstoppers - if people want to write random weird scripts or clients
which don't fit in with passing sockets or autorestart, then don't use
those features?

Cheers,
Daniel


> Thanks,
> pq
>
> > Aside from that, and splitting refactor / autorestart code move / autorun
> > feature into separate patches, this looks good to me.
> >
> > Cheers,
> > Daniel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20141028/eba21480/attachment-0001.html>


More information about the wayland-devel mailing list