Fix flatpak build

This commit is contained in:
Carl Schwan
2024-01-30 21:41:55 +01:00
parent ec5843ef28
commit 1a1f36231a

View File

@@ -7,12 +7,22 @@
"command": "konsole",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--talk-name=org.freedesktop.Flatpak" ],
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=wayland",
"--socket=fallback-x11",
"--talk-name=org.freedesktop.Flatpak"
],
"rename-icon": "utilities-terminal",
"modules": [
{
"name": "konsole",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DINSTALL_ICONS=ON"
],
"sources": [
{ "type": "dir", "path": "." }
]