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:
Ondrej Dockal 2025-10-14 07:48:01 +02:00 committed by GitHub
parent c4c7c4d8a4
commit a46458fdfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}',