[gnome-boxes/flatpak-timezone: 2/2] flatpak: Grant access to "org.freedesktop.timedate1" on system bus



commit 13413b11f863f9a88daa5a6031c171c585bc1bd1
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Sep 24 15:34:39 2019 +0200

    flatpak: Grant access to "org.freedesktop.timedate1" on system bus
    
    We need to get the timedate from the system and feed that to the
    install scripts that perform express installations.
    
    org.freedesktop.timedate1 is a system-bus service.

 build-aux/flatpak/org.gnome.Boxes.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 5df9d7da..34c01662 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -13,10 +13,10 @@
         "--socket=pulseaudio",
         "--share=network",
         "--device=all",
+        "--system-talk-name=org.freedesktop.timedate1",
         "--system-talk-name=org.freedesktop.Accounts",
         "--filesystem=/var/lib/AccountsService/icons:ro",
         "--talk-name=org.freedesktop.Tracker1",
-        "--talk-name=org.freedesktop.timedate1",
         "--filesystem=xdg-run/dconf",
         "--filesystem=~/.config/dconf:ro",
         "--filesystem=home",


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