From 65b026edc419a12c7010556cfc34be2edc1e8965 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Sat, 2 Aug 2025 00:42:19 -0500 Subject: [PATCH] Updated app.pupnet.conf Changed FlatpakPlatformVersion to 24.08 Removed --socket=wayland (Causes issues with trying to connect to display server, Avalonia is still X11) Added socket session-bus and system-bus Added permission to access io.freetubeapp.FreeTube flatpak config directory. Added Device Direct Rendering driver for GL Drawing. Added DBus interfaces for StatusNotifierItem and StatusNotifierWatcher to allow System Tray icon to appear from within Flatpak. --- app.pupnet.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app.pupnet.conf b/app.pupnet.conf index 38b222a..e06a4d8 100644 --- a/app.pupnet.conf +++ b/app.pupnet.conf @@ -56,14 +56,19 @@ AppImageVersionOutput = false # FLATPAK OPTIONS FlatpakPlatformRuntime = org.freedesktop.Platform FlatpakPlatformSdk = org.freedesktop.Sdk -FlatpakPlatformVersion = 23.08 +FlatpakPlatformVersion = 24.08 FlatpakFinishArgs = """ --socket=x11 - --socket=wayland --socket=fallback-x11 + --socket=session-bus + --socket=system-bus --share=network --filesystem=/home --filesystem=/tmp + --filesystem=~/.var/app/io.freetubeapp.FreeTube + --device=dri + --talk-name=org.kde.StatusNotifierItem + --talk-name=org.kde.StatusNotifierWatcher """ FlatpakBuilderArgs =