From 5e63b1b55314f35bce327075be96e30f82aaca23 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Wed, 27 Jul 2016 18:13:02 +0200 Subject: [PATCH] tried to fix the build script --- build-systems/build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-systems/build-all.sh b/build-systems/build-all.sh index 7255d4bff9..c3c58d3b34 100755 --- a/build-systems/build-all.sh +++ b/build-systems/build-all.sh @@ -18,7 +18,7 @@ COMMANDS=("$DIR/../ubuntu-launchpad/build-for-launchpad.sh" "$DIR/../obs/build-f # KDS=$(org.kde.konsole) # This is found in some examples but is incomplete qdbus >/tmp/q0 # Get the current list of konsoles -/usr/bin/konsole # Launch a new konsole +/usr/bin/konsole & # Launch a new konsole # PID=$! # And get its PID - But for some reason this is off by a few sleep 1 qdbus >/tmp/q1 # Get the new list of konsoles