[epiphany/mcatanzaro/flatpak-builder-cleanups: 7/10] flatpak: alphabetize the finish-args



commit c4c43afe09a04cdeede30efbdb49ce24227ca8a1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jul 14 15:36:39 2019 -0500

    flatpak: alphabetize the finish-args

 org.gnome.Epiphany.json | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 61c1c0a68..b38d96e04 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -9,18 +9,17 @@
     ],
     "desktop-file-name-suffix" : " (Epiphany Technology Preview)",
     "finish-args" : [
-        "--share=ipc",
-        "--socket=x11",
-        "--socket=wayland",
         "--device=dri",
+        "--filesystem=xdg-download",
+        "--metadata=X-DConf=migrate-path=/org/gnome/epiphany/",
+        "--share=ipc",
         "--share=network",
         "--socket=pulseaudio",
+        "--socket=x11",
+        "--socket=wayland",
         "--system-talk-name=org.freedesktop.GeoClue2",
-        "--talk-name=org.freedesktop.secrets",
-        "--filesystem=xdg-download",
         "--talk-name=org.freedesktop.Notifications",
-        "--metadata=X-DConf=migrate-path=/org/gnome/epiphany/"
-
+        "--talk-name=org.freedesktop.secrets"
     ],
     "cleanup" : [
         "/include",


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