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.
This commit is contained in:
Mario Steele 2025-08-02 00:42:19 -05:00
parent b40786c02c
commit 65b026edc4

View file

@ -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 =