diff --git a/apps/FreeCAD (precompiled)/description b/apps/FreeCAD (precompiled)/description new file mode 100644 index 0000000..462921f --- /dev/null +++ b/apps/FreeCAD (precompiled)/description @@ -0,0 +1,2 @@ +This version of FreeCAD has already been compiled for Raspberry Pi. +Botspot followed Scruss's compilation instructions for FreeCAD 0.18.4, on a Raspberry Pi 4B4, on 9/21/2020. \ No newline at end of file diff --git a/apps/FreeCAD (precompiled)/website b/apps/FreeCAD (precompiled)/website new file mode 100644 index 0000000..315afaa --- /dev/null +++ b/apps/FreeCAD (precompiled)/website @@ -0,0 +1 @@ +https://github.com/Botspot/FreeCAD-precompiled diff --git a/gui b/gui index 5b6a1dc..876a336 100755 --- a/gui +++ b/gui @@ -6,10 +6,10 @@ function error { exit 1 } -[ -z $(yad --help) ] && error "YAD needs to be installed to run pi-apps." +[ -z "$(yad --help)" ] && error "YAD needs to be installed to run pi-apps." #check for updates in background -"${DIRECTORY}/updater" & +"${DIRECTORY}/updater" 1>/dev/null & mkdir -p "${DIRECTORY}/data/installed-packages" "${DIRECTORY}/data/status" @@ -31,7 +31,7 @@ while true;do LIST="$LIST$(echo "${DIRECTORY}/icons/$(cat "${DIRECTORY}/data/status/${i}" || echo "none").png") ${DIRECTORY}/apps/${i}/icon-24.png $i -"\("$(cat "${DIRECTORY}/data/status/${i}" || echo "Unknown state")"\)" $(echo "$(cat "${DIRECTORY}/apps/${i}/description" || echo "Description unavailable")" | head -n1) +"\("$(cat "${DIRECTORY}/data/status/${i}" || echo "probably uninstalled")"\)" $(echo "$(cat "${DIRECTORY}/apps/${i}/description" || echo "Description unavailable")" | head -n1) " done IFS="$PREIFS" diff --git a/icons/none.png b/icons/none.png index cefdc10..f38ee83 100644 Binary files a/icons/none.png and b/icons/none.png differ diff --git a/icons/question.png b/icons/question.png new file mode 100644 index 0000000..cefdc10 Binary files /dev/null and b/icons/question.png differ diff --git a/install b/install index 0f3ec03..d6d3c3b 100755 --- a/install +++ b/install @@ -28,6 +28,8 @@ Terminal=false Type=Application Categories=Utility;" >> ${HOME}/.local/share/applications/pi-apps.desktop +echo "Adding Desktop shortcut..." + cp -f ${HOME}/.local/share/applications/pi-apps.desktop ${HOME}/Desktop/pi-apps.desktop echo "Installation complete."