Add wayland socket, comment

This commit is contained in:
aunetx 2021-11-15 19:38:57 +01:00
parent 2f2c5c8a46
commit 912ceebeb0
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,7 @@ prepare: install_build_deps
#! FLATPAK #! FLATPAK
prepare_flatpak: prepare prepare_flatpak: prepare
# Generate yarn sources (without installing them) # Generate yarn sources (without installing them)
yarn --cwd=app install --mode update-lockfile yarn --cwd=app install --mode update-lockfile
@ -64,7 +65,8 @@ run_flatpak:
flatpak run $(APPNAME) flatpak run $(APPNAME)
#! PKGS #! PACKAGES
install_deps: prepare install_deps: prepare
# Install yarn dependencies to pack them later # Install yarn dependencies to pack them later
yarn --cwd=app install yarn --cwd=app install

View File

@ -12,6 +12,7 @@ finish-args:
# Basic permissions # Basic permissions
- --share=ipc - --share=ipc
- --socket=x11 - --socket=x11
- --socket=wayland
- --socket=pulseaudio - --socket=pulseaudio
- --share=network - --share=network
# Allow other instances to see lockfiles # Allow other instances to see lockfiles