mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
config: temporarily set xwaylandPersistence to 'yes' by default (#2414)
...to avoid a bug that is present in wlroots <0.18.2 and which has the potential to crash the compositor when performing a drag-and-drop action at the same time as the XWayland server is shutting down. This will be reverted when wlroots-0.18.2 can be linked with. Related-to: #2371
This commit is contained in:
parent
2348a5a87b
commit
2d312cd28b
3 changed files with 21 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<adaptiveSync>no</adaptiveSync>
|
||||
<allowTearing>no</allowTearing>
|
||||
<reuseOutputMode>no</reuseOutputMode>
|
||||
<xwaylandPersistence>no</xwaylandPersistence>
|
||||
<xwaylandPersistence>yes</xwaylandPersistence>
|
||||
</core>
|
||||
|
||||
<placement>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue