[polari/wip/fmuellner/debug-instance: 9/10] flatpak: Pass --debug flag when launched from Builder



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

    flatpak: Pass --debug 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 --debug 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 064ec3c..e5d5002 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": ["--debug"],
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [


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