remove /home/pi from scripts to close #558

pull/559/head
Botspot 4 years ago
parent a8ff2ac5a3
commit 5fee04f8aa

@ -9,4 +9,4 @@ function error {
echo -e "\e[30m\e[107mClick Yes to uninstall WACUP\e[0m"
BOX86_NOBANNER=1 wine '/home/pi/.wine/drive_c/Program Files/WACUP/UninstWACUP.exe'
BOX86_NOBANNER=1 wine ~/'.wine/drive_c/Program Files/WACUP/UninstWACUP.exe'

@ -68,7 +68,7 @@ $category
#echo -e "'$LIST'\n'$APPS'"
output="$(echo -e "$LIST" | yad --center --title='Category editor' --height=400 \
--list --text="Category file: $(echo "${DIRECTORY}/data/categories/structure" | sed 's+/home/pi+~+g')" --editable --editable-cols=3 --multiple --dclick-action=true --print-all \
--list --text="Category file: $(echo "${DIRECTORY}/data/categories/structure" | sed "s+$HOME+~+g")" --editable --editable-cols=3 --multiple --dclick-action=true --print-all \
--separator='|' --window-icon="${DIRECTORY}/icons/logo.png" \
--column=:IMG --column=Name --column=Category:TEXT \
--button=Reset!"${DIRECTORY}/icons/backup.png"!"Overwrites your structure file with the default one from the Pi-Apps repository.":4 \

@ -91,7 +91,7 @@ fi
if [ $reloadlist == 1 ];then
echo "Generating list..." 1>&2
source /home/pi/pi-apps/api
source "${DIRECTORY}/api"
vfiles="$(app_categories)"
#generate a virtual file system with apps in folders represented as subdirectories

Loading…
Cancel
Save