Browse Source

add desktop links

micha 3 years ago
parent
commit
39b74e9ebb
2 changed files with 19 additions and 0 deletions
  1. 10 0
      desktop/restartLibreLight.desktop
  2. 9 0
      desktop/upgradeLibreLight.desktop

+ 10 - 0
desktop/restartLibreLight.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

+ 9 - 0
desktop/upgradeLibreLight.desktop

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