mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
fix: include XDG_SESSION_TYPE=x11 to flatpak build file (#14383)
* fix: include XDG_SESSION_TYPE=x11 to flatpak build file Signed-off-by: Ondrej Dockal <odockal@redhat.com>
This commit is contained in:
parent
c4c7c4d8a4
commit
a46458fdfd
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ const config = {
|
|||
'--talk-name=org.kde.StatusNotifierWatcher',
|
||||
// Allow to interact with Flatpak system to execute commands outside the application's sandbox
|
||||
'--talk-name=org.freedesktop.Flatpak',
|
||||
'--env=XDG_SESSION_TYPE=x11',
|
||||
],
|
||||
useWaylandFlags: 'false',
|
||||
artifactName: 'podman-desktop-${version}.${ext}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue