From 391c53a935acc288acf839cf2f692b02603acab0 Mon Sep 17 00:00:00 2001 From: Sai Karthik <11899221+kskarthik@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:51:41 +0530 Subject: [PATCH] Add --device=dri to the electron packaging example 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: https://github.com/flathub/io.frappe.books/issues/1 --- docs/electron.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/electron.rst b/docs/electron.rst index 54b1af4c..7906e1f8 100644 --- a/docs/electron.rst +++ b/docs/electron.rst @@ -116,6 +116,7 @@ access. finish-args: - --share=ipc + - --device=dri - --socket=x11 - --socket=pulseaudio - --share=network