Skip to content

Launch xwayland on demand

David Edmundson requested to merge work/xwayland_on_demand_part1 into master

This installs a socket notifier onto our xwayland socket, when a user connects we launch xwayland. The client then connections once kwin has established itself as the compositor.

For a full desktop plasma session this patch effectively does nothing too useful as we still start kcminit and make xrdb calls on startup which in turn will launch X, but for the same reason this patch should be harmless now as we're still processing the xrdb calls before any clients will connect.

#135

Edited by Vlad Zahorodnii

Merge request reports