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