summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-06-19 16:04:13 -0700
committerJohn Stebbins <[email protected]>2018-06-19 16:04:13 -0700
commite401ec7f54cf6dc7659a07b31093b3cd92f800c3 (patch)
treef83b7066e1b83f498f4663d92925a75a80e6b00d /pkg
parentd60526c7ace5531f130eae735c63b4892d4ea8e2 (diff)
flatpak: use freedesktop platform instead gnome
It's smaller
Diffstat (limited to 'pkg')
-rw-r--r--pkg/linux/flatpak/fr.handbrake.ghb.json7
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"
],