From 0d6fe2abfa7281da5eab7ecd3e32cb16105b2840 Mon Sep 17 00:00:00 2001 From: lemke_h Date: Thu, 31 Oct 2019 09:18:37 +0100 Subject: [PATCH] launcher on top --- eco | 2 +- is_control | 0 launcher | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 is_control diff --git a/eco b/eco index 2bf2d27..fac4182 100755 --- a/eco +++ b/eco @@ -3,7 +3,7 @@ source anaconda_bernina_env conda activate /sf/bernina/anaconda/bernina_envs/bernina36_op -ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco_dev/startup_inline.py -l -s bernina" +ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline.py -l -s bernina" #python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l diff --git a/is_control b/is_control old mode 100644 new mode 100755 diff --git a/launcher b/launcher index 0adfd6c..c5a108e 100755 --- a/launcher +++ b/launcher @@ -3,9 +3,9 @@ source /opt/gfa/python 3.5 if [ "$#" -eq 0 ]; then - pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json + pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json & else - pylauncher -m /sf/bernina/config/launcher_mapping $@ + pylauncher -m /sf/bernina/config/launcher_mapping $@ & fi sleep 5 wmctrl -r "SF-Bernina Launcher" -b add,above