Skip to content
Snippets Groups Projects
Commit 5cbe0d46 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

notification mark in the system tray

parent 7eb49950
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,10 @@ daq_driver_log_file=~/.km3_private/daq_driver_${run_number}.log
daq.sh ${run_number} ${run_start_time} ${run_duration_seconds} >${daq_driver_log_file} &
PROCS=(${PROCS[*]} $!)
# Put notification mark in the system tray
zenity --notification --text="Run ${run_number) is on going." &
PROCS=(${PROCS[*]} $!)
# Point the browser to the correct address, if required
zenity --question \
--text="Would you like to open the DetectorManager GUI?" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment