diff --git a/apps/Boxy SVG/description b/apps/Boxy SVG/description index f258d1e..33f37fd 100644 --- a/apps/Boxy SVG/description +++ b/apps/Boxy SVG/description @@ -1,3 +1,7 @@ -This is temporary and has bugs! -This version of Boxy SVG is temporary. It simply opens a browser window to display https://boxy-svg.com/app -This approach has many problems. The real version of Boxy SVG, still under development, will run offline, be able to save files locally, have more features, and not require a sign-in. +The best vector graphics image editor for Raspberry Pi. +Finally, the full version of Boxy SVG has arrived! This installs the Boxy SVG offline Chrome App onto your existing Chromium Browser. +Performance is excellent, and I (Botspot) have been using it on my RPi for for all graphics editing. (Ingluding the Pi-Apps logo!) + +If you have a problem using Boxy SVG, please report it on Botspot's github page. Not to the Boxy SVG website! If there's too many RPi-based bug reports of complaints, the Boxy SVG dev may withdraw his permission for it to be on Pi-Apps, and nobody wants that to happen. + +Shout-out to ItzCutePikachu for figuring out how to remove the annoying "Boxy SVG will stop working" pop-up from the javascript. diff --git a/apps/Boxy SVG/install-32 b/apps/Boxy SVG/install-32 deleted file mode 100755 index ecf38b6..0000000 --- a/apps/Boxy SVG/install-32 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")" - -function error { - echo -e "\\e[91m$1\\e[39m" - exit 1 -} - -git clone https://github.com/Botspot/Boxy-SVG-RPi || error 'Failed to clone repository!' - -tar -xf ~/Boxy-SVG-RPi/BoxySVG-linux-armv7l.tar.xz || error 'Failed to extract!' -cp ~/Boxy-SVG-RPi/boxy-svg-armv7l.desktop ~/.local/share/applications diff --git a/apps/Boxy SVG/install-64 b/apps/Boxy SVG/install-64 deleted file mode 100755 index 0123951..0000000 --- a/apps/Boxy SVG/install-64 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")" - -function error { - echo -e "\\e[91m$1\\e[39m" - exit 1 -} - -git clone https://github.com/Botspot/Boxy-SVG-RPi || error 'Failed to clone repository!' - -tar -xf ~/Boxy-SVG-RPi/BoxySVG-linux-arm64.tar.xz || error 'Failed to extract!' -cp ~/Boxy-SVG-RPi/boxy-svg-arm64.desktop ~/.local/share/applications diff --git a/apps/Boxy SVG/uninstall b/apps/Boxy SVG/uninstall index 1e1c99a..e9d5ea8 100755 --- a/apps/Boxy SVG/uninstall +++ b/apps/Boxy SVG/uninstall @@ -7,6 +7,7 @@ function error { exit 1 } -rm ~/.local/share/applications/boxy-svg-arm64.desktop ~/.local/share/applications/boxy-svg-armv7l.desktop -rm -rf ~/BoxySVG-linux-arm64 ~/BoxySVG-linux-armv7l ~/Boxy-SVG-RPi +rm ~/.local/share/applications/chrome-gaoogdonmngmdlbinmiclicjpbjhgomg-Default.desktop +rm -rf ~/Boxy-SVG-RPi +exit 0 \ No newline at end of file