[polari/wip/fmuellner/debug-instance: 2/3] flatpak: Pass --test-instance flag when launched from Builder



commit ad8fa8041d1561b6080ca6d6e350a6d8ccb9f393
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Nov 6 12:47:47 2017 +0100

    flatpak: Pass --test-instance flag when launched from Builder
    
    We strongly recommend newcomers to use Builder/Flatpak for development,
    so it is important to make this work as best as possible out of the box.
    As it is normal to have an IRC client running while hacking - and at least
    for anyone hacking on Polari, it shouldn't be some other client - it would
    be good to be able to test changes without continuously restarting the
    regular instance.
    Pass the newly added --test-instance flag when launched from Builder to
    enable this for the recommended development workflow out of the box.
    
    Fixes https://gitlab.gnome.org/GNOME/polari/issues/24

 flatpak/org.gnome.Polari.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/flatpak/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
index a045da7..15ee13f 100644
--- a/flatpak/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -4,6 +4,7 @@
     "runtime-version": "master",
     "sdk": "org.gnome.Sdk",
     "command": "polari",
+    "x-run-args": ["--test-instance"],
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [


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