Merge pull request #185 from aunetx/chore/sync-with-flathub

chore:  restore wayland+fallback-x11 for parity with flathub
This commit is contained in:
josselinonduty 2025-12-08 16:13:12 +01:00 committed by GitHub
commit b7aefda8e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,8 @@
"baseVersion": "24.08",
"finishArgs": [
"--share=ipc",
"--socket=x11",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--device=dri",
@ -148,9 +149,7 @@
{
"type": "script",
"dest-filename": "run.sh",
"commands": [
"env XDG_CURRENT_DESKTOP=Unity zypak-wrapper /app/main/deezer-desktop \"$@\""
]
"commands": ["zypak-wrapper /app/main/deezer-desktop \"$@\""]
}
]
}