{
"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",
"--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"
],
self.modules[0] = self.hbmodule
self.hbmodule["sources"] = self.sources
- self.manifest["runtime-version"] = runtime
+ if runtime != None:
+ self.manifest["runtime-version"] = runtime
handbrake_found = False
for key, value in source_list.items():
source_list = OrderedDict()
current_source = None
- runtime = "3.28"
+ runtime = None
for opt, arg in opts:
if opt in ("-h", "--help"):
usage()