From: Victor Toso <me@xxxxxxxxxxxxxx> The spicy tool is a development tool and its flatpak should be targeting the master runtime. Current master runtime includes Opus, which is nice :) Also changes some style, to keep one argument/setting per line. Signed-off-by: Victor Toso <victortoso@xxxxxxxxxx> --- data/org.spicespace.spicy.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/data/org.spicespace.spicy.json b/data/org.spicespace.spicy.json index 5b0dfbf..019c8a5 100644 --- a/data/org.spicespace.spicy.json +++ b/data/org.spicespace.spicy.json @@ -1,12 +1,13 @@ { "app-id": "org.spicespace.spicy", "runtime": "org.gnome.Platform", - "runtime-version": "3.24", + "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "spicy", "tags": ["devel", "development", "nightly"], - "finish-args": [ - "--share=ipc", "--socket=x11", + "finish-args": [ + "--share=ipc", + "--socket=x11", "--socket=wayland", "--socket=pulseaudio", "--share=network" @@ -59,7 +60,8 @@ } }, "config-opts": [ "--disable-vala", - "--disable-gtk-doc", "--enable-python-checks" ], + "--disable-gtk-doc", + "--enable-python-checks" ], "sources": [ { "type": "git", -- 2.19.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel