From 256ac3e6422a44b37d9c2a121aeb9fb0056e3969 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 7 May 2025 20:32:17 -0400 Subject: [PATCH] Add IPC share permission to the Flatpak --- .flatpak-manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 809cd09..8dad463 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -6,6 +6,7 @@ "sdk": "org.kde.Sdk", "command": "auracite", "finish-args": [ + "--share=ipc", "--device=dri", "--env=QML_IMPORT_PATH=/app/qml", "--env=QT_PLUGIN_PATH=/app/plugins:/app/lib64/plugins:/app/lib/plugins:/usr/share/runtime/lib/plugins",