[citemplates] Flatpak Template: run the dbus session inside the flatpak proccess



commit 9e64291759fe937da457ee1a203f2bb2aefb9046
Author: Jordan Petridis <jpetridis gnome org>
Date:   Fri Dec 7 22:53:33 2018 +0200

    Flatpak Template: run the dbus session inside the flatpak proccess

 flatpak/flatpak_ci_initiative.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 06e864a..7d30f59 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -11,11 +11,11 @@
     # Run automatic tests inside the Flatpak env
     - >
       xvfb-run -a -s "-screen 0 1024x768x24"
-      dbus-run-session
       flatpak build
       --env=LANG=C.UTF-8
       --env=NO_AT_BRIDGE=1
       app
+      dbus-run-session
       meson test -C _build --no-stdsplit --print-errorlogs
     # Generate a Flatpak bundle
     - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}


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