| Summary: | Dynamically start/stop Xwayland | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | deresiant |
| Component: | platform-x11-nested | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED LATER | ||
| Severity: | wishlist | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
deresiant
2024-03-17 05:06:14 UTC
My other option would be to restart the plasma wayland session entirely every time I close or open my VM, but this means that I lose anything that I have opened. Kwin already does start and stop xwayland automatically regardless of that flag depending on whether an X11 app connects.
Unfortunately right now some we have some X11 apps on startup. You could identify and mask them for now. We intend to make those components load on demand when the first real app starts later. This will happen at some point, probably ~6.2
>It's helpful for multi GPU VM passthrough since xwayland seems to holds onto my secondary GPU.
This sounds like you're working round a bug. Report to Xwayland and get that fixed.
> Kwin already does start and stop xwayland automatically regardless of that > flag depending on whether an X11 app connects. So when xlsclients shows nothing it Xwayland should stop running? I've just checked now and it doesn't seem to work this way. $ kwin_wayland --version kwin 6.0.2 > This sounds like you're working round a bug. Report to Xwayland and get that fixed. Ok, I'll go try that. |