{ "app-id": "com.system76.IcedLauncher.Devel", "runtime": "org.gnome.Platform", "runtime-version": "42", "sdk": "org.gnome.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "iced-launcher", "finish-args" : [ "--socket=wayland", "--talk-name=org.gtk.vfs.*", "--filesystem=xdg-run/gvfsd", "--device=dri", "--env=RUST_LOG=user_color_editor=debug", "--env=G_MESSAGES_DEBUG=none", "--env=RUST_BACKTRACE=1", "--filesystem=xdg-config/gtk-4.0:ro" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-stable/bin", "build-args" : [ "--share=network" ], "test-args": [ "--socket=x11", "--share=network" ] }, "modules": [ { "name": "iced-launcher", "buildsystem": "meson", "run-tests": true, "config-opts": ["-Dvendor=false"], "sources": [ { "type": "dir", "path": "../" } ] } ] }