Browse Source

add: debian desktop links

micha 3 years ago
parent
commit
a129224010
3 changed files with 25 additions and 0 deletions
  1. 10 0
      desktop/restart2 LibreLight.desktop
  2. 6 0
      desktop/start_oszi.sh
  3. 9 0
      desktop/update LibreLight.desktop

+ 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