[gnome-contacts] Flatpak: give access to all devices, needed for access to webcam



commit efb49d78c06b861f72084727b283b2858aa50986
Author: Julian Sparber <julian sparber net>
Date:   Tue Jul 9 12:43:46 2019 +0200

    Flatpak: give access to all devices, needed for access to webcam

 data/flatpak/org.gnome.Contacts.json | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 752274f..2715e45 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -11,6 +11,9 @@
         /* Wayland access */
         "--socket=wayland",
         "--device=dri",
+        /* Webcam access */
+        /* FIMXE: Remove when the webcam portal is available */
+        "--device=all",
         /* Notification access */
         "--talk-name=org.freedesktop.Notifications",
         /* GNOME Control Center (for the Online Accounts panel) */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]