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