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:
parent
b40786c02c
commit
65b026edc4
1 changed files with 7 additions and 2 deletions
|
|
@ -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 =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue