[gnome-games] flatpak: Allow talking to org.freedesktop.Flatpak



commit 14f17dad90e1467c32b0ce1b8768f30bcf9d6433
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Fri Aug 10 20:21:48 2018 +0500

    flatpak: Allow talking to org.freedesktop.Flatpak
    
    Allows running commands on host using 'flatpak-spawn'.

 flatpak/org.gnome.Games.json | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index a400456a..49abae90 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -34,6 +34,8 @@
         "--share=network",
         /* Needed for joypads, until we have a proper portal */
         "--device=all",
+        /* Needed to be able to run desktop and Steam games */
+        "--talk-name=org.freedesktop.Flatpak",
         /* Needed to find the ROMs */
         "--filesystem=home:ro",
         /* Needed to find flatpaked Steam games */


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