summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/impressive-display2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/impressive-display b/bin/impressive-display
index 294897c..d79a3ab 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -422,6 +422,8 @@ function reloadable_impressive {
while [ -e "$session_lock" ]; do
+ # FIXME: display error msg if no PDF file could be retrieved
+
$OUTPUT "INFO: Starting a new instance of the impressive application."
impressive ${IMPRESSIVE_OPTIONS} --fake-fullscreen --wrap -a ${SLIDE_DURATION} --nologo "${pdffile_display}" 1>/dev/null 2>/dev/null &
impressive_pid=$!