[epiphany] flatpak: Speculative attempt to fix suspend inhibitor



commit 6f7b8edb12fd25431b01047fac1a73dda86b933a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Nov 27 09:17:18 2017 -0600

    flatpak: Speculative attempt to fix suspend inhibitor
    
    We don't currently inhibit suspend when playing video, but we do when
    fullscreen. That seems to be broken in flatpak. Try to fix it.

 org.gnome.Epiphany.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 7ba340a..c3b3cc1 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -25,7 +25,9 @@
         /* We need access to auth agents */
         "--talk-name=org.freedesktop.secrets",
         /* Needed to download files */
-        "--filesystem=xdg-download"
+        "--filesystem=xdg-download",
+        /* Allow suspend inhibitors */
+        "--talk-name=org.gnome.SessionManager.Inhibitor"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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