summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activityplayer.sh3
-rw-r--r--inspire.sh4
2 files changed, 1 insertions, 6 deletions
diff --git a/activityplayer.sh b/activityplayer.sh
index d705a59af1aa..46f7b9fee5b1 100644
--- a/activityplayer.sh
+++ b/activityplayer.sh
@@ -4,9 +4,6 @@
cd /opt/activsoftware
-# Promethean software has a bug that often causes it to hang when attempting to close it using the GUI. So we need to kill those instances before launching a new one.
-killall -q activplayer
-
# Promethean ships ActivInspire with a bunch of libraries. We can't recompile it and there are less problems when using these library versions.
export LD_LIBRARY_PATH="/opt/activsoftware:$LD_LIBRARY_PATH"
diff --git a/inspire.sh b/inspire.sh
index 00e15d587080..2f2aa0eaf574 100644
--- a/inspire.sh
+++ b/inspire.sh
@@ -4,11 +4,9 @@
cd /opt/activsoftware
-# Promethean software has a bug that often causes it to hang when attempting to close it using the GUI. So we need to kill those instances before launching a new one.
-killall -q Inspire
-
# Promethean ships ActivInspire with a bunch of libraries. We can't recompile it and there are less problems when using these library versions.
export LD_LIBRARY_PATH="/opt/activsoftware:$LD_LIBRARY_PATH"
+#export QTWEBENGINEPROCESS_PATH="/opt/activsoftware/QtWebEngineProcess"
# Launch and open the file if one was given as an argument.
./Inspire "$@"