[gnome-music] Remove comments from org.gnome.Music.json



commit d4b7f65f41b5fc22fa1c347f2c5e7092bf27bae5
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Aug 1 16:13:21 2017 +0100

    Remove comments from org.gnome.Music.json
    
    JSON doesn't really support comments, making our flatpak file
    invalid.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785697

 org.gnome.Music.json |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index 1150f26..edd4a82 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -7,20 +7,13 @@
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [
-        /* X11 + XShm access */
         "--share=ipc", "--socket=x11",
-        /* Wayland access */
         "--socket=wayland",
-        /* Tracker */
         "--talk-name=org.freedesktop.Tracker1",
-        /* Needed for dconf to work */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
-        /* DLNA server */
         "--talk-name=com.intel.dleyna-server",
-        /* Play sounds */
         "--socket=pulseaudio",
-        /* Browse user's Music directory */
         "--filesystem=xdg-music"
     ],
     "build-options" : {


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