mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-14 05:17: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
|
- /mkspecs
|
||||||
finish-args:
|
finish-args:
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --socket=fallback-x11
|
# grab both sockets until we provide a build of Wine with Wayland support
|
||||||
|
- --socket=x11
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
- --share=network
|
- --share=network
|
||||||
- --filesystem=home
|
- --filesystem=home
|
||||||
|
@ -34,6 +35,7 @@ finish-args:
|
||||||
- --talk-name=org.kde.kwalletd5
|
- --talk-name=org.kde.kwalletd5
|
||||||
- --talk-name=org.kde.kwalletd6
|
- --talk-name=org.kde.kwalletd6
|
||||||
- --device=all
|
- --device=all
|
||||||
|
# Needed for Dalamud to run
|
||||||
- --allow=devel
|
- --allow=devel
|
||||||
modules:
|
modules:
|
||||||
- name: kirigami-addons
|
- name: kirigami-addons
|
||||||
|
|
Loading…
Add table
Reference in a new issue