39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
flatpak:
|
|
id: org.kde.dolphin
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- dolphin
|
|
- dolphin-plugins
|
|
# KParts and plugins
|
|
- ark-libs
|
|
- konsole-part
|
|
- markdownpart
|
|
# ark dependencies
|
|
- ark-flatpak-config
|
|
command: dolphin
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=/media
|
|
--filesystem=/run/media
|
|
--filesystem=home
|
|
--filesystem=~/.var/app
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=pulseaudio
|
|
--socket=wayland
|
|
--system-talk-name=org.freedesktop.UDisks2
|
|
--talk-name=org.freedesktop.Flatpak
|
|
--talk-name=org.kde.JobViewServer
|
|
--talk-name=org.kde.kded5
|
|
--talk-name=org.kde.kded6
|
|
--talk-name=org.kde.kiod5
|
|
--talk-name=org.kde.kiod6
|
|
--talk-name=org.kde.kpasswdserver
|
|
--talk-name=org.kde.kpasswdserver6
|
|
--talk-name=org.kde.kuiserver
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|