[gnome-clocks/christopherdavis/pulse-flatpak] flatpak: Add pulseaudio support



commit 37aa48a4c35a0e7ba0869586063efdd1fd5c600e
Author: Christopher Davis <brainblasted disroot org>
Date:   Fri Dec 21 23:33:12 2018 -0500

    flatpak: Add pulseaudio support
    
    Clocks's manifest previously did not provide access to the PulseAudio socket, causing Clocks to fail to 
play alerts for
    timers and alarms.

 data/flatpak/org.gnome.clocks.json | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/flatpak/org.gnome.clocks.json b/data/flatpak/org.gnome.clocks.json
index 8f42a06..e7cf2ad 100644
--- a/data/flatpak/org.gnome.clocks.json
+++ b/data/flatpak/org.gnome.clocks.json
@@ -11,6 +11,8 @@
         "--share=ipc", "--socket=x11",
         /* Wayland access */
         "--socket=wayland",
+        /* PulseAudio access */
+        "--socket=pulseaudio",
         /* Needs to talk to the network: */
         "--share=network",
         /* Needed to get geo-positioning */


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