Skip to content

Commit

Permalink
Add --device=dri to the electron packaging example
Browse files Browse the repository at this point in the history
I have observed that some users are unable to launch electron based apps due to this missing permission. So, adding this flag in the example

See: flathub/io.frappe.books#1
  • Loading branch information
kskarthik authored and bbhtt committed Oct 29, 2024
1 parent d79db31 commit 391c53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/electron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ access.
finish-args:
- --share=ipc
- --device=dri
- --socket=x11
- --socket=pulseaudio
- --share=network
Expand Down

0 comments on commit 391c53a

Please sign in to comment.