diff --git a/com.github.artemanufrij.webpin.yml b/com.github.artemanufrij.webpin.yml index 8cf36a5..b76bfbc 100644 --- a/com.github.artemanufrij.webpin.yml +++ b/com.github.artemanufrij.webpin.yml @@ -18,14 +18,21 @@ command: com.github.artemanufrij.webpin finish-args: - '--share=ipc' - '--socket=fallback-x11' + - '--socket=session-bus' - '--socket=wayland' + - '--share=network' + - '--filesystem=xdg-data/applications:create' + - '--filesystem=~/.var/app/com.github.artemanufrij.webpin/' + # DRI - Direct Rendering - without this, rendering is really slow + - '--device=dri' # This section is where you list all the source code required to build your app. # If we had external dependencies that weren't included in our SDK, we would list # them here. modules: - - name: webpin - buildsystem: meson - sources: - - type: dir - path: . + - name: webpin + buildsystem: meson + sources: + - type: dir + path: . + \ No newline at end of file