add required permissions
This commit is contained in:
		
							parent
							
								
									498fba072c
								
							
						
					
					
						commit
						19d231446f
					
				
					 1 changed files with 12 additions and 5 deletions
				
			
		| 
						 | 
					@ -18,7 +18,13 @@ command: com.github.artemanufrij.webpin
 | 
				
			||||||
finish-args:
 | 
					finish-args:
 | 
				
			||||||
  - '--share=ipc'
 | 
					  - '--share=ipc'
 | 
				
			||||||
  - '--socket=fallback-x11'
 | 
					  - '--socket=fallback-x11'
 | 
				
			||||||
 | 
					  - '--socket=session-bus'
 | 
				
			||||||
  - '--socket=wayland'
 | 
					  - '--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.
 | 
					# 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
 | 
					# If we had external dependencies that weren't included in our SDK, we would list
 | 
				
			||||||
| 
						 | 
					@ -29,3 +35,4 @@ modules:
 | 
				
			||||||
      sources:
 | 
					      sources:
 | 
				
			||||||
        - type: dir
 | 
					        - type: dir
 | 
				
			||||||
          path: .
 | 
					          path: .
 | 
				
			||||||
 | 
					          
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue