From 20708a378bf841c6d15daa6188a75523da797c3c Mon Sep 17 00:00:00 2001
From: Giacomo Strangolino <giacomo.strangolino@elettra.eu>
Date: Wed, 29 Jul 2020 10:49:11 +0200
Subject: [PATCH] renamed generalinterlock into generalinterlock-gui

---
 elettra.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/elettra.xml b/elettra.xml
index 5315a7e..61380a6 100644
--- a/elettra.xml
+++ b/elettra.xml
@@ -1261,19 +1261,19 @@
 	<!-- - -properties-from-cache tells the panel to load the attribute properties from a locally cached configuration file.
 		  * remember to launch the panel without such parameter whenever you want to update the attribute properties
 		  -->
-	<element exename="generalinterlock  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/DB20_out.csv  /runtime/elettra/etc/generalinterlock/DB40_out.csv /runtime/elettra/etc/generalinterlock/DB60_out.csv /runtime/elettra/etc/generalinterlock/DB80_out.csv /runtime/elettra/etc/generalinterlock/DB100_out.csv /runtime/elettra/etc/generalinterlock/DB120_out.csv --magnet --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
+	<element exename="generalinterlock-gui  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/DB20_out.csv  /runtime/elettra/etc/generalinterlock/DB40_out.csv /runtime/elettra/etc/generalinterlock/DB60_out.csv /runtime/elettra/etc/generalinterlock/DB80_out.csv /runtime/elettra/etc/generalinterlock/DB100_out.csv /runtime/elettra/etc/generalinterlock/DB120_out.csv --magnet --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
 		<title>Magnet - Power Supply</title>
 		<description>Magnet and power supply interlock viewer</description>
 	</element>	  
-	<element exename="generalinterlock  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/vacuum_out.csv --vacuum --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
+	<element exename="generalinterlock-gui  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/vacuum_out.csv --vacuum --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
 		<title>Vacuum</title>
 		<description>Vacuum interlock viewer</description>
 	</element>  
-	<element exename="generalinterlock  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/vacuum_fe_out.csv --vacuumfe --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
+	<element exename="generalinterlock-gui  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/vacuum_fe_out.csv --vacuumfe --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
 		<title>Vacuum Frontend</title>
 		<description>Vacuum frontend interlock viewer</description>
 	</element>
-	<element exename="generalinterlock  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/abi_tl_out.csv --abitl --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
+	<element exename="generalinterlock-gui  sr/interlock/plc_int /runtime/elettra/etc/generalinterlock/abi_tl_out.csv --abitl --properties-from-cache --sound-file-name /runtime/elettra/share/sounds/generalinterlock/phone.wav" executable="yes" >
 		<title>ABI BTS</title>
 		<description>ABI transfer line interlock viewer</description>
 	</element>
-- 
GitLab