mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-13 21:07:46 +00:00
Grab both Wayland and X11 sockets until we provide a Wayland Wine build
Fixes #38, otherwise the game will not launch with the built-in Wine on Wayland.
This commit is contained in:
parent
7536d9b38f
commit
d04bed599c
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,8 @@ cleanup:
|
|||
- /mkspecs
|
||||
finish-args:
|
||||
- --share=ipc
|
||||
- --socket=fallback-x11
|
||||
# grab both sockets until we provide a build of Wine with Wayland support
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
- --share=network
|
||||
- --filesystem=home
|
||||
|
@ -34,6 +35,7 @@ finish-args:
|
|||
- --talk-name=org.kde.kwalletd5
|
||||
- --talk-name=org.kde.kwalletd6
|
||||
- --device=all
|
||||
# Needed for Dalamud to run
|
||||
- --allow=devel
|
||||
modules:
|
||||
- name: kirigami-addons
|
||||
|
|
Loading…
Add table
Reference in a new issue