25 lines
697 B
YAML
25 lines
697 B
YAML
platforms:
|
|
only:
|
|
- x86_64
|
|
flatpak:
|
|
id: org.torproject.torbrowser-launcher
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- torbrowser-launcher
|
|
command: torbrowser-launcher
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=xdg-download
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--share=network
|
|
--socket=wayland
|
|
--socket=fallback-x11
|
|
--socket=pulseaudio
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
--env=MOZ_ENABLE_WAYLAND=1
|
|
--env=TBL_SHARE=/app/share
|