Skip to content

Commit

Permalink
desktop files readded
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 1, 2024
1 parent 98b8779 commit d047cf6
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions software/bootstrap/user/Desktop/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*.desktop
9 changes: 9 additions & 0 deletions software/bootstrap/user/Desktop/vent-debug.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Name=Debug
Path=/home/admin/ventilator/software/tools
Exec=lxterminal -t "Vent debug" --working-directory=/home/admin/ventilator/software/controller -e "source ~/.profile && ./controller.sh debug"
Icon=/home/admin/ventilator/software/bootstrap/icons/rw_debug.png
Encoding=UTF-8
Terminal=false
Type=Application
Categories=Application;
8 changes: 8 additions & 0 deletions software/bootstrap/user/Desktop/vent-demo.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=GUI Demo
Path=/home/admin/ventilator/software/gui
Exec=lxterminal -t "Ventilator GUI" --working-directory=/home/admin/ventilator/software/gui -e "./gui.sh run"
Icon=/home/admin/ventilator/software/bootstrap/icons/rw_logo_transparent.png
Terminal=true
Type=Application
Categories=Application
8 changes: 8 additions & 0 deletions software/bootstrap/user/Desktop/vent-gui.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=Ventilator GUI
Path=/home/admin/ventilator/software/gui
Exec=lxterminal -t "Ventilator GUI" --working-directory=/home/admin/ventilator/software/gui -e "./gui.sh run --serial-port /dev/ttyS0"
Icon=/home/admin/ventilator/software/bootstrap/icons/rw_logo_transparent.png
Terminal=true
Type=Application
Categories=Application
8 changes: 8 additions & 0 deletions software/bootstrap/user/Desktop/vent-update.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=Update
Path=/home/admin/ventilator/software/bootstrap
Exec=lxterminal -t "Ventilator update" --working-directory=/home/admin/ventilator/software/bootstrap -e "source ~/.profile && ./update.sh"
Icon=/home/admin/ventilator/software/bootstrap/icons/rw_inhale.png
Terminal=true
Type=Application
Categories=Application

0 comments on commit d047cf6

Please sign in to comment.