[gnome-apps-nightly] Geary: Don't ask for access to org.gtk.Notifications



commit 9cac60b256417a6d70758aa3e25bb8d599678ce3
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Sep 22 02:11:25 2016 +0200

    Geary: Don't ask for access to org.gtk.Notifications
    
    Geary uses libnotify rather than GIO's notification API, so it will
    always use the org.freedesktop.Notifications interface.

 org.gnome.Geary.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index d8ccfbb..b6c8228 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -31,7 +31,7 @@
         "--share=network",
 
         /* Notification access */
-        "--talk-name=org.gtk.Notifications", "--talk-name=org.freedesktop.Notifications",
+        "--talk-name=org.freedesktop.Notifications",
 
         /* Secrets access */
         "--talk-name=org.freedesktop.secrets",


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