diff options
author | John Stebbins <[email protected]> | 2018-06-19 16:04:13 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-19 16:04:13 -0700 |
commit | e401ec7f54cf6dc7659a07b31093b3cd92f800c3 (patch) | |
tree | f83b7066e1b83f498f4663d92925a75a80e6b00d /pkg | |
parent | d60526c7ace5531f130eae735c63b4892d4ea8e2 (diff) |
flatpak: use freedesktop platform instead gnome
It's smaller
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.ghb.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/linux/flatpak/fr.handbrake.ghb.json b/pkg/linux/flatpak/fr.handbrake.ghb.json index 561843e42..147e66c63 100644 --- a/pkg/linux/flatpak/fr.handbrake.ghb.json +++ b/pkg/linux/flatpak/fr.handbrake.ghb.json @@ -1,8 +1,8 @@ { "app-id": "fr.handbrake.ghb", - "runtime": "org.gnome.Platform", - "runtime-version": "3.28", - "sdk": "org.gnome.Sdk", + "runtime": "org.freedesktop.Platform", + "runtime-version": "1.6", + "sdk": "org.freedesktop.Sdk", "command": "ghb", "finish-args": [ "--share=ipc", "--socket=x11", @@ -10,7 +10,6 @@ "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", "--talk-name=ca.desrt.dconf", - "--talk-name=org.freedesktop.Notifications", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--filesystem=host" ], |