Dear stackoverflow users,
I am trying to understand how a Wayland session gets invoked at the example KDE to configure XWayland for sandboxing.
The Wayland manual for XWayland is unclear about my sections and neither explains the commands/utils how to handle Wayland/XWayland.
- How can I check via command which programs are getting (in future) invoked as Xwayland server?
- Are the XWayland configuration files also at
/etc/X11/xinit/xinitrc
for the client and/etc/X11/xinit/xserverrc
for the one global server? - These instructions are abit unlucky without command examples. Does this mean I just need to set $DISPLAY and the Wayland server will start/connect to a xserver?
DISPLAY=":5" application #will this use x11 or Wayland before running it?
kdestart5
starts KDE, but where do I see the configs?- If setting
$DISPLAY
yourself is possible, does this mean that multiple x11 instances can coexist on the same Wayland session?