[polari/wip/fmuellner/debug-instance: 2/3] flatpak: Pass --debug flag when launched from Builder
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fmuellner/debug-instance: 2/3] flatpak: Pass --debug flag when launched from Builder
- Date: Sun, 19 Nov 2017 16:12:40 +0000 (UTC)
commit 88aa93cfd832cf94064506f1d6411a918fc4781b
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 a045da7..4b25e83 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]