summarylogtreecommitdiffstats
path: root/inspire.sh
diff options
context:
space:
mode:
authorDaveD2024-04-28 00:56:49 +0200
committerDaveD2024-04-28 00:56:49 +0200
commit82ad1ec9a38f493a5e4fb1f4f11bec3dbc3f67cf (patch)
treeb8d81eaff24a3cb8d6e981d7dad1bda3bb9ce21a /inspire.sh
parentcbea6efc0815232d3b0ad1b0bf4734bc18bc474f (diff)
downloadaur-activinspire.tar.gz
updated scripts
Diffstat (limited to 'inspire.sh')
-rw-r--r--inspire.sh4
1 files changed, 1 insertions, 3 deletions
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 "$@"