Kaynağa Gözat

add: debian desktop links

micha 3 yıl önce
ebeveyn
işleme
a129224010

+ 10 - 0
desktop/restart2 LibreLight.desktop

@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=restart LibreLight
+Comment=
+Exec=sh /opt/LibreLight/Xdesk/start.sh
+Icon=input-gaming
+Path=/opt/LibreLight/Xdesk/
+Terminal=true
+StartupNotify=false

+ 6 - 0
desktop/start_oszi.sh

@@ -0,0 +1,6 @@
+#!/usr/bin/bash 
+#sleep 3;
+sudo /opt/netns/create 18
+/opt/netns/exec --id=18 --cmd="xterm -e screen python3 /opt/LibreLight/ASP/monitor/oszi_grid.py" &
+#/opt/netns/exec --id=18 --cmd="xterm -e screen sh /opt/LibreLight/ASP/start.sh"
+

+ 9 - 0
desktop/update LibreLight.desktop

@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=update LibreLight
+Exec=xfce4-terminal -e 'sh /home/user/LibreLight_update.sh'
+Icon=software-update-available
+Path=/home/user/
+Terminal=true
+StartupNotify=false